Closed
Bug 515428
Opened 16 years ago
Closed 16 years ago
Leak test fails after importing a new revision of Cairo
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: jhford, Assigned: jrmuizel)
References
Details
It looks like the leak test build triggered for http://hg.mozilla.org/mozilla-central/rev/3d7b55f16ec5 is failing on linux.
Log: http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1252513029.1252514805.29683.gz&fulltext=1
Relevant excerpt of log:
WARNING: nsExceptionService ignoring thread destruction after shutdown: file /builds/moz2_slave/mozilla-central-linux-debug/build/xpcom/base/nsExceptionService.cpp, line 194
nsXPConnect::CommenceShutdown()
WARNING: NS_ENSURE_TRUE(factory) failed: file /builds/moz2_slave/mozilla-central-linux-debug/build/docshell/base/nsDocShell.cpp, line 9853
--DOCSHELL 0x9d180d0 == 0
--DOMWINDOW == 1 (0x97c0280) [serial = 3] [outer = 0x957a578] [url = about:blank]
--DOMWINDOW == 0 (0x957a5a8) [serial = 2] [outer = (nil)] [url = chrome://browser/content/browser.xul]
WARNING: not an nsIRDFRemoteDataSource: 'remote != nsnull', file /builds/moz2_slave/mozilla-central-linux-debug/build/rdf/datasource/src/nsLocalStore.cpp, line 312
*** glibc detected *** /builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/firefox-bin: double free or corruption (!prev): 0x09b972b8 ***
======= Backtrace: =========
/lib/libc.so.6[0xdeaf5d]
/lib/libc.so.6(cfree+0x90)[0xdee5b0]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libxpcom_core.so(free+0x41)[0x6a7990]
/usr/lib/libX11.so.6(XFreeGC+0xaf)[0xaa8adf]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libthebes.so[0x14e79a6]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libthebes.so[0x14e7ac4]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libthebes.so[0x14e8a11]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libthebes.so[0x14e8bf7]
/usr/lib/libX11.so.6(XCloseDisplay+0xad)[0xaa0aad]
/usr/lib/libgdk-x11-2.0.so.0[0x3f9924]
/lib/libgobject-2.0.so.0(g_object_unref+0x16c)[0x4cb17c]
/usr/lib/libgdk-x11-2.0.so.0(gdk_display_close+0xa6)[0x3d8516]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libxul.so[0xd34329]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/libxul.so(XRE_main+0x34c7)[0xd3cda4]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/firefox-bin[0x8048e72]
/lib/libc.so.6(__libc_start_main+0xdc)[0xd9adec]
/builds/moz2_slave/mozilla-central-linux-debug/build/obj-firefox/dist/bin/firefox-bin[0x8048a21]
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
This is also burning the Thunderbird Linux bloat tinderbox with the same error:
http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1252512735.1252514770.29303.gz
| Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Ftr,
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1252512586.1252515387.3972.gz
Linux comm-central-trunk leak test build on 2009/09/09 09:09:46
{
*** glibc detected *** /builds/slave/comm-central-trunk-linux-debug/build/objdir/mozilla/dist/bin/seamonkey-bin: corrupted double-linked list: 0x0a0e0e60 ***
}
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1252515228.1252519530.17344.gz
Linux comm-central-trunk leak test build on 2009/09/09 09:53:48
{
*** glibc detected *** /builds/slave/comm-central-trunk-linux-debug/build/objdir/mozilla/dist/bin/seamonkey-bin: double free or corruption (!prev): 0x0a746000 ***
}
Updated•16 years ago
|
Assignee: nobody → jmuizelaar
Component: General → Graphics
Flags: in-testsuite-
OS: Mac OS X → Linux
Product: Firefox → Core
QA Contact: general → thebes
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•