This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Memory allocators / STL
- To: philip_martin at ntlworld dot com, rittle at labs dot mot dot com
- Subject: Re: Memory allocators / STL
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Tue, 30 Oct 2001 07:22:45 -0600 (CST)
- Cc: bkoz at redhat dot com, libstdc++ at gcc dot gnu dot org
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