Once you locate your core dump file, most probably in the last known or current session directory, you ought to get a gdb backtrace, like this, on a terminal command line,
gdb /path/to/bin/qtractor/path/to/core.dump
then, at the gdb prompt, enter
gdb> bt
and send me the pasted output (do not post here as it can be boresome:)
nb. send that along with all the precise known steps you've taken, right before the crash and please, list all the plugins you think are involved.
Once you locate your core dump file, most probably in the last known or current session directory, you ought to get a gdb backtrace, like this, on a terminal command line,
gdb
/path/to/bin/qtractor
/path/to/core
.dumpthen, at the gdb prompt, enter
gdb> bt
and send me the pasted output (do not post here as it can be boresome:)
nb. send that along with all the precise known steps you've taken, right before the crash and please, list all the plugins you think are involved.
Cheers.