It’s playing cat-and-mouse with me: suspending/resuming is not making insync crash anymore. I have just suspended/resumed using the power button, and also using qdbus
, but insync didn’t crash, in neither attempt.
So, @lpugoy, I’ll keep watching closely, and as soon as I come across the circumstances that always cause insync to crash, I’ll run the gdb backtrace, and emailed it to you.
Just so we have it documented for my and everyone else’s reference, I’ll write here the steps to take the gdb backtrace, as you emailed me:
- Open a terminal
cd /usr/lib/insync
gdb --args ./insync start --no-daemon
- In the gdb prompt, run
r
- When Insync crashes, run
bt
in the gdb prompt - Send the output to us