On Mon, 30 Apr 2012 17:26:54 +0200, Sönke Ludwig <slud...@outerproduct.org> wrote:

Am 30.04.2012 15:48, schrieb Sean Kelly:
On Apr 30, 2012, at 1:03 AM, Sönke Ludwig wrote:

Am 27.04.2012 16:50, schrieb Sean Kelly:
In _d_throw call abort().  That'll give you a core file.


Thanks, I've tracked it down to an assertion by logging stderr for now, but next time I will try the abort method (with __d_assert*), because just a call stack without line numbers was a bit sparse on information.

What platform are you on?  You should be getting stack traces.

I get a stack trace with function names but no line numbers (just byte offsets). It's Linux/64bit, compiled with -g.

Yup, pretty annoying. Use addr2line.

Reply via email to