rdmd main.d leads to Segmentation fault

Martin Tschierschke mt at smartdolphin.de
Tue Feb 13 06:53:46 UTC 2018


On Sunday, 4 February 2018 at 11:50:05 UTC, Timoses wrote:
> On Thursday, 1 February 2018 at 09:01:34 UTC, Kagamin wrote:
>> On Wednesday, 31 January 2018 at 16:59:15 UTC, Timoses wrote:
>>> And I would need to do what about it?
>>>
>>> Sorry, I'm not familiar with assembly code stuff in detail.
>>
>> You can try to see if it works on another distro or version.
>
> It does work on debian jessie. Stretch failed..

It looks like I have the same issue, I got:
gdb hiworld core
Core was generated by `./hiworld'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x800fbf73 in _d_dso_registry ()

ldc2 is working.

My system: Ubuntu 17.10 32 Bit
4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:00 UTC 2017 i686 
i686 i686 GNU/Linux

(No problems on our office system Ubuntu 16.04 64Bit, too)

I tried older DMD (from 2017 and 2016!), because I already used 
DMD on this system, but I got the same same effect.

I am unfamiliar with debugging (gdb etc.) so any hint would be 
appreciated!


More information about the Digitalmars-d-learn mailing list