Skip to content

Instantly share code, notes, and snippets.

@isaacs
Last active December 20, 2015 13:59
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 isaacs/6143332 to your computer and use it in GitHub Desktop.
Save isaacs/6143332 to your computer and use it in GitHub Desktop.
(42091,0x7fff7a4bc180) malloc: *** error for object 0x10112a200: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Program received signal SIGABRT, Aborted.
0x00007fff93d2a212 in __pthread_kill ()
(gdb) bt
#0 0x00007fff93d2a212 in __pthread_kill ()
#1 0x00007fff90abbb54 in pthread_kill ()
#2 0x00007fff90affdce in abort ()
#3 0x00007fff90ad39b9 in free ()
#4 0x000000010003c002 in node::NodeBIO::~NodeBIO (this=0x10289c000) at ../src/node_crypto_bio.cc:382
#5 0x000000010003b9ee in node::NodeBIO::Free (bio=0x101a05240) at ../src/node_crypto_bio.cc:378
#6 0x000000010008706c in BIO_free (a=0x101a05240) at ../deps/openssl/openssl/crypto/bio/bio_lib.c:136
#7 0x00000001000877dd in BIO_free_all (bio=0x0) at ../deps/openssl/openssl/crypto/bio/bio_lib.c:516
#8 0x0000000100064007 in SSL_free (s=0x101a05c50) at ../deps/openssl/openssl/ssl/ssl_lib.c:543
#9 0x000000010003c5ef in node::TLSCallbacks::~TLSCallbacks (this=0x101a06060) at ../src/tls_wrap.cc:163
#10 0x000000010003c5ba in node::TLSCallbacks::~TLSCallbacks (this=0x101a06060) at ../src/tls_wrap.cc:162
#11 0x0000000100021aab in node::StreamWrap::~StreamWrap (this=0x100c2fb30) at stream_wrap.h:131
#12 0x00000001000288fa in node::TCPWrap::~TCPWrap (this=0x100c2fb30) at ../src/tcp_wrap.cc:164
#13 0x00000001000068b9 in node::HandleWrap::OnClose (handle=<value temporarily unavailable, due to optimizations>) at ../src/handle_wrap.cc:130
#14 0x000000010012ab53 in uv__run_closing_handles [inlined] () at :207
#15 0x000000010012ab53 in uv_run (loop=0x100777430, mode=UV_RUN_DEFAULT) at ../deps/uv/src/unix/core.c:319
#16 0x000000010000c3dc in node::Start (argc=5, argv=0x100c0ec80) at ../src/node.cc:3067
#17 0x0000000100001534 in start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment