[Bug 730431] Re: mpfr is not compiled with --enable-thread-safe, and so crashes multi-threaded programs
Matthias Klose
doko at ubuntu.com
Wed Jan 28 15:11:51 UTC 2015
this is enabled upstream; works in 14.04 LTS and later releases
** Changed in: mpfr4 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to mpfr4 in Ubuntu.
https://bugs.launchpad.net/bugs/730431
Title:
mpfr is not compiled with --enable-thread-safe, and so crashes multi-
threaded programs
Status in mpfr4 package in Ubuntu:
Fix Released
Bug description:
Please compile MPFR with --enable-thread-safe during ./configure.
Thread safety is not turned on by default, since MPFR supports
multiple platforms, and some can't handle threads properly. If this is
not done, then MPFR's cache variables are shared between threads,
leading to a crash (see Section 4.7, Memory Handling, in the MPFR
documentation).
Technically, this is not a bug. But please do this, since it will save
the next poor soul many frustrating hours debugging their code...
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mpfr4/+bug/730431/+subscriptions
More information about the foundations-bugs
mailing list