Thread overview | |||||
---|---|---|---|---|---|
|
June 12, 2014 Core dump with dstep on 64-bit Linux (Debian 7): testers needed | ||||
---|---|---|---|---|
| ||||
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 Re: Core dump with dstep on 64-bit Linux (Debian 7): testers needed | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tom Browder | confirmed and commmented in that issue |
June 12, 2014 Re: Core dump with dstep on 64-bit Linux (Debian 7): testers needed | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dicebot | 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 |
Copyright © 1999-2021 by the D Language Foundation