Closed
Bug 718343
Opened 14 years ago
Closed 7 years ago
Crash in test_readyState, when acquiring monitor in nsBuiltinDecoder::Pause
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: cpearce, Unassigned)
Details
https://tbpl.mozilla.org/?tree=Mozilla-Beta&rev=13c0a1cf6620
Crashed in test_readyState. First time I've seen thing. On my push to back out bug 691096, on Linux debug build.
https://tbpl.mozilla.org/php/getParsedLog.php?id=8568280&tree=Mozilla-Beta#error3
PROCESS-CRASH | /tests/content/media/test/test_readyState.html | application crashed (minidump found)
Crash dump filename: /tmp/tmpX_kddw/minidumps/67a03c3b-1871-f4e1-06244b76-2a422cc5.dmp
Operating system: Linux
0.0.0 Linux 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
CPU: x86
GenuineIntel family 6 model 23 stepping 10
2 CPUs
Crash reason: SIGABRT
Crash address: 0x852
Thread 0 (crashed)
0 linux-gate.so + 0x424
eip = 0x00536424 esp = 0xbfcc3fc4 ebp = 0xbfcc3ff8 ebx = 0x0c196a7c
esi = 0x00000000 edi = 0x00000013 eax = 0xfffffffc ecx = 0x00000080
edx = 0x00000002 efl = 0x00000246
Found by: given as instruction pointer in context
1 libnspr4.so!PR_Lock [ptsynch.c : 206 + 0x7]
eip = 0x00dd4446 esp = 0xbfcc4000 ebp = 0xbfcc4018
Found by: previous frame's frame pointer
2 libnspr4.so!PR_EnterMonitor [ptsynch.c : 561 + 0xa]
eip = 0x00dd519b esp = 0xbfcc4020 ebp = 0xbfcc4048 ebx = 0x00de9530
esi = 0x0c196a78
Found by: call frame info
3 libxul.so!mozilla::ReentrantMonitor::Enter [BlockingResourceBase.cpp : 315 + 0x8]
eip = 0x01edfef9 esp = 0xbfcc4050 ebp = 0xbfcc4088 ebx = 0x029293c8
esi = 0x0cce7200 edi = 0x00000000
Found by: call frame info
4 libxul.so!nsBuiltinDecoder::Pause [nsBuiltinDecoder.cpp : 67 + 0x11]
eip = 0x018ec70f esp = 0xbfcc4090 ebp = 0xbfcc40b8 ebx = 0x029293c8
esi = 0x0cce7138 edi = 0x0e05d5f0
Found by: call frame info
5 libxul.so!nsHTMLMediaElement::NotifyOwnerDocumentActivityChanged [nsHTMLMediaElement.cpp : 2383 + 0x10]
eip = 0x0164212d esp = 0xbfcc40c0 ebp = 0xbfcc40d8 ebx = 0x029293c8
esi = 0x0e05d5a8 edi = 0x0e05d5f0
Found by: call frame info
6 libxul.so!NotifyActivityChanged [nsDocument.cpp : 3740 + 0x8]
eip = 0x014dab29 esp = 0xbfcc40e0 ebp = 0xbfcc4108 ebx = 0x029293c8
esi = 0x0e05d5a8 edi = 0x0be6e270
Found by: call frame info
7 libxul.so!EnumerateFreezables [nsDocument.cpp : 7959 + 0xa]
eip = 0x014cc74c esp = 0xbfcc4110 ebp = 0xbfcc4128 ebx = 0x029293c8
esi = 0x0e2e8ae0 edi = 0x0be6e270
Found by: call frame info
8 libxul.so!nsTHashtable<nsPtrHashKey<nsIContent> >::s_EnumStub [nsTHashtable.h : 428 + 0x7]
eip = 0x014cc8ef esp = 0xbfcc4130 ebp = 0xbfcc4148 ebx = 0x029293c8
esi = 0x0e2e8ae0 edi = 0x0be6e270
Found by: call frame info
9 libxul.so!PL_DHashTableEnumerate [pldhash.cpp : 755 + 0x11]
eip = 0x01ede96a esp = 0xbfcc4150 ebp = 0xbfcc4198 ebx = 0x029293c8
esi = 0x0e2e8ae0 edi = 0x0be6e270
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•