Transmission keeps closing

Ask for help and report issues with the GTK+ version of Transmission
Post Reply
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Transmission keeps closing

Post by astarmathsandphysics »

When I start transmission, after about a miniute it crashes. I ran transmission-daemon in a terminal. Here is the output
astarmathsandphysics@SERVER:~$ transmission-daemon -f
[13:00:32.614] Transmission 2.51 (13280) started (session.c:718)
[13:00:32.614] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:803)
[13:00:32.614] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:997)
[13:00:32.614] RPC Server Whitelist enabled (rpc-server.c:1001)
[13:00:32.614] Couldn't bind port 51413 on 0.0.0.0: Address already in use (Is another copy of Transmission already running?) (net.c:363)
[13:00:32.614] Couldn't bind port 51413 on ::: Address already in use (Is another copy of Transmission already running?) (net.c:363)
[13:00:32.614] UDP Couldn't bind IPv4 socket (tr-udp.c:260)
[13:00:32.614] DHT Generating new id (tr-dht.c:309)
[13:00:32.614] Using settings from "/home/astarmathsandphysics/.config/transmission-daemon" (daemon.c:488)
[13:00:32.614] Saved "/home/astarmathsandphysics/.config/transmission-daemon/settings.json" (bencode.c:1731)
[13:00:32.614] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:72)
[13:00:32.614] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:72)
[13:00:34.614] Port Forwarding State changed from "Not forwarded" to "Starting" (port-forwarding.c:93)
[13:00:40.615] Port Forwarding State changed from "Starting" to "???" (port-forwarding.c:93)
^C[13:01:01.003] Saved "/home/astarmathsandphysics/.config/transmission-daemon/settings.json" (bencode.c:1731)
[13:01:01.003] DHT Not saving nodes, DHT not ready (tr-dht.c:356)
[13:01:01.003] Port Forwarding Stopped (port-forwarding.c:181)
Closing transmission session... done.

What can I do?
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

Here is something else from a terminal

astarmathsandphysics@SERVER:~$ gdb transmission-gtk
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/transmission-gtk...Reading symbols from /usr/lib/debug/usr/bin/transmission-gtk...done.
done.
(gdb) (gdb) handle SIGPIPE nostop noprint nopass
Undefined command: "". Try "help".
(gdb) (gdb) r ^CQuit
(gdb) ^CQuit
(gdb)
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

No there is only one instance running
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

here is the result

astarmathsandphysics@SERVER:~$ gdb transmission-gtk
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/transmission-gtk...(no debugging symbols found)...done.
(gdb) handle SIGPIPE nostop noprint pass
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) r -f
Starting program: /usr/bin/transmission-gtk -f
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb53d700 (LWP 28562)]
[New Thread 0x7fffead3c700 (LWP 28563)]
Unknown option -f
Run '/usr/bin/transmission-gtk --help' to see a full list of available command line options.
[Thread 0x7fffead3c700 (LWP 28563) exited]
[Thread 0x7fffeb53d700 (LWP 28562) exited]
[Inferior 1 (process 28559) exited with code 01]
(gdb) thread apply all bt full
(gdb)
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

Think I didn't cust and paste properly. Try this instead

astarmathsandphysics@SERVER:~$ gdb transmission-gtk
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/transmission-gtk...(no debugging symbols found)...done.
(gdb) handle SIGPIPE nostop noprint pass
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) r -f
Starting program: /usr/bin/transmission-gtk -f
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb53d700 (LWP 31296)]
[New Thread 0x7fffead3c700 (LWP 31297)]
Unknown option -f
Run '/usr/bin/transmission-gtk --help' to see a full list of available command line options.
[Thread 0x7fffead3c700 (LWP 31297) exited]
[Thread 0x7fffeb53d700 (LWP 31296) exited]
[Inferior 1 (process 31293) exited with code 01]
(gdb)
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

This is the error I get in logfile

ul 9 23:15:58 SERVER kernel: [90520.087345] transmission-gt[32578]: segfault at 1997c2228 ip 00007f0fcf0e6111 sp 00007f0fbe1377e8 error 4 in libc-2.15.so[7f0fcf05d000+1b5000]
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

This is for transmission gtk running but not transmission daemon

Jul 9 23:45:44 SERVER kernel: [92305.763850] transmission-gt[550]: segfault at 10d7c2228 ip 00007f8342ecd111 sp 00007f8331f287e8 error 4 in libc-2.15.so[7f8342e44000+1b5000]
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

What is the difference between transmission gtk and transmission daemon anyway?
astarmathsandphysics
Posts: 13
Joined: Wed Feb 11, 2009 5:36 pm

Re: Transmission keeps closing

Post by astarmathsandphysics »

I think it is an error in a torrent file. I am running 9200 of 9300 torrents succesfully. Will brave the rest tomorrow.
Post Reply