Hello,
I am back here for more help, I have been working on several session files with qtractor, for some of them I was able to save them and close qtractor but when I open the session files the loading process starts and qtractor crashes and shutsdown, I started qtractor from the console and tried to open a session file, the outuput was
gonzalo@linux-tudn:~> qtractor
Segmentation fault
gonzalo@linux-tudn:~>
I can open some files just fine, but others fail with this error, making entire hours of work not available, any suggestions on debugging?
Thank you very much,
Gonzalo
re. qtractor 0.7.7 segmentation fault
try running under gdb (you have gdb installed, correct?):
gdb qtractor
gdb> run
when the crash happens, probably due a SIGSEGV interrupt, gdb prompt gets back to you, then:
gdb> thread apply all bt
do capture the stack-trace output and paste it somewhere for further analisys...
it sure helps (a lot) if you have debug symbols available (usually provided by respective "qtractor-debug*" package, or you have built it from source from
./configure --enable-debug
).at this time, and with the (no) information given, it is useless to speculate what the problem is, but sure it's a component on the offending session file (*.qt?), most probably an ill-behaved or faulty plugin, someway or another.
hth
cheers
qtractor 0.7.7 segmentation fault
Hello,
I have followed the gdb prompts and the results read below, I am sorry that I cannot find how to attach a file to this entry.
I am not sure if I have to install of the separate debug files it is requesting, please let me know.
re. qtractor 0.7.7 segmentation fault
so it seems that having more than one or the same MP3 file being loaded at same time might be the culprit.
you have these options:
hth.
cheers
Add new comment