Closed
Bug 315591
Opened 19 years ago
Closed 19 years ago
browser terminates after loading http://webmail.east.cox.net page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 210931
People
(Reporter: harry.foxwell, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8) Gecko/20051103 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8) Gecko/20051103 Firefox/1.5
browser terminates after loading http://webmail.east.cox.net page
all other websites seem to work fine
FireFox 1.07 worked...later builds don't
Reproducible: Always
Steps to Reproduce:
1.go to http://webmail.east.cox.net
Actual Results:
browser terminates
Expected Results:
load web page, allow email login
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051108 Firefox/1.5 ID:2005110803
WFM.
Comment 2•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
WFM on Linux with 1.5rc1
Reporter | ||
Comment 3•19 years ago
|
||
here's the error reported when FireFox terminates:
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 21498 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.)
A developer commented:
"That error means either the client asked to allocate more memory in the server
than the server can allocate, or it otherwise generated an illegal allocation
request (like asking for a negative-sized pixmap)."
Comment 4•19 years ago
|
||
There is a 10,000 pixel wide image on that page, and X can't render it.
*** 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
•