<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-10-16 9:43 GMT+02:00 Pirate Praveen <span dir="ltr"><<a href="mailto:praveen@onenetbeyond.org" target="_blank">praveen@onenetbeyond.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/16/2017 12:47 PM, Jérémy Lal wrote:<br>
</span><span class="">> You could get a more useful stack trace by installing nodejs-dbgsym<br>
> package from<br>
> deb <a href="http://debug.mirrors.debian.org/debian-debug/" rel="noreferrer" target="_blank">http://debug.mirrors.debian.<wbr>org/debian-debug/</a> unstable-debug main<br>
<br>
</span>I have installed it, but the output is still the same, no extra details.<br>
<br>
</blockquote></div><br></div><div class="gmail_extra">You're supposed to run node through gdb:</div><div class="gmail_extra"><br></div><div class="gmail_extra">gdb node</div><div class="gmail_extra">> run <script path></div><div class="gmail_extra"><br></div><div class="gmail_extra">then you get a crash, at which point you type</div><div class="gmail_extra">> bt</div><div class="gmail_extra"><br></div><div class="gmail_extra">Jérémy</div></div>