I'd like to use rtorrent to enable bitrorrent support on on MBWE. Used optware to install the package, which seemed to work. It also pulled all the supporting packages. I created my .rtorrent.rc file, but no matter what I try, I get Segmentation Fault error:
[mmeytin@SAN ~]$ rtorrent
Caught Segmentation fault, dumping stack:
Stack dump not enabled.
Aborted
[mmeytin@SAN ~]$
Running with strace shows the following output (the tail portion):
getpid() = 29068
brk(0x154000) = 0x154000
open("/home/mmeytin/.rtorrent.rc", O_RDONLY|O_LARGEFILE) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbe880224) = -1 ENOTTY (Inappropriate ioctl for device)
brk(0x155000) = 0x155000
brk(0x156000) = 0x156000
close(4) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigaction(SIGSEGV, {SIG_DFL}, {0x54668, [SEGV], SA_RESTART|0x4000000}, 8) = 0
write(1, "Caught Segmentation fault, dumpi"…, 42Caught Segmentation fault, dumping stack:
) = 42
write(1, "Stack dump not enabled.\n", 24Stack dump not enabled.
) = 24
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
getpid() = 29068
kill(29068, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
I may be missing something obvious - any ideas on what could be causing this? Thanks in advance for any help!
-M-

























