gjedeer / tuntox

Tunnel TCP connections over the Tox protocol

Home Page:https://gdr.name/tuntox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIGBUS

gjedeer opened this issue · comments

commented
2016-11-26 22:45:39: [INFO]     Deleting tunnel #11686
2016-11-26 22:45:39: [DEBUG]    Packet succeeded at try 3

Program received signal SIGBUS, Bus error.
0x00000000004067fa in do_server_loop () at main.c:965
965                     if(FD_ISSET(tun->sockfd, &fds))
(gdb) bt full
#0  0x00000000004067fa in do_server_loop () at main.c:965
        tmp_isconnected = TOX_CONNECTION_UDP
        tox_do_interval_ms = 12
        select_rv = 2
        tv = {tv_sec = 0, tv_usec = 11996}
        tv_start = {tv_sec = 1480200339, tv_usec = 689869}
        tv_end = {tv_sec = 1480200339, tv_usec = 677790}
        ms_start = 1480200339677
        ms_end = 1480200339677
        fds = {__fds_bits = {2112, 0 <repeats 15 times>}}
        tox_packet_buf = "\242j\006\000\252\367\005U\377\327\001G\003!\377\327\001G\003#\377\327\001G\003%\377\327\001G\003'\377\327\001G\003)\377\327\001G\003+\377\327\001G\003-\377\327\001G\003/\377\327\001G\003\061\377\327\001G\003\063\377\327\001G\003o\377\354\001G\003q\377\354\001G\003s\377\354\001G\003\217\377\303\001V\000\005\377q\001V\000\n\377q\001V\001f\377\327\001V\001m\377\327\001V\001q\377q\001V\001r\377\205\001V\001s\377\327\001V\001u\377\256\001V\001x\377\205\001V\002\a\377q\001V\002\v\377q\001V\002T\377\205\001[\000\017\377\256\001[\000\021\377\256\001[\001V\377\327\001[\001_\377\327\001[\001b\377\327\001[\001d"...
        tun = 0x78ad80
        tmp = 0x78b1e0
        connected = TOX_CONNECTION_UDP
#1  0x0000000000407988 in main (argc=2, argv=0x7fffffffe768) at main.c:1404
        tox_id = "\"\376\016\331\316\070\001j\270\a\017\247*\240\221\033&1>6\361\203 W;c\247Z\v\212\274\v\375\225\002|\362\354"
        tox_printable_id = "22FE0ED9CE38016AB8070FA72AA0911B26313E36F18320573B63A75A0B8ABC0BFD95027CF2EC"
        tox_new_err = TOX_ERR_NEW_OK
        oc = -1
        save_size = 0
        save_data = 0x0
        allowed_toxid_obj = 0x0
(gdb) 
commented

This was a problem with that system, not with tuntox