This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: segfault in libc6-2.2.5:malloc on call from libstdc++
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Craig Maloney <cmaloney at physics dot ucsb dot edu>
- Cc: libstdc++ at gcc dot gnu dot org, bug-glibc at gnu dot org, gcc at gcc dot gnu dot org
- Date: Wed, 3 Apr 2002 09:32:27 -0800 (PST)
- Subject: Re: segfault in libc6-2.2.5:malloc on call from libstdc++
> libstdc++ = v 3.0.4-6
> (debian packaging numbers)
Is this the same as gcc-3.0.4?
> The subject should be self explanatory. Could this have anything to do
> with libstdc++, or is that a red herring.
It might, but from your stack trace it looks unlikely.
You should probably try to post the smallest piece of self-contained C++
code that reproduces your problem (C++ library includes are fine, so
<valarray> is ok). That make take a bit of time on your part.
-benjamin