This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help Please - PR18923 segfault after subroutine name confusion


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


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