Closed
Bug 519581
Opened 16 years ago
Closed 16 years ago
Crash in oggz.c during Mochitest run in Fennec.
Categories
(Core :: Audio/Video, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 498380
People
(Reporter: dougt, Unassigned)
Details
While testing mochitest running on linux desktop in Fennec, I saw this crash.
fennec: /home/dougt/builds/mozilla-1.9.2/media/liboggz/src/liboggz/oggz.c:218: oggz_close: Assertion `oggz_dlist_is_empty(oggz->packet_buffer)' failed.
Stack:
__restore (/lib/tls/i686/cmov/libpthread.so.0)
abort (/lib/tls/i686/cmov/libc.so.6)
__assert_fail (/lib/tls/i686/cmov/libc.so.6)
oggz_close (/home/dougt/builds/mozilla-1.9.2/media/liboggz/src/liboggz/oggz.c:219)
oggplay_close (/home/dougt/builds/mozilla-1.9.2/media/liboggplay/src/liboggplay/oggplay.c:875)
~nsOggDecodeStateMachine (/home/dougt/builds/mozilla-1.9.2/content/media/ogg/nsOggDecoder.cpp:728)
nsRunnable::Release() (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/xpcom/build/nsThreadUtils.cpp:51)
nsCOMPtr<nsOggDecodeStateMachine>::assign_assuming_AddRef(nsOggDecodeStateMachine*) (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/cont\
ent/media/ogg/../../../dist/include/nsCOMPtr.h:496)
nsCOMPtr<nsOggDecodeStateMachine>::assign_with_AddRef(nsISupports*) (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/content/media/ogg/..\
/../../dist/include/nsCOMPtr.h:1182)
nsCOMPtr<nsOggDecodeStateMachine>::operator=(nsOggDecodeStateMachine*) (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/content/media/ogg\
/../../../dist/include/nsCOMPtr.h:641)
nsOggDecoder::Stop() (/home/dougt/builds/mozilla-1.9.2/content/media/ogg/nsOggDecoder.cpp:1917)
nsRunnableMethod<nsOggDecoder, void>::Run() (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/content/media/ogg/../../../dist/include/nsTh\
readUtils.h:265)
nsThread::ProcessNextEvent(int, int*) (/home/dougt/builds/mozilla-1.9.2/xpcom/threads/nsThread.cpp:527)
NS_ProcessNextEvent_P(nsIThread*, int) (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/xpcom/build/nsThreadUtils.cpp:230)
nsThread::Shutdown() (/home/dougt/builds/mozilla-1.9.2/xpcom/threads/nsThread.cpp:467)
nsOggDecoder::Stop() (/home/dougt/builds/mozilla-1.9.2/content/media/ogg/nsOggDecoder.cpp:1915)
nsRunnableMethod<nsOggDecoder, void>::Run() (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/content/media/ogg/../../../dist/include/nsTh\
readUtils.h:265)
nsThread::ProcessNextEvent(int, int*) (/home/dougt/builds/mozilla-1.9.2/xpcom/threads/nsThread.cpp:527)
NS_ProcessNextEvent_P(nsIThread*, int) (/home/dougt/builds/mozilla-1.9.2/obj-dir-fennec/xulrunner/xpcom/build/nsThreadUtils.cpp:230)
nsBaseAppShell::Run() (/home/dougt/builds/mozilla-1.9.2/widget/src/xpwidgets/nsBaseAppShell.cpp:169)
nsAppStartup::Run() (/home/dougt/builds/mozilla-1.9.2/toolkit/components/startup/src/nsAppStartup.cpp:182)
XRE_main (/home/dougt/builds/mozilla-1.9.2/toolkit/xre/nsAppRunner.cpp:3479)
main (/home/dougt/builds/mozilla-1.9.2/xulrunner/stub/nsXULStub.cpp:502)
__libc_start_main (/lib/tls/i686/cmov/libc.so.6)
Sorry, but I don't have the specific test case that crashes yet. I was running the tests as:
python runtests.py --appname=../../../../mobile/dist/\
bin/fennec --xre-path=../../../dist/bin --test-path=toolkit/content/tests/widgets
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•