Thread overview
[Issue 19660] 'export' keyword on OSX dynlib globals causing segfaults
Feb 08, 2019
Daniel X
May 19, 2019
Daniel X
Oct 12, 2021
Tim
[Issue 19660] 'export' keyword on OSX/Linux globals causing segfaults
Oct 12, 2021
Tim
Oct 12, 2021
Dlang Bot
Oct 13, 2021
Dlang Bot
Oct 13, 2021
Dlang Bot
February 08, 2019
https://issues.dlang.org/show_bug.cgi?id=19660

Daniel X <redapple82570@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |dll

--
May 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19660

--- Comment #1 from Daniel X <redapple82570@gmail.com> ---
DMD 2.086.0 still exhibiting the same issue.

--
October 12, 2021
https://issues.dlang.org/show_bug.cgi?id=19660

Tim <tim.dlang@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tim.dlang@t-online.de

--- Comment #2 from Tim <tim.dlang@t-online.de> ---
The same issue exists on Linux, too.

--
October 12, 2021
https://issues.dlang.org/show_bug.cgi?id=19660

Tim <tim.dlang@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|'export' keyword on OSX     |'export' keyword on
                   |dynlib globals causing      |OSX/Linux globals causing
                   |segfaults                   |segfaults

--
October 12, 2021
https://issues.dlang.org/show_bug.cgi?id=19660

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/dmd pull request #13159 "fix Issue 19660: 'export' keyword on OSX/Linux globals causing segfaults" fixing this issue:

- fix Issue 19660: 'export' keyword on OSX/Linux globals causing segfaults

https://github.com/dlang/dmd/pull/13159

--
October 13, 2021
https://issues.dlang.org/show_bug.cgi?id=19660

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13159 "fix Issue 19660: 'export' keyword on OSX/Linux globals causing segfaults" was merged into stable:

- ce23ea8b75c2cbc098cae626488f8eee0344d078 by Tim Schendekehl:
  fix Issue 19660: 'export' keyword on OSX/Linux globals causing segfaults

https://github.com/dlang/dmd/pull/13159

--
October 13, 2021
https://issues.dlang.org/show_bug.cgi?id=19660

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13164 "Merge stable" was merged into master:

- 7c421ded8c4747bca9f1ad728642fd18becd1745 by Tim Schendekehl:
  fix Issue 19660: 'export' keyword on OSX/Linux globals causing segfaults

https://github.com/dlang/dmd/pull/13164

--