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)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla9

People

(Reporter: mak, Assigned: igor)

References

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

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
Igor, could you take a look at this? It looks similar to bug 608526.
Attached patch v1Splinter Review
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)
jseward: ping?
Comment on attachment 547033 [details] [diff] [review]
v1

Let's get this landed.
Attachment #547033 - Flags: review?(jseward) → review+
http://hg.mozilla.org/mozilla-central/rev/d05513502cdc
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
Whiteboard: [orange]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: