Am Samstag, 12. August 2017, 08:14:39 CEST schrieb Terry Duell: > Hello Tobias, > > On Fri, 11 Aug 2017 17:44:47 +1000, Tobias Ellinghaus <m...@houz.org> wrote: > > Am Freitag, 11. August 2017, 08:46:26 CEST schrieb Terry Duell: > >> No sign of anything in /tmp that looks like a crash report related to > >> dt. > > > > Too bad. Do you have "gdb" installed? > > yes, I have gdb. > It's possible a dt crash report is in /tmp, but nothing has a name that > would suggest it was from dt. > What typical naming would a dt crash report have?
darktable_bt_XXXXXX.txt with the X replaced by some random characters. Maybe your /tmp/ is getting wiped at reboot so the backtrace got lost? Or it wasn't a real crash (I didn't see a SIGSEGV IIRC). What you can do is running darktable from within gdb and when it crashes copy&paste this to the console: set pagination off set logging file gdb.txt set logging on where echo \n=========\n\n info threads echo \n=========\n thread apply all bt full Then send the gdb.txt file. > Cheers, Tobias
signature.asc
Description: This is a digitally signed message part.