Thread overview
[Issue 20640] LDC: AddressSnitizer failing to catch SIGSEGV in unittest
Oct 03, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
October 03, 2021
https://issues.dlang.org/show_bug.cgi?id=20640

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 updated dlang/druntime pull request #2977 "Fix Issue 20640 - LDC: AddressSanitizer failing to catch SIGSEGV in unittest" fixing this issue:

- Fix Issue 20640 - LDC: AddressSanitizer failing to catch SIGSEGV in
  unittest

  Stop overriding SIGSEGV/SIGBUS handlers if already exists.

https://github.com/dlang/druntime/pull/2977

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20640

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20640

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
           Severity|normal                      |major

--