Created
March 22, 2014 21:10
-
-
Save Sannis/9714421 to your computer and use it in GitHub Desktop.
Debugger session
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
sannis@sorontar: ~/Documents/Projects/C/protobuf2json-c (± master) $ lldb ./test/run-tests | |
Current executable set to './test/run-tests' (x86_64). | |
(lldb) run | |
Process 22310 launched: './test/run-tests' (x86_64) | |
[% 0|+ 0|- 0|T 0|S 0]: protobuf2json_string__person__requiredselect(): Interrupted system call | |
Fatal error in runner.c on line 277: process_wait failed | |
Process 22310 stopped | |
* thread #1: tid = 0x23a582, 0x00007fff8c23c866 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT | |
frame #0: 0x00007fff8c23c866 libsystem_kernel.dylib`__pthread_kill + 10 | |
libsystem_kernel.dylib`__pthread_kill + 10: | |
-> 0x7fff8c23c866: jae 0x7fff8c23c870 ; __pthread_kill + 20 | |
0x7fff8c23c868: movq %rax, %rdi | |
0x7fff8c23c86b: jmpq 0x7fff8c239175 ; cerror_nocancel | |
0x7fff8c23c870: ret | |
(lldb) bt | |
* thread #1: tid = 0x23a582, 0x00007fff8c23c866 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT | |
* frame #0: 0x00007fff8c23c866 libsystem_kernel.dylib`__pthread_kill + 10 | |
frame #1: 0x00007fff8f49135c libsystem_pthread.dylib`pthread_kill + 92 | |
frame #2: 0x00007fff851b8b1a libsystem_c.dylib`abort + 125 | |
frame #3: 0x0000000100002649 run-tests`run_test(test=0x0000000100003eae, benchmark_output=0, test_count=1) + 1817 at runner.c:277 | |
frame #4: 0x0000000100001e53 run-tests`run_tests(benchmark_output=0) + 323 at runner.c:132 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment