Any ideas?
- Brian
- Brian
--
Regards,
Brian Gruber
www.luckyorange.com
(913) 735-9032
Real time visitor analytics, chat, heatmaps & polls.
- Brian
- Brian
gdb --args node myscript.js
then I type "run"
I quickly get
Program received signal SIGPIPE, Broken pipe.
0x00007ffff6616f90 in __write_nocancel () from /lib64/libpthread.so.0
and if I type continue I just keep getting that, so I'm not sure how
to even let it continue to the point of hitting the segfault.
Sorry, new to gdb and segfault debugging :(