Skip to content

Instantly share code, notes, and snippets.

@creationix
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creationix/01df8f837adc9fd5d265 to your computer and use it in GitHub Desktop.
Save creationix/01df8f837adc9fd5d265 to your computer and use it in GitHub Desktop.
Process 17511 launched: '/usr/local/bin/lit' (x86_64)
{ path = '/v1/devices/53ff6c06507553512015137/endpoint?access_token=af66127b318df85a7e7a2247829996e9b068cca', method = 'GET' }
{ { 'Server', 'nginx/1.6.0' }, { 'Date', 'Wed, 04 Feb 2015 04:26:03 GMT' }, { 'Content-Type', 'text/html' }, { 'Content-Length', '172' }, { 'Connection', 'close' },
keepAlive = false, reason = 'Bad Request', code = 400, version = 1.1 }
lit(17511,0x7fff78b3a300) malloc: *** error for object 0x400015: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Process 17511 stopped
* thread #1: tid = 0x4329f, 0x00007fff96f5b286 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
frame #0: 0x00007fff96f5b286 libsystem_kernel.dylib`__pthread_kill + 10
libsystem_kernel.dylib`__pthread_kill + 10:
-> 0x7fff96f5b286: jae 0x7fff96f5b290 ; __pthread_kill + 20
0x7fff96f5b288: movq %rax, %rdi
0x7fff96f5b28b: jmpq 0x7fff96f56c53 ; cerror_nocancel
0x7fff96f5b290: ret
(lldb) bt
* thread #1: tid = 0x4329f, 0x00007fff96f5b286 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
* frame #0: 0x00007fff96f5b286 libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x00007fff8c6cd42f libsystem_pthread.dylib`pthread_kill + 90
frame #2: 0x00007fff8bcc1b53 libsystem_c.dylib`abort + 129
frame #3: 0x00007fff96f2c937 libsystem_malloc.dylib`free + 428
frame #4: 0x00000001001a0835 lit`CRYPTO_free + 37
frame #5: 0x00000001001dbb90 lit`X509_STORE_free + 144
frame #6: 0x00000001000f9d56 lit`SSL_CTX_free + 150
frame #7: 0x00000001000f9969 lit`SSL_free + 537
frame #8: 0x00000001000c6b66 lit`openssl_ssl_gc + 70
frame #9: 0x00000001000ab0db lit`lj_BC_FUNCC + 52
frame #10: 0x00000001000a8973 lit`gc_finalize + 243
frame #11: 0x0000000100039248 lit`cpfinalize + 296
frame #12: 0x00000001000ab41c lit`lj_vm_cpcall + 56
frame #13: 0x0000000100038c42 lit`lua_close + 146
frame #14: 0x000000010000d710 lit`main + 608
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment