Created
December 13, 2014 09:35
-
-
Save gjedeer/90bef9cf444512321586 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". | |
Before tox_new() | |
Breakpoint 1, new_messenger (options=0xbefff5d0) at ../toxcore/Messenger.c:1570 | |
1570 if ( ! m ) | |
(gdb) c | |
Continuing. | |
Breakpoint 7, new_networking (ip=..., port=33445) at ../toxcore/network.c:484 | |
484 return NULL; | |
(gdb) print ip.family | |
$3 = 10 '\n' | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment