Thread overview
[Issue 18504] Assert in synchronized crashes with SIGILL on exit
Feb 23, 2018
FeepingCreature
Feb 24, 2018
Ketmar Dark
Mar 20, 2018
Walter Bright
February 23, 2018
https://issues.dlang.org/show_bug.cgi?id=18504

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Note that this issue appears in a similar form with crashes on GC cleanup of objects if an assert failed in a synchronized(this) invariant block.

--
February 24, 2018
https://issues.dlang.org/show_bug.cgi?id=18504

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18504

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/8027

--
April 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18504

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c0592d257413abee0d20ff8b1ce660c5774244cb Fix issue 18504 - Generate unwind tables for halting functions

https://github.com/dlang/dmd/commit/0038ec300710db7939f45f538d03c6528f83ba7a Merge pull request #8027 from LemonBoy/b18504

Fix issue 18504 - Generate unwind tables for halting functions merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>

--
April 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18504

github-bugzilla@puremagic.com changed:

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

--