This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
crash in
- From: Nir Livni <nirl at cyber-ark dot com>
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Tue, 01 Oct 2002 17:30:14 +0300
- Subject: crash in
Hi all.
I am trying to upgrade my project which runs on RH7.0 , to RH7.2
I installed a fresh RH7.2, and tried to run.
I got this crash backtrace:
#0 chunk_alloc (ar_ptr=0x40199620, nb=32776) at malloc.c:3076
#1 0x400e6b47 in __libc_calloc (n=1, elem_size=32768) at malloc.c:3844
#2 0x403107c4 in zcalloc (opaque=0x0, items=1, size=32768)
.
.
.
It happens always. I tried to compile with gcc 2.96, 3.02, and 3.1.
I even tried to take the module which was compiled on RH7.0.
Yet -
same crash.
Any Ideas ?