Closed
Bug 470196
Opened 17 years ago
Closed 17 years ago
Crash in oggplay_buffer_set_last_data while playing video
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 464007
People
(Reporter: j, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081218 Shiretoko/3.1b3pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081218 Shiretoko/3.1b3pre
mozilla-central sometimes crashes playing videos, here a backtrace
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x45ecd950 (LWP 2241)]
0x00007f93a64cbde9 in oggplay_buffer_set_last_data ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
Current language: auto; currently asm
(gdb) bt
#0 0x00007f93a64cbde9 in oggplay_buffer_set_last_data ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#1 0x00007f93a64caa28 in oggplay_step_decoding ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#2 0x00007f93a64c539a in nsOggDecodeStateMachine::Run ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#3 0x00007f93a6856882 in nsThread::ProcessNextEvent ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#4 0x00007f93a682bf06 in NS_ProcessNextEvent_P ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#5 0x00007f93a6856ee6 in nsThread::ThreadFunc ()
from /home/j/src/mozilla-central/dist/bin/libxul.so
#6 0x00007f93a5130b13 in _pt_root ()
from /home/j/src/mozilla-central/dist/bin/libnspr4.so
#7 0x00007f93a710e3ea in start_thread () from /lib/libpthread.so.0
#8 0x00007f93a18cec6d in clone () from /lib/libc.so.6
#9 0x0000000000000000 in ?? ()
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
could you build w/ --enable-debugger-info-modules --disable-strip?
it's annoying not to have line numbers and arguments.
Comment 2•17 years ago
|
||
Related to bug 464007?
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•