Closed
Bug 325857
Opened 19 years ago
Closed 19 years ago
Loading this huge (12172x898) PNG image crashes Firefox
Categories
(Core Graveyard :: Image: Painting, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 210931
People
(Reporter: vpalmisano, Assigned: pavlov)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5
Visiting this link http://nms.lcs.mit.edu/6.829 make firefox crash.
Reproducible: Always
Steps to Reproduce:
1. Visit http://nms.lcs.mit.edu/6.829
Actual Results:
Firefox output:
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 148577 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.)
Comment 1•19 years ago
|
||
WFM on Windows XP with Firefox trunk.
Does just loading
http://nms.lcs.mit.edu/6.829/6829-tas-email.png
crash Firefox for you?
How about just loading
data:text/html,<img src="http://nms.lcs.mit.edu/6.829/6829-tas-email.png" height="15" width="150">
?
Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1)
> WFM on Windows XP with Firefox trunk.
>
> Does just loading
> http://nms.lcs.mit.edu/6.829/6829-tas-email.png
> crash Firefox for you?
Yes, it does the same effect
Updated•19 years ago
|
Assignee: nobody → pavlov
Component: General → Image: GFX
Product: Firefox → Core
QA Contact: general
Summary: Visiting http://nms.lcs.mit.edu/6.829 crashes firefox → Loading this huge (12172x898) PNG image crashes Firefox
Version: unspecified → 1.8 Branch
Comment 3•19 years ago
|
||
By default gdk bails (calls exit()) when it can't allocate sufficient server-side memory.
*** This bug has been marked as a duplicate of 210931 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•