https://issues.dlang.org/show_bug.cgi?id=21066
FeepingCreature <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from FeepingCreature <[email protected]> --- SIGSEGV will only be delivered to the thread that caused the segfault. As per 'man 7 signal': > A signal may be process-directed or thread-directed. [...] A thread-directed > signal is one that is targeted at a specific thread. A signal may be > thread-directed because it was generated as a consequence of executing a > specific machine-language instruction that triggered a hardware exception > (e.g., SIGSEGV for an invalid memory access, or SIGFPE for a math error) --
