You are not logged in.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

1

Saturday, October 31st 2009, 12:12pm

Komischer Speicher Error

huhu,

kann mir jemand mal kurz erklären was dieser Fehler zu bedeuten hat da ich diesen ab und zu mal bekomme und das mein Server abschmieren lässt.

Source code

1
2
*** glibc detected *** malloc(): memory corruption: 0xb7f89544 ***
./srcds_run: line 344: 24048 Aborted                 (core dumped) $HL_CMD





popoklopsi

Beginner

Posts: 23

wcf.user.option.userOption53: Nein

  • Send private message

2

Tuesday, November 10th 2009, 2:57pm

Re: Komischer Speicher Error

ich hab das wo gefunen:

Quoted


If this is a runtime error
, then it is likely the case that your code has always had memory leaks in it (ie you free memory that you didn't alloc, or forget to free mem that you alloc) and that they are only apparent now that the newer gcc or glibc has applied some stricter controls.


I have switched to glibc2.3.2,
So now everything is ok.

But yeah you are right, my program really had some problem related to freeing the memory, which I have removed now and hopefully it will work fine on glibc2.3.5.
but I have not tested yet.

Thanks