OK, here is the result.
:)
(gdb) thread apply all bt
Thread 5 (Thread 0x7fffe9113910 (LWP 5049)):
#0 0x756a7f82 in select () from /lib/libc.so.6
#1 0x7620fd36 in ?? () from /usr/lib/libQtCore.so.4
#2 0x7614b4a5 in ?? () from /usr/lib/libQtCor
Unfortunately, it looks like the crash is not in this thread. Could you
please try to get the backtrace for all threads? In gdb, issue the following
command:
$ thread apply all bt
Thanks in advance.
On Sun, Dec 27, 2009 at 2:09 AM, riptide wrote:
> Hello
>
> It is reproducible. Every time i run
Hello
It is reproducible. Every time i run qbittorrent it crashes with the same
error.
Here is the complete backtrace (I read some doc about gdb)
(gdb) bt
#0 0x in ?? (
Hi,
thanks for taking the time!
Unfortunately this backtrace doesn't seem much informative to me, let's hope
Chris can add something. Is this a reproducible behavior or just a random
crash?
Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4 (old: 0x0C095825)
signature.asc
Description: PGP signat
OK, here is the backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
(gdb) bt 25
#0 0x in ?? ()
#1 0x76bc53dc in ?? () from /usr/lib/libQtGui.so.4
#2 0x76bc613e in ?? () from /usr/lib/libQtGui.so.4
#
Please install libtorrent-rasterbar-dbg package. The backtrace is not useful
because you are missing debug information.
Then run qBittorrent in gdb again:
$ gdb qbittorrent
> run
... qBittorrent will now run and you need to wait until it crashes ...
** Crash **
> bt 25
.. This is display the gdb ba
I tried to run qbittorrent in gdb (it's my first time with gdb) and get this:
Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
I think this is not usefull again :(
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscrib
The backtrace here is not useful unfortunately. Could you try running
qBittorrent in gdb?
Get gdb backtrace with 'bt 25' when qBittorrent crashes.
On Mon, Dec 21, 2009 at 9:54 AM, Serafín Villar wrote:
> Package: qbittorrent
> Version: 2.0.0-1
> Severity: grave
> Justification: renders package u
Package: qbittorrent
Version: 2.0.0-1
Severity: grave
Justification: renders package unusable
When execute qbittorrent it fails with this error:
Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
stack trace:
/lib/libc.so.6 [0x7f3884e8bfd0]
9 matches
Mail list logo