[Xubuntu] Segmentation fault in spite of little or no syncing activity

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:

  1. Open a terminal
  2. cd /usr/lib/insync
  3. gdb --args ./insync start --no-daemon
  4. In the gdb prompt, run r
  5. When Insync crashes, run bt in the gdb prompt
  6. Send the output to us