Introducing vibe.d!
simendsjo
simendsjo at gmail.com
Mon Apr 30 08:35:00 PDT 2012
On Mon, 30 Apr 2012 17:26:54 +0200, Sönke Ludwig
<sludwig at 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.
More information about the Digitalmars-d-announce
mailing list