Skip to content

Instantly share code, notes, and snippets.

@zetok
Last active August 29, 2015 14:00
Show Gist options
  • Save zetok/11235077 to your computer and use it in GitHub Desktop.
Save zetok/11235077 to your computer and use it in GitHub Desktop.
firefox 28 segfault 2014-04-23
(gdb) bt
#0 0x00007f6242172d30 in vpx_codec_destroy () from /usr/lib64/libvpx.so.1
#1 0x00007f62455519cd in webrtc::VP8DecoderImpl::Release() () from /usr/lib64/firefox/libxul.so
#2 0x00007f6245541a89 in webrtc::VCMCodecDataBase::ReleaseDecoder(webrtc::VCMGenericDecoder*) const () from /usr/lib64/firefox/libxul.so
#3 0x00007f6245542047 in webrtc::VCMCodecDataBase::CreateAndInitDecoder(unsigned char, webrtc::VideoCodec*, bool*) const () from /usr/lib64/firefox/libxul.so
#4 0x00007f62455420df in webrtc::VCMCodecDataBase::GetDecoder(unsigned char, webrtc::VCMDecodedFrameCallback*) () from /usr/lib64/firefox/libxul.so
#5 0x00007f624554feaa in webrtc::vcm::VideoReceiver::Decode(webrtc::VCMEncodedFrame const&) () from /usr/lib64/firefox/libxul.so
#6 0x00007f6245550181 in webrtc::vcm::VideoReceiver::Decode(unsigned short) () from /usr/lib64/firefox/libxul.so
#7 0x00007f624556503a in webrtc::ViEChannel::ChannelDecodeProcess() () from /usr/lib64/firefox/libxul.so
#8 0x00007f624554023b in webrtc::ThreadPosix::Run() () from /usr/lib64/firefox/libxul.so
#9 0x00007f62455402f1 in StartThread () from /usr/lib64/firefox/libxul.so
#10 0x00007f6248205f3a in start_thread () from /lib64/libpthread.so.0
#11 0x00007f6247716e8d in clone () from /lib64/libc.so.6
(gdb) bt
#0 0x00007f624820d9bb in raise () from /lib64/libpthread.so.0
#1 0x00007f62456f2ea9 in nsProfileLock::FatalSignalHandler(int, siginfo_t*, void*) () from /usr/lib64/firefox/libxul.so
#2 <signal handler called>
#3 0x00007f6242172d30 in vpx_codec_destroy () from /usr/lib64/libvpx.so.1
#4 0x00007f62455519cd in webrtc::VP8DecoderImpl::Release() () from /usr/lib64/firefox/libxul.so
#5 0x00007f6245541a89 in webrtc::VCMCodecDataBase::ReleaseDecoder(webrtc::VCMGenericDecoder*) const () from /usr/lib64/firefox/libxul.so
#6 0x00007f6245542047 in webrtc::VCMCodecDataBase::CreateAndInitDecoder(unsigned char, webrtc::VideoCodec*, bool*) const () from /usr/lib64/firefox/libxul.so
#7 0x00007f62455420df in webrtc::VCMCodecDataBase::GetDecoder(unsigned char, webrtc::VCMDecodedFrameCallback*) () from /usr/lib64/firefox/libxul.so
#8 0x00007f624554feaa in webrtc::vcm::VideoReceiver::Decode(webrtc::VCMEncodedFrame const&) () from /usr/lib64/firefox/libxul.so
#9 0x00007f6245550181 in webrtc::vcm::VideoReceiver::Decode(unsigned short) () from /usr/lib64/firefox/libxul.so
#10 0x00007f624556503a in webrtc::ViEChannel::ChannelDecodeProcess() () from /usr/lib64/firefox/libxul.so
#11 0x00007f624554023b in webrtc::ThreadPosix::Run() () from /usr/lib64/firefox/libxul.so
#12 0x00007f62455402f1 in StartThread () from /usr/lib64/firefox/libxul.so
#13 0x00007f6248205f3a in start_thread () from /lib64/libpthread.so.0
#14 0x00007f6247716e8d 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