That's my main issue, ignoring other minor crashes.
Basically, when I've chosen the torrent file and then get to select a target
directory, I can browse, click and anything, but as soon as I click the Open
button, transmission just hangs in a mutex (or something).
Tried v1.05 and v1.06 with the latest patch from SFE (the patch appears to
apply fine to 1.06). Compiled with gcc though, tried the shipping 3.6.3 and the
4.2, no change in symptoms. System is Solaris snv_76. The precompiled binary
v0.91 from trisk's site works fine.
Thanks,
-mg
Relevant truss output (it loads the torrent file fine, tries to locate
libcrypto in the wrong folder (tried to fix with symlink, nogo) and then
appears to want to sit in a mutex?):
stat64("/export/home/servo/Torrents/6a204b5dff2220cba2ac2c6ee6b0c6060ed7a73a.torrent",
0x08045BD4) = 0
open64("/export/home/servo/Torrents/6a204b5dff2220cba2ac2c6ee6b0c6060ed7a73a.torrent",
O_RDONLY) = 10
lseek(10, 0, SEEK_SET) = 0
fstat64(10, 0x08045AB0) = 0
fstat64(10, 0x080459E0) = 0
ioctl(10, TCGETA, 0x08045A7C) Err#25 ENOTTY
read(10, " d 8 : a n n o u n c e 3".., 2560) = 2339
llseek(10, 0, SEEK_CUR) = 2339
close(10) = 0
xstat(2, "/usr/local/lib/libcrypto.so.0.9.8", 0x08040C58) Err#2 ENOENT
lwp_mutex_timedlock(0x081D6A14, 0x00000000) (sleeping...)
Received signal #2, SIGINT, in lwp_mutex_timedlock() [caught]
lwp_mutex_timedlock(0x081D6A14, 0x00000000) Err#4 EINTR
lwp_sigmask(SIG_SETMASK, 0x00000002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
setcontext(0x08044600)
Received signal #2, SIGINT, in lwp_mutex_timedlock() [caught]
lwp_mutex_timedlock(0x081D6A14, 0x00000000) Err#4 EINTR
lwp_sigmask(SIG_SETMASK, 0x00000002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
setcontext(0x08044600)
lwp_mutex_timedlock(0x081D6A14, 0x00000000) (sleeping...)
This message posted from opensolaris.org