This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Help Please - PR18923 segfault after subroutine name confusion
- From: "Daniel Franke" <franke dot daniel at gmail dot com>
- To: "Jerry DeLisle" <jvdelisle at verizon dot net>
- Cc: "Fortran List" <fortran at gcc dot gnu dot org>
- Date: Thu, 31 May 2007 10:56:27 +0200
- Subject: Re: Help Please - PR18923 segfault after subroutine name confusion
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CHzGu/1GcnIW8jbkVpwHKyyqPCpqBjUjzt/t9i7h8g7e7YODcyJZIWT1MNcAxibMN03T5+ZUaeuneD+myAJAtcyr5QVxC0ewv3xJQLfLO1PoaR9vfXt5rMoe8Cov6i4y/eCyO8FOZSJo7YfPfrIoylqPZX58/5u4i/cfu7cMGTU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WQBPCezgIyfMgNR0B0H0xO9gY+AzoWNWIdzV/5wEvl8Yet78RjMqIEcPxo3x72wOfeMTBolUr0RYUPXHZ9Vpv1qWOFSvGBeOmlCbopeogBQkR64K3kuJePKOqxh9lk79zCZEJ4cgi1LS1wGLr13/5cYx69GQCxtwTPRTyhR3BJA=
- References: <465E5966.1050008@verizon.net>
2007/5/31, Jerry DeLisle <jvdelisle@verizon.net>:
I was hoping this email might prompt some memory of someone who may have
added stuff to gfc_symbol or one of the other structures and not taken care of it
in gfc_undo_symbol to save me some hunting time.
Jerry,
even a simple "hello-world" shows that only a third of all mallocs of
f951 are free'd ...
==8612== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==8612== malloc/free: in use at exit: 160,872 bytes in 879 blocks.
==8612== malloc/free: 1,416 allocs, 537 frees, 380,876 bytes allocated.
Personally, I usually spent the time to hunt them down, until all
mallocs are free again. Whether it helps in your specific case I can
not tell, but maybe it would be worth a try. I will have a couple of
hours to spare at the weekend ...
Regards
Daniel