Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!rahardj From: rahardj@varley.cc.umanitoba.ca (Budi Rahardjo) Newsgroups: comp.lang.perl Subject: Bad free() ... Keywords: Bad free Message-ID: <1991May17.163533.1817@ccu.umanitoba.ca> Date: 17 May 91 16:35:33 GMT Sender: rahardj@ccu.umanitoba.ca (Budi Rahardjo) Followup-To: comp.lang.perl Organization: University of Manitoba, Winnipeg, Canada Lines: 20 Every now and then I got "Bad free() ignored filename line 239, line 13" and the script continue ... - filename is the script name - is filehandle that I opened at the begining and close it ie the script is not doing a read/write from/to when I got the message. Line 13, is the last line of file pointed by PASS I can't pinpoint the error since I can't reproduce it . - Perl 4.0 patchlevel 3 - Sun OS 4.1.1 - uses perl's malloc() if that matters. - in the script I use 10 to 20 filehandles for dbm,text,socket, large associative array (15000) BTW, the program/script still works, but I'd like to find out what the actual problem is. Help ... -- budi