Here it is in case someone stumbles upon this post: You have to build it yourself and enable stack trace support: Make sure you read the messages produced by the configure script! svn co https://qtractor.svn.sourceforge.net/svnroot/qtractor/trunk qtractor-svn cd qtractor-svn make -f Makefile.svn ./configure --enable-debug --enable-stack-trace make sudo make install Reply
You have to build it yourself and enable stack trace support:
Make sure you read the messages produced by the configure script!
svn co https://qtractor.svn.sourceforge.net/svnroot/qtractor/trunk qtractor-svn
cd qtractor-svn
make -f Makefile.svn
./configure --enable-debug --enable-stack-trace
make
sudo make install