Closed
Bug 72663
Opened 24 years ago
Closed 24 years ago
crash clicking link in applet
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
People
(Reporter: bzbarsky, Assigned: edburns)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
BUILD: linux 2001-03-20 cvs build and linux 2001031918
STEPS TO REPRODUCE:
1) make sure you have Java
2) go to the above URL
3) wait for the applet to load
4) click on one of the links scrolling below "Laatste nieuws"
ACTUAL RESULTS: crash
EXPECTED RESULTS: no crash
OTHER INFORMATION:
#0 0x401f7578 in __pthread_mutex_trylock (mutex=0x7a622f69) at mutex.c:50
#1 0x401d9507 in PR_EnterMonitor ()
from /home/bzbarsky/mozilla/profile/mozilla/dist/bin/libnspr4.so
#2 0x40e22820 in JavaPluginFactory5::EnterMonitor ()
from
/home/bzbarsky/mozilla/profile/mozilla/dist/bin/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so
(gdb) frame 0
#0 0x401f7578 in __pthread_mutex_trylock (mutex=0x7a622f69) at mutex.c:50
50 in mutex.c
(gdb) p mutex
$1 = (pthread_mutex_t *) 0x7a622f69
(gdb) p *mutex
Cannot access memory at address 0x7a622f69
full stack trace attached below.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
confirming crash
Comment 3•24 years ago
|
||
You can also reproduce it this way
a) java has to be on.
b) Document http://www.omroep.nl/nos/nieuws/ loaded successfully
c) Document http://www.mozilla.org/ loaded successfully
d) Go back one page (<-)
Mozilla crashes
stack trace .....
Registering plugin 0 for: "*","All types",".*"
Registering plugin 0 for: "application/x-java-vm","Java(tm) Plug-in",""
Registering plugin 1 for: "application/x-java-applet","Java(tm) Plug-in",""
Registering plugin 2 for: "application/x-java-applet;version=1.1","Java(tm) Plug-in
...
....
Internal error: Null plugin manager/home/joeri/mozilla/run-mozilla.sh:
line 72: 24 76 Segmentation fault $prog ${1+"$@"}
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
Still a problem in build 2001041108
Load a page with java applet.
Select a other page or go from the other page to the page with java applet.
mozilla crashes
This is not a problem in build 2001032614
/home/joeri/mozilla/run-mozilla.sh: line 72: 1825 Segmentation fault $prog
${1+"$@"}
Comment 6•23 years ago
|
||
SPAM: reassigning OJI bugs to new QA, pmac. (227 bugs)
QA Contact: shrir → pmac
You need to log in
before you can comment on or make changes to this bug.
Description
•