[Issue 11806] Freeze in GC.collect() in in-contracts when multithreading is used

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 1 01:29:40 PDT 2014


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

badlink <andrea.9940 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from badlink <andrea.9940 at gmail.com> ---
Both issues show a deadlock after a call to gc.gc.Gcx.fullcollect().
In this particular case, the GC collection is triggered by continuously
allocating exceptions in the base contract because of assert(false).

*** This issue has been marked as a duplicate of issue 4890 ***

--


More information about the Digitalmars-d-bugs mailing list