Skip to content

Instantly share code, notes, and snippets.

@zetok
Created April 24, 2014 07:48
Show Gist options
  • Save zetok/11245487 to your computer and use it in GitHub Desktop.
Save zetok/11245487 to your computer and use it in GitHub Desktop.
firefox 28 segfault 2014-04-24
(gdb) bt
#0 0x00007fa229cbfd30 in vpx_codec_destroy () from /usr/lib64/libvpx.so.1
#1 0x00007fa22d0519cd in webrtc::VP8DecoderImpl::Release() () from /usr/lib64/firefox/libxul.so
#2 0x00007fa22d041a89 in webrtc::VCMCodecDataBase::ReleaseDecoder(webrtc::VCMGenericDecoder*) const () from /usr/lib64/firefox/libxul.so
#3 0x00007fa22d042047 in webrtc::VCMCodecDataBase::CreateAndInitDecoder(unsigned char, webrtc::VideoCodec*, bool*) const () from /usr/lib64/firefox/libxul.so
#4 0x00007fa22d0420df in webrtc::VCMCodecDataBase::GetDecoder(unsigned char, webrtc::VCMDecodedFrameCallback*) () from /usr/lib64/firefox/libxul.so
#5 0x00007fa22d04feaa in webrtc::vcm::VideoReceiver::Decode(webrtc::VCMEncodedFrame const&) () from /usr/lib64/firefox/libxul.so
#6 0x00007fa22d050181 in webrtc::vcm::VideoReceiver::Decode(unsigned short) () from /usr/lib64/firefox/libxul.so
#7 0x00007fa22d06503a in webrtc::ViEChannel::ChannelDecodeProcess() () from /usr/lib64/firefox/libxul.so
#8 0x00007fa22d04023b in webrtc::ThreadPosix::Run() () from /usr/lib64/firefox/libxul.so
#9 0x00007fa22d0402f1 in StartThread () from /usr/lib64/firefox/libxul.so
#10 0x00007fa22fd9af3a in start_thread () from /lib64/libpthread.so.0
#11 0x00007fa22f2abe8d in clone () from /lib64/libc.so.6
(gdb) c
Continuing.
[Thread 0x7fa1bd3ff700 (LWP 22921) exited]
Program received signal SIGSEGV, Segmentation fault.
0x00007fa22fda29bb in raise () from /lib64/libpthread.so.0
(gdb) bt
#0 0x00007fa22fda29bb in raise () from /lib64/libpthread.so.0
#1 0x00007fa22d1f2ea9 in nsProfileLock::FatalSignalHandler(int, siginfo_t*, void*) () from /usr/lib64/firefox/libxul.so
#2 <signal handler called>
#3 0x00007fa229cbfd30 in vpx_codec_destroy () from /usr/lib64/libvpx.so.1
#4 0x00007fa22d0519cd in webrtc::VP8DecoderImpl::Release() () from /usr/lib64/firefox/libxul.so
#5 0x00007fa22d041a89 in webrtc::VCMCodecDataBase::ReleaseDecoder(webrtc::VCMGenericDecoder*) const () from /usr/lib64/firefox/libxul.so
#6 0x00007fa22d042047 in webrtc::VCMCodecDataBase::CreateAndInitDecoder(unsigned char, webrtc::VideoCodec*, bool*) const () from /usr/lib64/firefox/libxul.so
#7 0x00007fa22d0420df in webrtc::VCMCodecDataBase::GetDecoder(unsigned char, webrtc::VCMDecodedFrameCallback*) () from /usr/lib64/firefox/libxul.so
#8 0x00007fa22d04feaa in webrtc::vcm::VideoReceiver::Decode(webrtc::VCMEncodedFrame const&) () from /usr/lib64/firefox/libxul.so
#9 0x00007fa22d050181 in webrtc::vcm::VideoReceiver::Decode(unsigned short) () from /usr/lib64/firefox/libxul.so
#10 0x00007fa22d06503a in webrtc::ViEChannel::ChannelDecodeProcess() () from /usr/lib64/firefox/libxul.so
#11 0x00007fa22d04023b in webrtc::ThreadPosix::Run() () from /usr/lib64/firefox/libxul.so
#12 0x00007fa22d0402f1 in StartThread () from /usr/lib64/firefox/libxul.so
#13 0x00007fa22fd9af3a in start_thread () from /lib64/libpthread.so.0
#14 0x00007fa22f2abe8d in clone () from /lib64/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment