# gdb GNU gdb 6.7.1 Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "sparc-unknown-linux-gnu". (gdb) file /tmp/tor-0.2.0.31/src/or/tor Reading symbols from /tmp/tor-0.2.0.31/src/or/tor...done. Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /tmp/tor-0.2.0.31/src/or/tor [Thread debugging using libthread_db enabled] [New Thread 0xf7eda6d0 (LWP 11312)] Nov 12 14:22:04.396 [notice] Tor v0.2.0.31 (r16744). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux sparc64) Nov 12 14:22:04.400 [notice] Initialized libevent version 1.4.4-stable using method epoll. Good. Nov 12 14:22:04.401 [notice] Opening Socks listener on 127.0.0.1:9050 Program received signal SIGBUS, Bus error. [Switching to Thread 0xf7eda6d0 (LWP 11312)] 0x000412d8 in var_cell_pack_header (cell=0x283eb0, hdr_out=0xffd63253 "\001") at connection_or.c:160 160 *(uint16_t*)(hdr_out) = htons(cell->circ_id); (gdb) bt #0 0x000412d8 in var_cell_pack_header (cell=0x283eb0, hdr_out=0xffd63253 "\001") at connection_or.c:160 #1 0x0004131c in connection_or_write_var_cell_to_buf (cell=0x283eb0, conn=0x2775f8) at connection_or.c:942 #2 0x00042260 in connection_tls_finish_handshake (conn=0x2775f8) at connection_or.c:1059 #3 0x000390c4 in connection_handle_read (conn=0x2775f8) at connection.c:1950 #4 0x0006d3b4 in conn_read_callback (fd=11, event=2, _conn=) at main.c:457 #5 0xf7e8b114 in event_base_loop () from /usr/lib/libevent-1.4.so.2 #6 0x0006cf38 in do_main_loop () at main.c:1447 #7 0x0006d0e4 in tor_main (argc=, argv=0xffd63674) at main.c:1990 #8 0xf7b2b03c in __libc_start_main () from /lib/libc.so.6 #9 0x00014f58 in _start () (gdb)