Memory bug: new_string_header() and free_string()

2001-10-24 Thread R. O';Neil
I noticed recently that calling pdump on a pbc file, in this case mops.pbc, causes a segfault. I traced this down to calling free_string() in resources.c. It just so happens that calling mem_allocate_aligned() in new_string_header() makes the STRING pointer unacceptable for free(). This ca

Re: [PATCHES] make problems

2001-10-24 Thread R. O';Neil
Please ignore this, I sent these out early yesterday in two different mails. They never ended up being posted so I assumed the problem was on my end. Apparently there was just intense lag. Sorry for the multiple posts... -Ryan __ Do You Yahoo!?

Re: [PATCH] pbc2c.pl causing make problems with mops.pbc

2001-10-24 Thread R. O';Neil
Oops, attached the wrong file. Here is the diff. --- "R. O'Neil" <[EMAIL PROTECTED]> wrote: > Here is a fix for that. The interpreter was not > getting passed in as it should. > > -Ryan __ Do You Yahoo!?

[PATCH] pbc2c.pl causing make problems with mops.pbc

2001-10-24 Thread R. O';Neil
Here is a fix for that. The interpreter was not getting passed in as it should. -Ryan __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com pbc2c.pl