Closed
Bug 63135
Opened 24 years ago
Closed 24 years ago
Above URL crashes browser.
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: len, Assigned: pnunn)
References
()
Details
I'm using Linux 2000121811 (yes that probably does seem like the future for you
guys in the USA, but my build is all of four hours old here in NZ :-)).
All I get on the output (other than the usual javascript strict warnings) is:
Document http://www.dogma.net/markn/FAQ.html loaded successfully
/home/len/mozilla/package/run-mozilla.sh: line 72: 3442 Segmentation fault
$prog ${1+"$@"}
Comment 1•24 years ago
|
||
wfm win2k build 2000121608
I just tried it with Linux 2000121112 and still get the crash. Since this
version is earlier than Matti's build, it suggests a linux specific problem
rather than some recent break.
Comment 3•24 years ago
|
||
I just tried it with linux nightly 2000-12-05-08 and linux CVS build from the
2000-12-15 source and I see no crash with either one.
Len Trigg, can you reproduce the trace running under a debugger and attach a
stack trace?
Hmmm, how do I do that? I took --enable-optimize and --disable-debug out of my
.mozconfig, did a rebuild and tried running mozilla -g. After a while, gdb stops
like this:
...
Enabling Quirk StyleSheet
Note: verifyreflow is disabled
Style Data Sharing is Enabled :)
Note: styleverifytree is disabled
Note: frameverifytree is disabled
[New Thread 3076 (LWP 5220)]
[New Thread 4101 (LWP 5221)]
[New Thread 5126 (LWP 5222)]
ptrace: No such process.
(gdb)
This is before even loading the problem page. I'm using Red Hat 7.0.
All is not lost though. When I run mozilla without -g (i.e. forget about trying
to use gdb), my newly built mozilla dies on the problem page with the following
assertion failure:
Assertion failure: ic->clients == NULL, at ilclient.cpp:647
/home/len/mozilla/package/run-mozilla.sh: line 72: 5260 Aborted
$prog ${1+"$@"}
Comment 5•24 years ago
|
||
over to imagelib.
Assignee: asa → pnunn
Status: UNCONFIRMED → NEW
Component: Browser-General → ImageLib
Ever confirmed: true
QA Contact: doronr → tpreston
this is a dupe of 62973.
*** This bug has been marked as a duplicate of 62973 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•