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]

Re: Memory allocators / STL


Philip,

Could you do something more for me?

Run the program under gdb.  Set a breakpoint on pthread_mutex_lock.
Tell me if it ever hits.  Then, make sure it gets hit when the back
trace reveals that the program is indeed in container allocation code.

Also, report the output of ``ldd a.out''.  Do you have multiple copies
of gcc 3.0.X installed?  All configured properly for threads?  Is the
proper libstdc++.so being bound?

Regards,
Loren


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