new crash

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

new crash

Post by RusseL »

today my server crashed with this message
Client connected from 5.79.193.211 (39 connections)
Client connected from 46.48.92.32 (40 connections)
Client disconnected from 5.79.193.211 (39 connections)
Script pkg/systems/combat/equipweapon.ecl running..666
Script pkg/systems/combat/unequipweapon.ecl running..635
Script pkg/systems/combat/equipweapon.ecl running..666
pol: malloc.c:4538: _int_malloc: Assertion `victim->fd_nextsize->bk_nextsize == victim' failed.
and nothing else more.
What could it be?
kevin
POL Developer
Posts: 53
Joined: Wed Sep 29, 2010 3:47 pm

Re: new crash

Post by kevin »

Is this reproducible? Try compiling with debugging symbols and run in gdb and post stacktrace. I have no idea where that line is.

Kevin
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: new crash

Post by RusseL »

kevin wrote:Is this reproducible?
no, i don't know what was that, and why this appear.
kevin wrote: Try compiling with debugging symbols and run in gdb and post stacktrace. I have no idea where that line is.

Kevin
I don't know why, but old Fedora on my server cannot start unstripped binary :(
Post Reply