Comment 1 for bug 706074

Revision history for this message
Christophe Dumez (hydr0g3n) wrote : Re: 2.6.3 crashes with memmory segmentation error

The error does not make any sense because it suggest it crashes in Qt. I'm assuming you are using the standard Qt packages from the Ubuntu Maverick repository? (no backports from somewhere).

Could you please get a debug backtrace? You can get one as follows:

# Install the debug symbols and gdb debugger
$ sudo apt-get install qbittorrent-dbg libtorrent-rasterbar-dbg gdb

# Run qBittorrent inside gdb
$ gdb qbittorrent
> run
... Make it crash...
> thread apply all bt 30
.. This will print the debug backtrace I need ..