Solaris and thread_resource_error
On Feb 1 of this year Baptiste Lepilleur posted a status report for Boost 1.31.0 Release candidate 2 on Solaris and AIX. It was mentioned that "boost.thread is now systematically failing with 'thread resource error'". I am experiencing the same thing on Solaris 8, with GCC 3.3.2 (GNU binutils) and Boost 1.31.0. Has anyone looked into this yet? If not, I am willing to track down what line in Boost.Threads is throwing thread_resource_error(). -- Peter Jones [unix;vi;crypto;c++;4wd] (http://pmade.org) PGP [5137 173E 5BFA 8C63 8982 F035 FDBB 1636 7D69 C63F]
I'm not aware of anyone looking into this yet. If you could track down
the problem, that would be great.
Mike
"Peter Jones"
On Feb 1 of this year Baptiste Lepilleur posted a status report for Boost 1.31.0 Release candidate 2 on Solaris and AIX.
It was mentioned that "boost.thread is now systematically failing with 'thread resource error'". I am experiencing the same thing on Solaris 8, with GCC 3.3.2 (GNU binutils) and Boost 1.31.0.
Has anyone looked into this yet? If not, I am willing to track down what line in Boost.Threads is throwing thread_resource_error().
-- Peter Jones [unix;vi;crypto;c++;4wd] (http://pmade.org) PGP [5137 173E 5BFA 8C63 8982 F035 FDBB 1636 7D69 C63F]
Hey, remember back when Michael Glassford said:
I'm not aware of anyone looking into this yet. If you could track down the problem, that would be great.
As it turns out, this problem turns up when you don't link with libpthread on Solaris. Adding -lpthread to the compiler flags solves the problem. -- Peter Jones [unix;vi;crypto;c++;4wd] (http://pmade.org) PGP [5137 173E 5BFA 8C63 8982 F035 FDBB 1636 7D69 C63F]
Hey, remember back when Michael Glassford said:
I'm not aware of anyone looking into this yet. If you could track down the problem, that would be great.
As it turns out, this problem turns up when you don't link with libpthread on Solaris. Adding -lpthread to the compiler flags solves
"Peter Jones"
problem.
Thanks! Mike
participants (2)
-
Michael Glassford
-
Peter Jones