Hey, i got alot of those at first, cause i had no idea what i was doing with malloc and such. To me... (and I'm just a newbie coder, so don't bite) It meant that i was trying to use free_string on something that hadnt been str_dup()..
ie... ch->pcdata->mypointer = "this is 19 chars"; then later you try to do... free_string(ch->pcdata->mypointer); Maybe look for something you added thats 19 chars? Again, im new at this so might not know exactly what i'm doing Josh ----- Original Message ----- From: "Keith Mervine" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, April 05, 2002 12:08 PM Subject: Invalid Memory sizes > When you get the following bug... > > [*****] BUG: Attempt to recycle invalid memory of size 19. > [*****] BUG: venus.cs.teiher.gr > > What exactly is this telling me and how can I stop this from happening? > > > Thanks in advance. If you need more detail please let me know. > > keith > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom

