[SOLVED] segfault with transmission-gtk 2.73

Ask for help and report issues with the GTK+ version of Transmission
Locked
dzidzitop
Posts: 8
Joined: Sun Dec 23, 2012 9:58 pm

[SOLVED] segfault with transmission-gtk 2.73

Post by dzidzitop »

I constantly see the following errors:
[139748.105195] transmission-gt[4311] general protection ip:7f4116bcc735 sp:7f410b4608c8 error:0 in transmission-gtk[7f4116b39000+bc000]
[158631.530901] transmission-gt[27067]: segfault at 7fb500008022 ip 00007f122ade7732 sp 00007f121f67a8d0 error 4 in transmission-gtk[7f122ad53000+bc000]

GDB session:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffec928700 (LWP 27799)]
0x00005555555e8732 in UTP_ProcessIncoming(UTPSocket*, unsigned char const*, unsigned long, bool) ()
(gdb) strace
warning: Couldn't determine the static tracepoint marker to probe
Static tracepoint 1 at 0x5555555e8732

the system I use is:
Linux z 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
Transmission-GTK 2.73
The numbe of active torrents is ~170, no firewalls.

Please would you address this issue?
dzidzitop
Posts: 8
Joined: Sun Dec 23, 2012 9:58 pm

Re: segfault with transmission-gtk 2.73

Post by dzidzitop »

below is the GDB session with the debug symbols:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffec928700 (LWP 29976)]
UTP_ProcessIncoming (conn=0x2e8400002e85, conn@entry=0x55555663e250,
packet=packet@entry=0x7fffec926b90 "!\001\016\350\276W\224Sb\233-O\006>\024\276\265\370.u", len=len@entry=39, syn=198, syn@entry=false) at utp.cpp:2111
2111 utp.cpp: No such file or directory.
(gdb) strace
warning: Couldn't determine the static tracepoint marker to probe
Static tracepoint 1 at 0x5555555e8732: file utp.cpp, line 2111.

=====
Switched back to transmission-gtk 2.52. It works more stable (i.e. it does not crash each 5 minutes)
dzidzitop
Posts: 8
Joined: Sun Dec 23, 2012 9:58 pm

Re: segfault with transmission-gtk 2.73

Post by dzidzitop »

Ok thanks. Will wait for it appeared in the Debian repository.
Locked