Closed
Bug 672493
Opened 13 years ago
Closed 13 years ago
intermittent failure in make check: Assertion failure: gnsb + 0 == (char*) thread->data.nativeStackBase || gnsb + 0x1000 == (char*) thread->data.nativeStackBase || ...
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: mak, Assigned: igor)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311041721.1311043327.9074.gz
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311078800.1311081627.20503.gz
/builds/slave/m-in-lnx64-dbg/build/obj-firefox/dist/bin/xpidl -m header /builds/slave/m-in-lnx64-dbg/build/xpcom/tests/TestScriptable.idl
rm -f ../../dist/bin/components/compreg.dat; \
\
XPCOM_DEBUG_BREAK=stack-and-abort ../../dist/bin/run-mozilla.sh \
../../dist/bin/TestRegistrationOrder "/builds/slave/m-in-lnx64-dbg/build/xpcom/tests/regorder";
WARNING: nsExceptionService ignoring thread destruction after shutdown: file /builds/slave/m-in-lnx64-dbg/build/xpcom/base/nsExceptionService.cpp, line 197
WARNING: could not open zipfile for write: file /builds/slave/m-in-lnx64-dbg/build/startupcache/StartupCache.cpp, line 364
Assertion failure: gnsb + 0 == (char*) thread->data.nativeStackBase || gnsb + 0x1000 == (char*) thread->data.nativeStackBase || gnsb + 0x2000 == (char*) thread->data.nativeStackBase || gnsb + 0x3000 == (char*) thread->data.nativeStackBase, at /builds/slave/m-in-lnx64-dbg/build/js/src/jscntxt.cpp:218
/bin/sh: line 3: 11967 Aborted XPCOM_DEBUG_BREAK=stack-and-abort ../../dist/bin/run-mozilla.sh ../../dist/bin/TestRegistrationOrder "/builds/slave/m-in-lnx64-dbg/build/xpcom/tests/regorder"
make[2]: *** [check] Error 134
make[2]: Leaving directory `/builds/slave/m-in-lnx64-dbg/build/obj-firefox/xpcom/tests'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/builds/slave/m-in-lnx64-dbg/build/obj-firefox/xpcom'
make: *** [check] Error 2
make[2]: Leaving directory `/builds/slave/m-cen-lnx64-dbg/build/obj-firefox/netwerk/locales'
make[2]: Entering directory `/builds/slave/m-cen-lnx64-dbg/build/obj-firefox/netwerk/test'
WARNING: nsExceptionService ignoring thread destruction after shutdown: file /builds/slave/m-cen-lnx64-dbg/build/xpcom/base/nsExceptionService.cpp, line 197
WARNING: could not open zipfile for write: file /builds/slave/m-cen-lnx64-dbg/build/startupcache/StartupCache.cpp, line 364
Assertion failure: gnsb + 0 == (char*) thread->data.nativeStackBase || gnsb + 0x1000 == (char*) thread->data.nativeStackBase || gnsb + 0x2000 == (char*) thread->data.nativeStackBase || gnsb + 0x3000 == (char*) thread->data.nativeStackBase, at /builds/slave/m-cen-lnx64-dbg/build/js/src/jscntxt.cpp:218
/bin/sh: line 1: 3472 Aborted XPCOM_DEBUG_BREAK=stack-and-abort ../../dist/bin/run-mozilla.sh ../../dist/bin/$f
make[2]: *** [check] Error 134
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Igor, could you take a look at this? It looks similar to bug 608526.
Comment 5•13 years ago
|
||
Assignee | ||
Comment 6•13 years ago
|
||
The patch disables the assert under GLIBC. This way we loose the test coverage only on a specific platform.
Assignee: general → igor
Attachment #547033 -
Flags: review?(jseward)
Reporter | ||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
jseward: ping?
Comment 9•13 years ago
|
||
Comment on attachment 547033 [details] [diff] [review]
v1
Let's get this landed.
Attachment #547033 -
Flags: review?(jseward) → review+
Assignee | ||
Comment 10•13 years ago
|
||
Comment 11•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•