Advice requested for fixing issue 17914
qznc
qznc at web.de
Tue Oct 24 21:49:10 UTC 2017
On Monday, 23 October 2017 at 16:56:32 UTC, Brian Schott wrote:
> Context: https://issues.dlang.org/show_bug.cgi?id=17914
>
> I need to get this issue resolved as soon as possible so that
> the fix makes it into the next compiler release. Because it
> involves cleanup code in a class destructor a design change may
> be necessary. Who should I contact to determine the best way to
> fix this bug?
Looking at git blame [0], I guess Martin Nowak and Nemanja Boric
seem to be pretty involved. Not sure how deep Petar Kirov and
Sean Kelly are into Fibers.
My question wrt to the bug: Why is munmap/freeStack called in the
destructor? Could be done right after termination?
[0]
https://github.com/dlang/druntime/blame/ec9a79e15d446863191308fd5e20febce2053546/src/core/thread.d#L4077
More information about the Digitalmars-d
mailing list