Closed
Bug 144937
Opened 23 years ago
Closed 23 years ago
Mozilla 1.0 rc 1 crash after setup java plugin
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Patrick.Gu, Assigned: joshua.xia)
Details
(Keywords: crash)
SunOS racing 5.8 Generic_108528-13 sun4u sparc SUNW,Sun-Blade-100
Mozilla 1.0 Release Candidate 1
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0rc1) Gecko/20020418
Step of reproduce:
1.cd mozilla/components
ln -s ../java/plugin/sparc/ns610/libjavaplugin_oji.so libjavaplugin_oji.so(I
use the java shipping with netscape 6.2.2,but I also tried to use other java
like j2sdk1.4.0)
2.start up browser
3.select Menu Help->About-plugins
4.browser core dump
error messages:"Bus Error - core dumped"
Mozilla 0.99 is ok with the same java plugin
Try to link to .../plugin/sparc/ns600/libjavaplugin_oji140.so, instead of
.../ns610/..., and it should work.
ns600 is gcc compiled, whereas ns610 is forte. If the brower is gcc compiled,
then ns600 should be used. Moz099 is an exception. Somehow, maybe due to some
changes in the branch, it only works with ns610, the forte compiled version.
This may be a duplicate of 144467.
| Reporter | ||
Comment 3•23 years ago
|
||
Joe:
I try to link to ../ns600/..but browser still crash.
error messages:"Segmentation Fault - core dumped"
Adam:
RC2 on solaris version is still unavailable on moizlla download page
| Assignee | ||
Comment 4•23 years ago
|
||
In fact, the installation of JPI is already failed.
"ln -s ../java/plugin/sparc/ns610/libjavaplugin_oji.so libjavaplugin_oji.so"
is not better than the following way to install JPI:
"./run-mozilla.sh ./regxpcom ../java/plugin/sparc/ns610/libjavaplugin_oji.so"
I heared that report have tried second way but the same error happened:
error messages:"Bus Error - core dumped"
So this bug maybe happened when register components or relate with runtime
environment (JPI haven't been installed correctly yet)
| Assignee | ||
Comment 5•23 years ago
|
||
Even though you only run
"./run-mozilla.sh ./regxpcom"
the "Bus Error - core dumped" also happened!
| Reporter | ||
Comment 6•23 years ago
|
||
If I setup link under the directory plugins instead of components,RC1 and RC2
work well(no crach)
cd mozilla/plugins
ln -s .../../ns600/libjavaplugin_oji.so libjavaplugin_oji.so(Java(TM) Plug-in
1.4.0_00-b05)
RC2 release notes said should be link under the mozilla/plugins...
but it's different way what I used be on Netscape 6.
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 8•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
| Assignee | ||
Comment 10•23 years ago
|
||
mozilla 's java plugin installation directory has been changed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•