Thread overview
[Issue 20578] Parallel GC causes segfault in dl
Feb 12, 2020
Hiroki Noda
Feb 12, 2020
Rainer Schuetze
Feb 13, 2020
Vladimir Panteleev
February 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20578

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo39@gmail.com

--- Comment #1 from Hiroki Noda <kubo39@gmail.com> ---
I'm not sure but https://github.com/dlang/druntime/pull/2904 may fixes this, which has been merged into dmd 2.090.1.

--
February 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20578

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
(In reply to Hiroki Noda from comment #1)
> I'm not sure but https://github.com/dlang/druntime/pull/2904 may fixes this, which has been merged into dmd 2.090.1.

I think so, too. The crashing thread looks similar to what happened in LDCs CircleCI tests (see https://github.com/ldc-developers/ldc/issues/3127#issuecomment-571742913) and it was fixed by that change.

--
February 13, 2020
https://issues.dlang.org/show_bug.cgi?id=20578

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

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

--- Comment #3 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Confirmed fixed in 2.090.1, thank you!
(Wow, I even looked at the changelog before posting, didn't think that fix
applied to this case.)

--