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

Tom Browder via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 12 15:01:27 PDT 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


More information about the Digitalmars-d-learn mailing list