Skip to content

Instantly share code, notes, and snippets.

@mranney
Created December 24, 2011 22:36
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 mranney/a441348af7f643676969 to your computer and use it in GitHub Desktop.
Save mranney/a441348af7f643676969 to your computer and use it in GitHub Desktop.
Program terminated with signal 11, Segmentation fault.
#0 0x00007fe595e75cd6 in memcpy () from /lib/libc.so.6
(gdb) where
#0 0x00007fe595e75cd6 in memcpy () from /lib/libc.so.6
#1 0x000000000053ded0 in node::StringPtr::Update (p_=<value optimized out>, at=0x7fbacc6 "3.5 rv:0641 (iU??\026??h/\004\062\063\n 1b8\nw[E?\021?I?n<?*K\030?f?{\004", length=14) at /usr/include/bits/string3.h:52
#2 node::Parser::on_header_value_ (p_=<value optimized out>, at=0x7fbacc6 "3.5 rv:0641 (iU??\026??h/\004\062\063\n 1b8\nw[E?\021?I?n<?*K\030?f?{\004", length=14) at ../src/node_http_parser.cc:288
#3 node::Parser::on_header_value (p_=<value optimized out>, at=0x7fbacc6 "3.5 rv:0641 (iU??\026??h/\004\062\063\n 1b8\nw[E?\021?I?n<?*K\030?f?{\004", length=14) at ../src/node_http_parser.cc:277
#4 0x00000000005799b8 in http_parser_execute (parser=0x3cc1d18, settings=<value optimized out>, data=0x7fbacc6 "3.5 rv:0641 (iU??\026??h/\004\062\063\n 1b8\nw[E?\021?I?n<?*K\030?f?{\004", len=14) at ../deps/http_parser/http_parser.c:1710
#5 0x000000000053e3b6 in node::Parser::Execute (args=<value optimized out>) at ../src/node_http_parser.cc:457
#6 0x000009d23c6b3cea in ?? ()
#7 0x00007fff3456cf80 in ?? ()
#8 0x00007fff3456cf98 in ?? ()
#9 0x0000000000000003 in ?? ()
#10 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment