Comment 3 for bug 349906

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

Libtorrent's author would really need a backtrace. Could you please do the following:
$ gdb qbittorrent
> catch throw (if it fails, try: "break _cxa_throw")
Make breakpoint pending on future shared library load? (y or [n]) y
> run
... Wait until it hits the breackpoint
> bt full

Then paste the backtrace here. Thanks in advance.