Closed
Bug 106759
Opened 24 years ago
Closed 24 years ago
Moz crashes upon visiting this URL
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
People
(Reporter: neel, Assigned: joe.chou)
References
()
Details
(Keywords: crash, stackwanted)
Attachments
(1 file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011025
BuildID: 20011025-08
As soon as I attempt to visit this URL, moz crashes. Sometimes, the page
crashes immediately before anything is rendered to the screen, other times, the
page starts to display before crashing.
Reproducible: Always
Steps to Reproduce:
1. Visit the above site
2. Enjoy the ride :)
Actual Results: CRASH!
Expected Results: display the page
Comment 1•24 years ago
|
||
WFM 2001102503 on Win2k.
Reporter: Please try a talkback-enabled build:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-i686-pc-linux-gnu-sea.tar.gz
Then, if you get a crash, please post the Talkback ID here.
(you can get the talkback id by running the program 'talkback' in
<moz-dir>/bin/components/talkback)
Keywords: crash,
stackwanted
Argh, crash is 100% repeatable, but the darn thing doesn't even trigger
TalkBack; it just dies with an error msg I've never seen before:
(Running on Slackware 8, KDE 2.1.1, glibc 2.2.3)
# # An unexpected exception has been detected in native code outside the VM.#
Program counter=0x40930b60
#
# Problematic Thread: prio=1 tid=0x8454bf8 nid=0x4170 runnable
#
INTERNAL ERROR on Browser End: Pipe closed during read? State may be corrupt
System error?:: Success
How do I go about gathering the information you (i.e. moz developers) need to
investigate this?
Loads fine on Linux 2001102521 with no Java VM installed. About to check with
it...:-)
Crashes with Java VM on 2001102521 - it looks like it loads some of the applets
and then just goes away. Also crashes with Java VM in M0.9.5.
The testcase crashes Linux 2001102521. Interesting note: if you shorten the
text from "Live Online Adoptions" to "Live Online Adoption", it works fine. But
it's not the number of characters("12345679012345678" crashes it), so it must
have something to do with width. Hard to debug without having access to the
.java file...
Comment 8•24 years ago
|
||
This actually is a crash of the java vm (bug in the vm).
But probably mozilla shouldn't crash, if the java plugin crashes.
Also this may be a duplicate of bug 58027.
(->OJI)
.
Assignee: asa → joe.chou
Component: Browser-General → OJI
QA Contact: doronr → pmac
Comment 11•24 years ago
|
||
Works for me if mozilla works on Linux machine and I work on Solaris box.
I use Solaris box as terminal. If run mozilla on Linux and look at
mozilla on Linux: browser crashes. I use: Linux Redhat 7.1. JRE 1.3.1
Comment 12•24 years ago
|
||
The reason of the bug is the attribute 'width' for the third
applet. The value of this attribute is less than the real width
of applet. GDK library on Solaris can process this situation and
it seems to me that GDK on Linux couldn't. Needs more investigation.
Comment 13•24 years ago
|
||
Seems to be dupe of 57372.
Comment 14•24 years ago
|
||
Really dup of 57372. Same applet, same problem.
Reporter, please reopen, if disagree.
*** This bug has been marked as a duplicate of 57372 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 15•23 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 16•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•