[Issue 17588] SIGSEGV in pthread_mutex_destroy on a shared library executable (with -pie)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 3 11:41:38 PDT 2017


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

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |timothee.cour2 at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Timothee Cour <timothee.cour2 at gmail.com> ---
it works with:

-Bstatic,-lphobos2,-Bdynamic
instead of:
-lphobos2

--


More information about the Digitalmars-d-bugs mailing list