Skip to content

Instantly share code, notes, and snippets.

@alyawn
Created April 7, 2011 16:27
Show Gist options
  • Save alyawn/908135 to your computer and use it in GitHub Desktop.
Save alyawn/908135 to your computer and use it in GitHub Desktop.
NOTICE: craftd> Loaded plugin survival.tests
CRIT: craftd> Couldn't load scripting engine lisp
NOTICE: craftd> alyawn tried handshake
Program received signal SIGSEGV, Segmentation fault.
0x0805c6b6 in SV_BufferRemoveFormat (self=0x8070e48, format=0x8067123 "b") at protocols/survival/Buffer.c:157
157 case 'l': *((SVLong*) pointer) = SV_BufferRemoveLong(self); break;
(gdb) bt
#0 0x0805c6b6 in SV_BufferRemoveFormat (self=0x8070e48, format=0x8067123 "b") at protocols/survival/Buffer.c:157
#1 0x0805e0b4 in SV_GetPacketDataFromBuffer (self=0x8070f08, input=0x8070e48) at protocols/survival/Packet.c:276
#2 0x0805e56c in SV_PacketFromBuffers (buffers=0x8070e30) at protocols/survival/Packet.c:39
#3 0x08057477 in cd_ReadCallback (event=0x8070c48, client=0x8070b40) at Server.c:172
#4 0x001488b7 in _bufferevent_run_readcb (bufev=0x8070c48) at bufferevent.c:229
#5 0x00148fb1 in bufferevent_readcb (fd=19, event=2, arg=0x8070c48) at bufferevent_sock.c:182
#6 0x00140b48 in event_process_active_single_queue (base=0x806cbf8, flags=<value optimized out>) at event.c:1287
#7 event_process_active (base=0x806cbf8, flags=<value optimized out>) at event.c:1354
#8 event_base_loop (base=0x806cbf8, flags=<value optimized out>) at event.c:1551
#9 0x08058563 in CD_RunServer (self=0x806a038) at Server.c:389
#10 0x080509ac in main (argc=3, argv=0xbffff524) at craftd.c:129
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment