https://issues.dlang.org/show_bug.cgi?id=17957

--- Comment #3 from Nicolas F. <[email protected]> ---
fwiw, you can get rid of the naughty pthread_join call which would result in
undefined behaviour for detached threads by replacing it with a simple
sleep(3), which will result in the same segfault inside the D runtime,
effectively proving that a completely valid C program can call into completely
valid D code and cause a crash because of the D runtime.

--

Reply via email to