This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: STL mt_allocator crash in global construcutor
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Neil Bird <neil at fnxweb dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 6 Dec 2005 14:53:03 +0000
- Subject: Re: STL mt_allocator crash in global construcutor
- References: <43946A72.2090100@fnxweb.com>
FWIW I can reproduce this using your testcase on FC4 x86-64 with "make CCC='g++ -m32'" but not in 64bit mode.
To get this to work I had to modify a gnu.mak file to hardcode the system as Linux-i686, since other makefiles require that and so they fail when uname outputs x86-64
I didn't look into it any further than that.
jon