I just upgraded from 10.04, which worked fine for tora, to 10.10, wherein it crashes.
However, as an oracle user, my crash is coming when I click "OK" in the first connection dialog box. Tora provides no (it seems -- anyone know a command-line switch I don't?) interesting debug output, so all I can present is: p...@crash:~$ /usr/local/tora/bin/tora Segmentation fault If I do an strace... p...@crash:/usr/local/tora/share/info$ strace -f -o /tmp/f /usr/local/tora/bin/tora p...@crash:/usr/local/tora/share/info$ tail -13 /tmp/f 20516 write(24, "\0\25\0\0\6\0\0\0\0\0\3\5\37\3\0\0\0\2\0\0\0", 21) = 21 20516 read(24, "\0t\0\0\6\0\0\0\0\0\6\2\1\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2064) = 116 20516 write(24, "\0\25\0\0\6\0\0\0\0\0\3\5 \3\0\0\0\2\0\0\0", 21) = 21 20516 read(24, <unfinished ...> 20513 --- SIGSEGV (Segmentation fault) @ 0 (0) --- 20516 <... read resumed> "\0v\0\0\6\0\0\0\0\0\6\2\1\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2064) = 118 20516 write(24, "\0\25\0\0\6\0\0\0\0\0\3\5!\3\0\0\0\2\0\0\0", 21) = 21 20516 read(24, "\0s\0\0\6\0\0\0\0\0\6\2\1\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2064) = 115 20516 write(24, "\0\25\0\0\6\0\0\0\0\0\3\5\"\3\0\0\0\2\0\0\0", 21) = 21 20516 read(24, <unfinished ...> 20514 +++ killed by SIGSEGV +++ 20516 +++ killed by SIGSEGV +++ 20515 +++ killed by SIGSEGV +++ File 24 seems to come from a socket invocation: 20513 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 24 I've tried recompiling tora and an getting stuck on a link error: tora-toawr.o: In function `~toAWR': /home/pom2/Downloads/tora-2.1.3/src/toawr.cpp:381: undefined reference to `vtable for toAWR' /home/pom2/Downloads/tora-2.1.3/src/toawr.cpp:381: undefined reference to `vtable for toAWR' /home/pom2/Downloads/tora-2.1.3/src/toawr.cpp:381: undefined reference to `vtable for toAWR' /home/pom2/Downloads/tora-2.1.3/src/toawr.cpp:381: undefined reference to `vtable for toAWR' /home/pom2/Downloads/tora-2.1.3/src/toawr.cpp:381: undefined reference to `vtable for toAWR' Not sure if the link problem is directly connected to the segmentation fault or not. -- tora crashed with SIGSEGV https://bugs.launchpad.net/bugs/634985 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
