[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-04-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504

--- Comment #3 from github-bugzi...@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 

--


[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-04-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #2 from Walter Bright  ---
https://github.com/dlang/dmd/pull/8027

--


[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--


[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504

--- Comment #1 from FeepingCreature  ---
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.

--