www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Core dump with dstep on 64-bit Linux (Debian 7): testers needed

reply Tom Browder via Digitalmars-d-learn <digitalmars-d-learn puremagic.com> writes:
I built dstep from this repo on a Debian Linux 64-bit system (after
building and installing the dmd suite from its repos).

But I'm having problems using it.

Given a file t.h with sole contents:

 extern const char *const sys_errlist[];

I run dstep on it and get a core dump:

$ dstep -x c -o t.d t.c
Segmentation fault (core dumped)

Jacob Carlborg, dstep's maintainer, cannot duplicate the problem on OS X.

Can anyone hear try it on another system and see results?


can be seen here:

  https://github.com/jacob-carlborg/dstep/issues/26#issuecomment-45435438

Thanks.

Best regards,

-Tom
Jun 12 2014
parent reply "Dicebot" <public dicebot.lv> writes:
confirmed and commmented in that issue
Jun 12 2014
parent Tom Browder via Digitalmars-d-learn <digitalmars-d-learn puremagic.com> writes:
On Thu, Jun 12, 2014 at 5:17 PM, Dicebot via Digitalmars-d-learn
<digitalmars-d-learn puremagic.com> wrote:
 confirmed and commmented in that issue
Thank you! That makes me feel better, but I guess Jacob has a valid bug on his hands. It will be interesting to see the fix. Best regards, -Tom
Jun 12 2014