Thread overview
Core dump with dstep on 64-bit Linux (Debian 7): testers needed
Jun 12, 2014
Tom Browder
Jun 12, 2014
Dicebot
Jun 12, 2014
Tom Browder
June 12, 2014
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?

I know Jacob would appreciate it.  The problem is filed as bug #26 and can be seen here:

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

Thanks.

Best regards,

-Tom
June 12, 2014
confirmed and commmented in that issue
June 12, 2014
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