Hi, I'm not able to reproduce it in my Debian Testing VM. Don't have it installed on baremetal, maybe it's relevant. Anyway, the full backtrace might give some hints... can you obtain it? You'll need to do the following:
1. Run the debugger with the latest dump from Caja: $ coredumpctl debug caja It should show some info and gdb's prompt, (gdb). 2. Run the command to get the full backtrace in gdb's prompt: (gdb) bt full And post the result of it. To quit gdb, use 'q' command: (gdb) q