This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: hello, stl thread safety and malloc



-----Original Message-----
From: Amit Kubovski [mailto:amit at il dot quest dot com]
Sent: Thursday, March 27, 2003 11:04 AM
To: libstdc++ at gcc dot gnu dot org
Subject: hello, stl thread safety and malloc


we are working with g++ 2.95 on
aix 4.33 32 and 64 bit
solaris 32 bit
osf1
hp 32 bit

currently we tried porting our software to aix 5.1.

The problems we had :
1. we didn't find a 2.95 compiled version with full pthread support
2. we couldn't compile 2.95 with pthread support
3. when trying to compile 3.2.1 we got a non stl safe result :
meaning : two threads using two different maps caused segmentation fault.
currently after changing the use_malloc flag, we have a working version
which cause no segmentation fault in such a scenario.

please advise.

Amit


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]