Skip to content

Instantly share code, notes, and snippets.

@kellabyte
Created November 13, 2014 04:07
Show Gist options
  • Save kellabyte/fc60556668e0c7841756 to your computer and use it in GitHub Desktop.
Save kellabyte/fc60556668e0c7841756 to your computer and use it in GitHub Desktop.
haywire_hello_world: lib/libuv/src/unix/stream.c:1459: uv_read_start: Assertion `((stream)->io_watcher.fd) >= 0' failed.
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff65f2700 (LWP 6445)]
0x00007ffff762b425 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff762b425 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007ffff762eb8b in __GI_abort () at abort.c:91
#2 0x00007ffff76240ee in __assert_fail_base (fmt=<optimized out>, assertion=0x428368 "((stream)->io_watcher.fd) >= 0",
file=0x428122 "lib/libuv/src/unix/stream.c", line=<optimized out>, function=<optimized out>) at assert.c:94
#3 0x00007ffff7624192 in __GI___assert_fail (assertion=0x428368 "((stream)->io_watcher.fd) >= 0",
file=0x428122 "lib/libuv/src/unix/stream.c", line=1459, function=0x42897e "uv_read_start") at assert.c:103
#4 0x0000000000418f04 in uv_read_start (stream=0x7fffec020060, alloc_cb=0x407530 <http_stream_on_alloc>,
read_cb=0x40758d <http_stream_on_read>) at lib/libuv/src/unix/stream.c:1459
#5 0x00000000004084c3 in connection_consumer_new_connection (server_handle=0x6345a4, status=-24)
at src/haywire/connection_consumer.c:67
#6 0x0000000000416a8f in uv__server_io (loop=0x7fffec0008c0, w=0x63462c, events=1) at lib/libuv/src/unix/stream.c:517
#7 0x000000000041d318 in uv__io_poll (loop=0x7fffec0008c0, timeout=82) at lib/libuv/src/unix/linux-core.c:295
#8 0x000000000040f786 in uv_run (loop=0x7fffec0008c0, mode=UV_RUN_DEFAULT) at lib/libuv/src/unix/core.c:325
#9 0x0000000000408703 in connection_consumer_start (arg=0x6345a0) at src/haywire/connection_consumer.c:113
#10 0x000000000040df59 in uv__thread_start (arg=0x635000) at lib/libuv/src/uv-common.c:278
#11 0x00007ffff79bce9a in start_thread (arg=0x7ffff65f2700) at pthread_create.c:308
#12 0x00007ffff76e93fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment