Thread overview
[Issue 18350] simple hello world crashes with segfault
Feb 01, 2018
anonymous4
Aug 05, 2019
anonymous4
February 01, 2018
https://issues.dlang.org/show_bug.cgi?id=18350

--- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> ---
...
   0x00432df0 <+448>:   call   0x433420
<_D2rt19sections_elf_shared11getTLSRangeFNbNikkZAv>
   0x00432df5 <+453>:   xor    %ebx,%ebx
   0x00432df7 <+455>:   mov    %edx,-0xa0(%ebp)
   0x00432dfd <+461>:   mov    %gs:0x0,%edx
=> 0x00432e04 <+468>:   add    0x6cff4,%edx
   0x00432e0a <+474>:   mov    0x4(%edx),%ecx
   0x00432e0d <+477>:   lea    0x1(%ecx),%esi

--
February 14, 2018
https://issues.dlang.org/show_bug.cgi?id=18350

Martin Tschierschke <mt@smartdolphin.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mt@smartdolphin.de
           Severity|normal                      |critical

--- Comment #2 from Martin Tschierschke <mt@smartdolphin.de> ---
I have the same situation, on my Ubuntu 32Bit 17.10 system.
Older programs compiled before the last dist-upgrade from 17.04 to 17.10 no
errors. LDC2 compilation + running works.
Tried several different (older and latest) DMD releases, no change in effect.
Probably a 32 Bit Ubuntu > 17.04 problem?

--
August 05, 2019
https://issues.dlang.org/show_bug.cgi?id=18350

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from anonymous4 <dfj1esp02@sneakemail.com> ---
Guess, the same issue.

*** This issue has been marked as a duplicate of issue 19116 ***

--