Comment 5 for bug 291414

Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

Good :)

Could you please do the following?

$ sudo apt-get install gdb
$ gdb src/qbittorrent (adapt path if necessary)
$ gdb> run

then make qbittorrent crash. Once it crashes, type the following:

$ gdb> bt 25

And provide me with the output. Please :)

This will make sure I find the exact location of the problem. thanks in advance.