Gabriel M. Beddingfield wrote:
> Thanks!  I have an idea of what's happening... is it possible to get a 
> backtrace of all threads?
>   

Sure, here we go:

(gdb) thr apply all bt

Thread 3 (Thread 0x7fffe5faf950 (LWP 4732)):
#0  0x00007ffff4e6b686 in poll () from /lib/libc.so.6
#1  0x0000000000541957 in H2Core::alsaMidiDriver_thread (param=0x8cfb20)
    at libs/hydrogen/src/IO/alsa_midi_driver.cpp:136
#2  0x00007ffff4b7a3ba in start_thread () from /lib/libpthread.so.0
#3  0x00007ffff4e751bd in clone () from /lib/libc.so.6
#4  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fffee21b950 (LWP 4731)):
#0  0x00007ffff4e36e31 in nanosleep () from /lib/libc.so.6
#1  0x00007ffff4e6e0f4 in usleep () from /lib/libc.so.6
#2  0x00000000005577a4 in loggerThread_func (param=0x81d0b0)
    at libs/hydrogen/src/object.cpp:199
#3  0x00007ffff4b7a3ba in start_thread () from /lib/libpthread.so.0
#4  0x00007ffff4e751bd in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fbf780 (LWP 4728)):
#0  0x00007ffff5664cb3 in __dynamic_cast () from /usr/lib/libstdc++.so.6
#1  0x0000000000553964 in H2Core::Sampler::makeTrackOutputQueues (
    this=0x9c38e0) at libs/hydrogen/src/sampler/sampler.cpp:752
---Type <return> to continue, or q <return> to quit---
#2  0x000000000052bcb9 in H2Core::audioEngine_renameJackPorts ()
    at libs/hydrogen/src/hydrogen.cpp:932
#3  0x000000000052c014 in H2Core::audioEngine_setSong (newSong=0x9fd860)
    at libs/hydrogen/src/hydrogen.cpp:981
#4  0x000000000052eeb0 in H2Core::Hydrogen::setSong (this=0x899d00,
    pSong=0x9fd860) at libs/hydrogen/src/hydrogen.cpp:1777
#5  0x0000000000452699 in HydrogenApp (this=0x8e4250, pMainForm=0x8f9fa0,
    pFirstSong=0x9fd860) at gui/src/HydrogenApp.cpp:79
#6  0x00000000004ace60 in MainForm (this=0x8f9fa0, app=0x81d250,
    songFilename=...) at gui/src/MainForm.cpp:112
#7  0x0000000000496ebb in main (argc=1, argv=0x7fffffffe3c8)
    at gui/src/main.cpp:301



>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Hydrogen-devel mailing list
> Hydrogen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>   


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to