SphereServer BugTracker - SphereServer
View Issue Details
0002443SphereServerexecutable - linux buildpublic20-12-14 00:4420-12-14 15:27
Lirion 
 
normalminoralways
newopen 
Linux x86_64Debian GNU/Linux7
 
 
Automated (specify build number)
None
Command_Sysmsgs
2139
0002443: Debian build /bugs/view.php?id=2139 throws memory double free message on exit
The server launches fine, runs fine so far, but on termination (disable secure mode --> x from server terminal) it nearly always throws this error.

(I did run into a plain segfault with no additional information once, all other attempts, about 5 so far, do this).

For the message details check this pastebin: http://pastebin.com/Ysix8GZE [^]
Launch server on Debian stable, disable secure mode in terminal, terminate server in terminal.
No tags attached.
Issue History
20-12-14 00:44LirionNew Issue
20-12-14 00:56LirionIssue Monitored: Lirion
20-12-14 00:59LirionNote Added: 0002602
20-12-14 14:55BenNote Added: 0002603
20-12-14 15:25LirionNote Added: 0002604
20-12-14 15:27LirionNote Added: 0002605

Notes
(0002602)
Lirion   
20-12-14 00:59   
ldd output:

        linux-gate.so.1 => (0xf7728000)
        libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf76ff000)
        libmysqlclient.so.18 => /usr/lib/i386-linux-gnu/libmysqlclient.so.18 (0xf73dc000)
        librt.so.1 => /lib/i386-linux-gnu/i686/cmov/librt.so.1 (0xf73d2000)
        libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xf73ce000)
        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf72e2000)
        libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf72bc000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf729f000)
        libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf7139000)
        /lib/ld-linux.so.2 (0xf7729000)
        libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7120000)
(0002603)
Ben   
20-12-14 14:55   
This also happens on the linux nightly version. might take a while to track down.
(0002604)
Lirion   
20-12-14 15:25   
After populating the server with an account, a character and some items this error doesn't seem to reappear. You may want to lower the priority of this bug report already.
(0002605)
Lirion   
20-12-14 15:27   
...all I get now is:
15:24:FATAL:Immediate Shutdown initialized!
terminate called after throwing an instance of 'CGrayAssert'

Just in case this is related to the bug report's problem.