Skip to content

Instantly share code, notes, and snippets.

@rphillips
Created November 12, 2013 19:23
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 rphillips/2ae1dbb82a7eb869a433 to your computer and use it in GitHub Desktop.
Save rphillips/2ae1dbb82a7eb869a433 to your computer and use it in GitHub Desktop.
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
[Switching to process 58580 thread 0x1c03]
0x00007fff8ca6b6ae in mdns_addrinfo ()
(gdb) bt
#0 0x00007fff8ca6b6ae in mdns_addrinfo ()
#1 0x00007fff8ca6b52b in search_addrinfo ()
#2 0x00007fff8ca6b2c0 in si_addrinfo ()
#3 0x00007fff8ca6ac5f in getaddrinfo ()
#4 0x0000000000072d35 in uv__getaddrinfo_work (w=0x20c9e8) at src/unix/getaddrinfo.c:33
#5 0x000000000007fe89 in worker (arg=0x0) at src/unix/threadpool.c:74
#6 0x0000000000086757 in uv__thread_start (ctx_v=0x20a570) at uv-common.c:322
#7 0x00007fff89c4d899 in _pthread_body ()
#8 0x00007fff89c4d72a in _pthread_start ()
#9 0x00007fff89c51fc9 in thread_start ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment