Closed
Bug 145722
Opened 23 years ago
Closed 20 years ago
Going to that page crash Mozilla 1.0RC2, Netscape 4.79 gives error message from the plugin
Categories
(Core Graveyard :: Plug-ins, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: vaclavp, Assigned: srgchrpv)
References
()
Details
(Keywords: crash, Whiteboard: [PL2:Vendor][SUSPECT THIS IS A TCL PLUG-IN ISSUE])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; rv:1.0rc2) Gecko/20020512
BuildID: 2002051211
ld.so.1: ./mozilla-bin: fatal: relocation error: file
/home/vaclavp/mozilla/plugins/libtclp2.0.so: symbol XtCreateApplicationContext:
referenced symbol not found
Killed
Reproducible: Always
Steps to Reproduce:
1. Copy the plugin into the mozilla/plugins directory
2. ./run-mozilla.sh mozilla -install
3. Go to http://stage.caldera.com/Technology/tcl/README/PieChartTclet.html
Actual Results: Crash
Expected Results: No crash :-)
Maybe it is a problem of a plugin, I downloaded it from
http://tcl.activestate.com/ftp/plugin/tclplug20-sparc-solaris25.tar.gz
Same results are from
http://tcl.activestate.com/ftp/plugin/tclplug20-sparc-sunos4.tar.gz
Comment 1•23 years ago
|
||
I don't get a crash from that page with the TCL plugin installed with Sparc
nightly 2002051922 or with RC2.
The plugin doesn't work for me either though. Even though it shows up with
about:plugins, it does only shows a grey box for the part of the page that the
plugin is supposed to handle. In Netscape 4.7x, it doesn't really work for me
either. I get a bunch of TCL error messages.
My guess is the problem is with the plugin. It doesn't seem to be actively
developed.
This bug seems similar to bug 105334, which dealt with the Adobe Acrobat reader
plugin and Motif. You might want to try the worka around listed there.
Comment 2•23 years ago
|
||
Serge, can you please take a look at this one, the particular plug-in is not on
our current support list
Severity: critical → normal
Priority: -- → P3
Target Milestone: --- → mozilla1.2beta
Comment 4•23 years ago
|
||
setting to future
Priority: P3 → P5
Whiteboard: [SUSPECT THIS IS A TCL PLUG-IN ISSUE]
Target Milestone: mozilla1.2beta → Future
Updated•23 years ago
|
Whiteboard: [SUSPECT THIS IS A TCL PLUG-IN ISSUE] → [PL2:Vendor][SUSPECT THIS IS A TCL PLUG-IN ISSUE]
Comment 5•23 years ago
|
||
Vaclav, does it still happen with latest nightly build ?
| Reporter | ||
Comment 6•23 years ago
|
||
Yes, but it looks for me that the problem is in Solaris libraries, not in
Mozilla. I solved similar problem with acrobat plugin by changing the line in
prefs.js from:
user_pref("plugin.soname.list", "libXt.so:libXext.so");
to:
user_pref("plugin.soname.list", "libXt.so:libXext.so:libXm.so");
I do not know why it is not automatically updated. But I tried here to add
different libraries without success (however, libXt is included automatically),
the XtCreateApplicationContext symbol is not contained in any of these libraries.
Comment 8•22 years ago
|
||
Reporter: Can you reproduce this bug with a recent build of Mozilla?
If so, then please comment again with details.
If not, then please resolve this bug as WORKSFORME. Thanks.
Comment 9•21 years ago
|
||
Reporter, It has been more than a year since this bug was last reproduced.
Could you please try and reprodurce the bug with a more current version of
mozilla, preferably the lastest release (1.7b) or a recent nightly ?
Comment 10•20 years ago
|
||
Old version, no response.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Version: Trunk → 1.0 Branch
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•