Comment 9 for bug 789198

Revision history for this message
Ricardo Salveti (rsalveti) wrote : Re: Firefox crashes when attempting to play webm video OMAP4 Panda Board

Running with GDB doesn't help much at the crash, even with all debug symbols:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x5b8ff2b0 (LWP 2663)]
0x59cf8d64 in ?? ()
(gdb) bt full
#0 0x59cf8d64 in ?? ()
No symbol table info available.
#1 0x5b8fe8f0 in ?? ()
No symbol table info available.
Cannot access memory at address 0x0
#2 0x5b8fe8f0 in ?? ()
No symbol table info available.
Cannot access memory at address 0x0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

When iterating step by step at vp8cx_init_de_quantizer the video frames were displayed correctly, without crashing. The crash happens as soon as I hit continue.

I'll keep trying to get more useful information, and I'm also building the latest daily package locally on another board.