This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: thread problem with libc for Linux


On Apr 13, 2001, Jerry Hong <jhong001@yahoo.com> wrote:

> Program received signal SIGSEGV, Segmentation fault.
> 0x401ca0d6 in chunk_free (ar_ptr=0x4025ed60,
> p=0x80a1ba8) at malloc.c:3097

This is usually a symptom of memory corruption in your own program.
It's damaging libc's internal data structures.  I.e., this probably
has nothing to do with GCC or the kernel.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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