Closed
Bug 204105
Opened 22 years ago
Closed 22 years ago
browser crashes after visiting this URL
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 180309
People
(Reporter: jes, Assigned: asa)
References
()
Details
(Keywords: crash, stackwanted)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401
Visit the URL. Display is garbled (screenshot attached); page view may not
complete before crash.
Scroll down - browser crashes every time.
Reproducible: Always
Steps to Reproduce:
1. Visit the URL.
2. Scroll down.
3. Browser crashes
Actual Results:
crash
Expected Results:
display page & scroll down
Konqueror displays page correctly.
May be a font problem; I'll try to get a little more info.
OK, it looks like a font problem.
If I set the pref to prevent the browser from using document-specified fonts, it
loads and scrolls just fine.
I saved a copy of the html here: http://pcsb620.jmc.tju.edu/~jes/lpi_crash.html
This seems to be a common thread for me, as I've experienced a LOT of these kind
of crashes with 1.3 and 1.4a. I don't know what to do to try and track down the
problem: fonts on Linux give me a colossal headache.
WorksForMe using FizzillaMach/2003-05-01-08-trunk.
Joe, does TalkBack run after these crashes? If so, please provide a
representative incident ID.
Keywords: crash,
stackwanted
Comment 4•22 years ago
|
||
it looks like you have an xft-enabled build so talkback isn't there. If you
start Mozilla from a terminal, does it print any messages before it dies?
can you grab a stacktrace?
% mozilla --sync &
% ps u -C mozilla-bin
% gdb /usr/lib/mozilla-1.4a/mozilla-bin _pid_of_mozilla_
(gdb) b abort
(gdb) b exit
(gdb) cont
[make mozilla crash]
(gdb) bt
[and attach the stack in this bug]
Blocks: xft_triage
Comment 5•22 years ago
|
||
<font face="ms sans serif, helvetica">
hmm. That makes me think this is a dup of bug 180309.
Comment 7•22 years ago
|
||
stacktrace confirms dupe of bug 180309, see also bug 193497
*** This bug has been marked as a duplicate of 180309 ***
No longer blocks: xft_triage
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
> *** This bug has been marked as a duplicate of 180309 ***
Yep. Just to confirm: if I remove all '.fon' files from my font path, Mozilla
is completely happy with the URL I provided. Sorry for the misdirection - I did
try to find prior reports.
Please close this report as appropriate.
Thanks for the timely diagnosis, this has been a big problem for me using recent
Mozilla builds.
<Joe
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•