Closed
Bug 455463
Opened 16 years ago
Closed 16 years ago
gfx/thebes/crashtests/441360.html causes a XError on Linux Tinderboxes
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
(Keywords: crash, platform-parity)
Attachments
(1 file)
598 bytes,
patch
|
Details | Diff | Splinter Review |
I think 441360.html is what caused the XError below.
I have added skip-if(MOZ_WIDGET_TOOLKIT=="gtk2") for this test
to try to fix Tinderbox orange...
REFTEST TEST-PASS | file:///builds/slave/trunk_linux-1/build/gfx/thebes/crashtests/441360.html| (LOAD ONLY)
REFTEST TEST-PASS | file:///builds/slave/trunk_linux-1/build/parser/htmlparser/tests/crashtests/423373-1.html| (LOAD ONLY)
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 149726 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•16 years ago
|
||
Hey Mats, is this still a problem?
Assignee | ||
Comment 2•16 years ago
|
||
It does work in my local Linux debug build now...
Assignee | ||
Comment 3•16 years ago
|
||
I pushed this to TryServer, if it doesn't cause orange there I'll
push it to m-c.
Assignee: nobody → matspal
Assignee | ||
Comment 4•16 years ago
|
||
It passed Linux unit test on TryServer. I'll push to m-c tomorrow.
Assignee | ||
Comment 5•16 years ago
|
||
It passed m-c Linux unit test Tinderbox too.
http://hg.mozilla.org/mozilla-central/rev/0c55df2e3f99
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•