Comment 17 for bug 349906

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

Apparently the break did not work.

Could you please try the following:
gdb qbittorrent
> break 120
Breakpoint 1 at 0x80b5e76: file main.cpp, line 120.
> run
... wait until it breaks
> catch throw (should work now that the program is loaded)
... wait until it catches a throw
> bt full
> c (to continue and make sure the throw was due to a bad_lexical_cast, if not, wait until it break again and type bt full again.)