Search found 4 matches

by fullblaststorm
Tue Nov 20, 2012 10:24 am
Forum: General
Topic: Transmission 2.73 segfaults randomly
Replies: 2
Views: 3295

Re: Transmission 2.73 segfaults randomly

First, please try updating to the latest revision which is currently r13620.

If it crashes:

$ gdb transmission-daemon
(gdb) handle SIGPIPE nostop noprint nopass
(gdb) r -f
... run until Transmission crashes...
(gdb) thread apply all bt full


I did as you said and got the following output from ...
by fullblaststorm
Sun Nov 18, 2012 1:51 pm
Forum: General
Topic: Transmission 2.73 segfaults randomly
Replies: 2
Views: 3295

Transmission 2.73 segfaults randomly

Hi everybody!

I have a problem with transmission-daemon 2.73 on CentOS linux 6.3. Every two or three days I see the message in my /var/log/messages saying

Nov 18 02:49:45 centos kernel: transmission-da[24287]: segfault at 8 ip 0807afe4 sp b7820120 error 6 in transmission-daemon[8048000+66000 ...
by fullblaststorm
Tue Jul 24, 2012 5:57 pm
Forum: Support
Topic: Can't build Transmission-2.61 [SOLVED]
Replies: 2
Views: 2013

Re: Can't build Transmission-2.61

rb07 wrote:
fullblaststorm wrote:LIBEVENT_LIBS='-L/opt/lib'
That part is wrong, LIBS is for libraries, not just paths, you need to set LDFLAGS='-L/opt/lib', or LIBEVENT_LIBS='-L/opt/lib -levent'.
Thank you, problem solved! :)
by fullblaststorm
Tue Jul 24, 2012 2:45 pm
Forum: Support
Topic: Can't build Transmission-2.61 [SOLVED]
Replies: 2
Views: 2013

Can't build Transmission-2.61 [SOLVED]

Hi everybody,

I'm desperately trying to build Transmission daemon 2.61 on centos linux 6.3 (latest).

Interesting enough, Transmission 2.51 and below compile ok. The problems only occur when building newer versions.

Build error details follow:

*** Making all in libtransmission
make[1]: Entering ...