Skip to content

Instantly share code, notes, and snippets.

@alyawn
Created April 7, 2011 13:55
Show Gist options
  • Save alyawn/907814 to your computer and use it in GitHub Desktop.
Save alyawn/907814 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x080579d7 in CD_DestroyClient (self=0x0) at src/Client.c:54
54 CD_EventDispatch(self->server, "Client.destroy", self);
(gdb) bt
#0 0x080579d7 in CD_DestroyClient (self=0x0) at src/Client.c:54
#1 0x0805bb3e in CD_ServerCleanDisconnects (self=0x8075038) at src/Server.c:431
#2 0x0805b7ec in CD_RunServer (self=0x8075038) at src/Server.c:391
#3 0x0804ffbe in main (argc=1, argv=0xbffff4a4) at src/craftd.c:129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment