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
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
1 hour 33 min ago
3 hours 4 min ago
3 hours 8 min ago
13 hours 31 min ago
1 day 1 hour ago
1 day 9 hours ago
1 day 11 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 2 hours ago