Closed
Bug 183461
Opened 22 years ago
Closed 21 years ago
crash when accessing download.com [@ nsTextFrame::Paint]
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wvw, Assigned: blizzard)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
7.93 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202
When I go to download.com, Mozilla 1.2.1 crashes. Maybe it's got something todo
with the xft version i'm using on Red Hat 8.
Reproducible: Always
Steps to Reproduce:
1. go to download.com
2. watch it crash
3.
Comment 1•22 years ago
|
||
please provide a stack trace
Reporter | ||
Comment 2•22 years ago
|
||
How do I do that? I'm no pro...
Comment 3•22 years ago
|
||
-> blizzard (I'm a win32 user and don't know how to create a stack trace on linux..)
Assignee: asa → blizzard
Assignee | ||
Comment 4•22 years ago
|
||
Working here. Might be something specific to 1.2.1.
Blocks: xft_tracking
Comment 5•22 years ago
|
||
> How do I do that? I'm no pro...
% mozilla &
% ps u -C mozilla-bin (figure out what mozilla's pid is)
% gdb /usr/lib/mozilla-1.2.1/mozilla-bin _PID_OF_MOZILLA
(gdb) cont
[produce the crash in mozilla]
(gdb) bt
more details at http://www.mozilla.org/unix/debugging-faq.html
Reporter | ||
Comment 6•22 years ago
|
||
Ehh... I got this output... After it stops, I don't know how to continue. ------------------- [root@wouter lib]# /usr/lib/mozilla-1.2.1/mozilla-bin & [1] 1972 [root@wouter lib]# ps u -C mozilla-bin USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1972 9.9 9.0 39484 23200 pts/1 S 12:17 0:05 /usr/lib/mozilla-[root@wouter lib]# gdb /usr/lib/mozilla-1.2.1/mozilla-bin 1972 GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... Attaching to program: /usr/lib/mozilla-1.2.1/mozilla-bin, process 1972 [2]+ Stopped gdb /usr/lib/mozilla-1.2.1/mozilla-bin 1972 [root@wouter lib]# ----------------------- [root@wouter root]# cd /usr/lib/mozilla-1.2.1/ [root@wouter mozilla-1.2.1]# gdb mozilla-bin GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb) run Starting program: /usr/lib/mozilla-1.2.1/mozilla-bin [New Thread 8192 (LWP 1913)] [1]+ Stopped gdb mozilla-bin [root@wouter mozilla-1.2.1]#
Comment 7•22 years ago
|
||
you don't want to run "mozilla-bin", just "mozilla". mozilla will launch
mozilla-bin for you.
Reporter | ||
Comment 8•22 years ago
|
||
The backtrace. I hope it's what you asked for.
Comment 9•22 years ago
|
||
> The backtrace. I hope it's what you asked for.
that's it! thanks
==> Layout
QA Contact: asa → ian
Summary: crash when accessing download.com → crash when accessing download.com [@ nsTextFrame::Paint]
Reporter | ||
Comment 11•22 years ago
|
||
You might want to know, I still get this with 1.3a.
Comment 12•22 years ago
|
||
Reporter, are you still seeing this in recent nightly builds? Alternatively,
please test this again once Mozilla 1.3 beta is released.
Reporter | ||
Comment 13•22 years ago
|
||
Can't find a nightly build with xft enabled. I'll wait for 1.3b.
Reporter | ||
Comment 14•22 years ago
|
||
Attachment #108470 -
Attachment is obsolete: true
Reporter | ||
Comment 15•22 years ago
|
||
I'm sorry to report it still happens in 1.3b. I attached a new backtrace. On
Mandrake 9.0 though, I don't have the problem with the xft-enabled build.
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 17•21 years ago
|
||
do you have Microsoft .fon fonts in your fonts directories ? Does deleting (or
archiving) them prevent from crashing ? Could be bug 180309. The stack is very
similar to the one from bug 224773, which is solved by removing MS Sans Serif
.fon files.
Reporter | ||
Comment 18•21 years ago
|
||
I don't experience it anymore with the Mozilla 1.2.1 included with RedHat 9. I
also didn't encounter it with the FireBird 0.7 XFT builds, so I quess it must be
solved in some way.
Comment 19•21 years ago
|
||
Thanks for your reply.
Marking this bug report wfm as per reporter comments.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
Updated•13 years ago
|
Crash Signature: [@ nsTextFrame::Paint]
You need to log in
before you can comment on or make changes to this bug.
Description
•