At 17 Mar 2003 13:26:30 +0100, FREENET_HANSFLUG wrote: > > hello, Hi,
> i have a problem ? > System : > > Debian -> Sarge new update ! Which package or software do you cause the problem? > ---------------------------------------------- > CRASH: Mon Mar 17 12:20:38 CET 2003 > End of crash report > ---------------------------------------------- > ---------------------------------------------- > CRASH: Mon Mar 17 11:11:33 CET 2003 > Core was generated by `./hlds -game cstrike +maxplayers 18 +map de_dust > -debug'. > Program terminated with signal 11, Segmentation fault. > #0 0x40083227 in mallopt () from /lib/libc.so.6 > #0 0x40083227 in mallopt () from /lib/libc.so.6 > End of crash report > ---------------------------------------------- > ---------------------------------------------- > CRASH: Mon Mar 17 11:11:52 CET 2003 > Core was generated by `./hlds -game cstrike +maxplayers 18 +map de_dust > -debug'. > Program terminated with signal 11, Segmentation fault. > #0 0x40083227 in mallopt () from /lib/libc.so.6 > #0 0x40083227 in mallopt () from /lib/libc.so.6 > End of crash report > ---------------------------------------------- Crashing in mallopt() are usually caused by inappropriate use of malloc() or free() (like double-free) in your program. Regards, -- gotom

