Closed
Bug 1375762
Opened 8 years ago
Closed 8 years ago
Intermittent test_crash.py TestCrashInTearDown.test_crash_in_teardown | Assertion and application crashed [@ nsThreadSyncDispatch::Run()]
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(4 keywords)
Crash Data
Here the crash details:
22:42:15 INFO - Crash reason: EXCEPTION_BREAKPOINT
22:42:15 INFO - Crash address: 0x529f82d8
22:42:15 INFO - Process uptime: 0 seconds
22:42:15 INFO - Thread 27 (crashed)
22:42:15 INFO - 0 xul.dll!nsThreadSyncDispatch::Run() [nsThreadSyncDispatch.h:2731a09174a4 : 41 + 0x1d]
22:42:15 INFO - eip = 0x529f82d8 esp = 0x0e29f6fc ebp = 0x0e29f708 ebx = 0x00000000
22:42:15 INFO - esi = 0x0deade88 edi = 0x0de8fa40 eax = 0x00000000 ecx = 0x730006ef
22:42:15 INFO - edx = 0x00000060 efl = 0x00000206
22:42:15 INFO - Found by: given as instruction pointer in context
22:42:15 INFO - 1 xul.dll!nsThreadPool::Run() [nsThreadPool.cpp:2731a09174a4 : 225 + 0xe]
22:42:15 INFO - eip = 0x529f813c esp = 0x0e29f710 ebp = 0x0e29f754
22:42:15 INFO - Found by: call frame info
22:42:15 INFO - 2 xul.dll!nsThread::ProcessNextEvent(bool,bool *) [nsThread.cpp:2731a09174a4 : 1421 + 0x11]
22:42:15 INFO - eip = 0x529f65e8 esp = 0x0e29f75c ebp = 0x0e29f868
22:42:15 INFO - Found by: call frame info
22:42:15 INFO - 3 nss3.dll!_MD_CURRENT_THREAD [w95thred.c:2731a09174a4 : 317 + 0xc]
22:42:15 INFO - eip = 0x61b883a0 esp = 0x0e29f770 ebp = 0x0e29f77c
22:42:15 INFO - Found by: stack scanning
22:42:15 INFO - 4 nss3.dll!_MD_CURRENT_THREAD [w95thred.c:2731a09174a4 : 317 + 0xc]
22:42:15 INFO - eip = 0x61b883a0 esp = 0x0e29f784 ebp = 0x0e29f77c
22:42:15 INFO - Found by: call frame info
22:42:15 INFO - 5 xul.dll!AssertActivityIsLegal [nsTraceRefcnt.cpp:2731a09174a4 : 168 + 0x11]
22:42:15 INFO - eip = 0x529985fb esp = 0x0e29f798 ebp = 0x0e29f77c
22:42:15 INFO - Found by: call frame info
22:42:15 INFO - 6 xul.dll!NS_LogAddRef [nsTraceRefcnt.cpp:2731a09174a4 : 1016 + 0x5]
22:42:15 INFO - eip = 0x529a0965 esp = 0x0e29f7a0 ebp = 0x0e29f77c
22:42:15 INFO - Found by: call frame info
There is also an assertion right before the crash. Sadly we don't have an correct symbolicated stack:
Assertion failure: ((bool)(!!(!NS_FAILED_impl(result)))) (task in sync dispatch should not fail), at z:\build\build\src\xpcom\threads\nsThreadSyncDispatch.h:41
#01: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x51813c]
#02: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x5165e8]
#03: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x515a5a]
#04: soundtouch::SoundTouch::operator=[Z:\task_1498170244\build\application\firefox\xul.dll +0x8e37dc]
#05: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x8bd4da]
#06: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x8bd492]
#07: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x8bd1b3]
#08: ???[Z:\task_1498170244\build\application\firefox\xul.dll +0x5199fb]
#09: PR_NativeCreateThread[Z:\task_1498170244\build\application\firefox\nss3.dll +0xa4605]
#10: PR_MD_WAIT_CV[Z:\task_1498170244\build\application\firefox\nss3.dll +0x98769]
#11: o__CIpow[Z:\task_1498170244\build\application\firefox\ucrtbase.DLL +0x3d5ef]
#12: BaseThreadInitThunk[C:\windows\system32\kernel32.dll +0x53c45]
#13: DllBlocklist_WriteNotes[Z:\task_1498170244\build\application\firefox\mozglue.dll +0x27d5]
#14: RtlInitializeExceptionChain[C:\windows\SYSTEM32\ntdll.dll +0x637f5]
#15: RtlInitializeExceptionChain[C:\windows\SYSTEM32\ntdll.dll +0x637c8]
status-firefox56:
--- → affected
Component: Marionette → XPCOM
Keywords: assertion
OS: Unspecified → Windows
Product: Testing → Core
Summary: Intermittent test_crash.py TestCrashInTearDown.test_crash_in_teardown | application crashed [@ nsThreadSyncDispatch::Run()] → Intermittent test_crash.py TestCrashInTearDown.test_crash_in_teardown | Assertion and application crashed [@ nsThreadSyncDispatch::Run()]
Version: Version 3 → unspecified
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•