Created
March 22, 2012 13:00
-
-
Save jussi-kalliokoski/2158223 to your computer and use it in GitHub Desktop.
gdb stacktrace for node-cubeb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x000000000056b1ad in v8::HandleScope::HandleScope() () | |
#1 0x00007ffff59da056 in CubebStream::DataCB (stream=0xc806f0, user=0xc80480, buffer=0x7fffef4cc040, nframes=11113) at ../src/stream.cpp:165 | |
#2 0x00007ffff57cf82e in stream_request_callback (s=0xc80740, nbytes=22226, u=0xc806f0) at src/cubeb_pulse.c:107 | |
#3 0x00007ffff55b1b4c in ?? () from /usr/lib/libpulse.so.0 | |
#4 0x00007ffff514c303 in ?? () from /usr/lib/libpulsecommon-1.1.so | |
#5 0x00007ffff514c673 in pa_pdispatch_run () from /usr/lib/libpulsecommon-1.1.so | |
#6 0x00007ffff55951ed in ?? () from /usr/lib/libpulse.so.0 | |
#7 0x00007ffff5150f19 in ?? () from /usr/lib/libpulsecommon-1.1.so | |
#8 0x00007ffff55a7c8e in pa_mainloop_dispatch () from /usr/lib/libpulse.so.0 | |
#9 0x00007ffff55a8055 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0 | |
#10 0x00007ffff55a8100 in pa_mainloop_run () from /usr/lib/libpulse.so.0 | |
#11 0x00007ffff55b656f in ?? () from /usr/lib/libpulse.so.0 | |
#12 0x00007ffff515e8b8 in ?? () from /usr/lib/libpulsecommon-1.1.so | |
#13 0x00007ffff6785daa in start_thread () from /lib/libpthread.so.0 | |
#14 0x00007ffff64c155d in clone () from /lib/libc.so.6 | |
#15 0x0000000000000000 in ?? () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00003e3c46a297b9 in ?? () | |
#1 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment