Closed
Bug 414127
Opened 17 years ago
Closed 16 years ago
crash on load of specific web page [XError 'BadAlloc (insufficient resources for operation)']
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 369971
People
(Reporter: pva, Unassigned)
References
()
Details
Attachments
(1 file)
30.95 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.11) Gecko/20071215 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.11) Gecko/20071215 Firefox/2.0.0.11
Hello. Whenever I load the page:
http://www.howtoforge.de/howto/wie-man-mit-apt-file-auf-debian-und-ubuntu-nach-fehlenden-paketen-sucht/
firefox crashes. These are the last messages I see in console:
++DOMWINDOW == 7
--DOMWINDOW == 6
CSS Error (http://www.howtoforge.de/wp-content/themes/howtoforge/modules.css :422.10): Ожидалось объявление, но найдено '/'. Пропущено до следующего объявления.
CSS Error (http://www.howtoforge.de/wp-content/themes/howtoforge/style.css :622.21): Неизвестное свойство 'Sbackground-color'. Потерянное объявление.
*** Warning: nsFontMetricsPango created with point size 0.600000
*** Warning: nsFontMetricsPango created with point size 0.600000
*** Warning: nsFontMetricsPango created with point size 0.600000
[LWP 10533 exited]
The program 'gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 24618 error_code 11 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
I've tried to debug but all I see is:
Thread 2 (LWP 10517):
#0 0x48b2b196 in exit () from /lib/libc.so.6
#1 0xb79cc219 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#2 0x00000001 in ?? ()
#3 0x08c3e8b0 in ?? ()
#4 0x0000602a in ?? ()
#5 0x0000000b in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thank you for your time.
Reproducible: Always
Comment 1•17 years ago
|
||
Works for me, Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Peter, does the crash also occur in a recent Firefox trunk build?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Summary: crash on load of specific web page → crash on load of specific web page [XError 'BadAlloc (insufficient resources for operation)']
Yes. I've downloaded firefox-3.0b3pre.en-US.linux-i686.tar.bz2 and it also crashes. I have x11-libs/gtk+-2.12.5-r1 installed.
Comment 3•17 years ago
|
||
It would help a lot if you could get stack trace with symbols.
There are instructions in bug 402204 comment 10, but you need a build
with symbols. It looks like the 2.0.0.11 build you have is a debug build
so that should work. If the stack only shows "?? ()" the first time, try
running it again from gdb with "run" and see if you get a better one.
Comment 4•17 years ago
|
||
If you're able to get a stack trace with symbols, type "bt full" in
gdb and attach the result. Thanks.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•