Comment 3 for bug 608309

Revision history for this message
Christophe Dumez (hydr0g3n) wrote : Re: qBittorrent v2.3.0rc5 crashes on startup

The backtrace indicates Bittorrent::readAlerts() so this looks interesting.

However, it would be nice to have the line numbers in the backtrace to help me debug.

If possible, please do the following:
1. Install gdb (debugger) e.g. sudo apt-get install gdb
2. Reproduce the crash in gdb:
$ gdb qbittorrent
> run
... Make it crash ...
> bt 25
.. This will print the backtrace I need ...