On 11/17/05, Waldek Hebisch hebisch@math.uni.wroc.pl wrote:
Russell Whitaker wrote:
Results here, note the glibc complaint:
Test Run By russ on 2005-11-16 11:37:24 Native configuration is i686-pc-linux-gnu (bigred)
=== gpc tests ===
Running target any Running testsuite ...
UNSUPPORTED: aregextest.pas *** glibc detected *** double free or corruption (!prev): 0x08466c68 *** FAIL: prep1a.pas
Thanks for info. The following should fix this:
--- gpc/p/lang.c.bb2 2005-11-18 03:45:51.039453752 +0100 +++ gpc/p/lang.c 2005-11-18 03:46:02.528707120 +0100 @@ -664,7 +664,6 @@ call_gpcpp (const char * filename, FILE if (!co->print_deps) gpcpp_writeout (gpcpp_out_fname, gpcpp_out_stream);
- fclose (gpcpp_out_stream);
Should the fclose be moved into the if stmt?
exit (EXIT_SUCCESS); }
-- Waldek Hebisch hebisch@math.uni.wroc.pl
-- Thanks, Jim http://phython.blogspot.com