Skip to content

Instantly share code, notes, and snippets.

@frasten
Created June 9, 2010 18:17
Show Gist options
  • Save frasten/431906 to your computer and use it in GitHub Desktop.
Save frasten/431906 to your computer and use it in GitHub Desktop.
Starting program: /home/frasten/develop/openleu/trunk/src/leu
CHECK : Mon Jan 18 14:42:34 2010 : Avvio del gioco ver 1.5 rel 09
CHECK : Mon Jan 18 14:42:34 2010 : Gioco in esecuzione sulla porta 7000.
CHECK : Mon Jan 18 14:42:34 2010 : Utilizzo lib come directory dei dati.
CHECK : Mon Jan 18 14:42:34 2010 : Svuoto la lista degli hosts bloccati.
CHECK : Mon Jan 18 14:42:34 2010 : Blocco l'host: 130.225.96.225
CHECK : Mon Jan 18 14:42:34 2010 : Apro la connessione madre.
CHECK : Mon Jan 18 14:42:34 2010 : Signal trapping.
CHECK : Mon Jan 18 14:42:34 2010 : Boot db -- BEGIN.
CHECK : Mon Jan 18 14:42:34 2010 : Resetting the game time:
Program received signal SIGSEGV, Segmentation fault.
0x008dd4b1 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt full
#0 0x008dd4b1 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#1 0x008fb14c in vsprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0x080b5976 in mudlog (uType=1, szString=0x818a9a0 "Unknown switch on switch_light: %s") at utility.c:766
argptr = 0xbffff1e8 "\001"
lCurrTime = 1263822154
pDesc = 0xbfff5208
szBuffer = "Unknown switch on switch_light: ??\216\000\000۝\000\000\000\000\000??\216\000`\345\235\000'L\030\b\030R\377\277X\362\377\277\334Y\v\b`\345\235\000'L\030\b\340\371\235\000LR\377\277\000\000\000\000\000\000\000\000HR\377\277\262\366\027\b\000۝\000\000\000\000\000??\216\000\000\000\000\000JeTK\340\371\235\000h\362\377\277Resetting the game time:\000\000\000\000??\216\000\267\266\026\b'L\030\b\210R\377\277\310\362\377\277\000\000\000\000JeTK\340\371\235\000\250\362\377\277Signal trapping.\000ne madre.\000\000\000\000\000\000\000\000\000\000JeTK\340\371\235\000\330\362\377\277Blocco l'host:"...
pchTimeStr = 0x9df9e0 "Mon Jan 18 14:42:34 2010"
#3 0x080d4a9a in switch_light (why=1 '\001') at weather.c:473
No locals.
#4 0x0809ac03 in reset_time () at db.c:291
beginning_of_time = 650336715
#5 0x0809a53b in boot_db () at db.c:113
i = 0
#6 0x0804a3ed in run_the_game (port=7000) at comm.c:468
s = 0
__PRETTY_FUNCTION__ = "void run_the_game(int)"
#7 0x0804a396 in main (argc=1, argv=0xbffff3a4) at comm.c:430
dir = 0x816b3dc "lib"
a = 16
__PRETTY_FUNCTION__ = "int main(int, char**)"
port = 7000
pos = 1
(gdb)
#0 0x008dd4b1 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#1 0x008fb14c in vsprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0x080b5976 in mudlog (uType=1, szString=0x818a9a0 "Unknown switch on switch_light: %s") at utility.c:766
argptr = 0xbffff1e8 "\001"
lCurrTime = 1263822154
pDesc = 0xbfff5208
szBuffer = "Unknown switch on switch_light: ??\216\000\000۝\000\000\000\000\000??\216\000`\345\235\000'L\030\b\030R\377\277X\362\377\277\334Y\v\b`\345\235\000'L\030\b\340\371\235\000LR\377\277\000\000\000\000\000\000\000\000HR\377\277\262\366\027\b\000۝\000\000\000\000\000??\216\000\000\000\000\000JeTK\340\371\235\000h\362\377\277Resetting the game time:\000\000\000\000??\216\000\267\266\026\b'L\030\b\210R\377\277\310\362\377\277\000\000\000\000JeTK\340\371\235\000\250\362\377\277Signal trapping.\000ne madre.\000\000\000\000\000\000\000\000\000\000JeTK\340\371\235\000\330\362\377\277Blocco l'host:"...
pchTimeStr = 0x9df9e0 "Mon Jan 18 14:42:34 2010"
#3 0x080d4a9a in switch_light (why=1 '\001') at weather.c:473
No locals.
#4 0x0809ac03 in reset_time () at db.c:291
beginning_of_time = 650336715
#5 0x0809a53b in boot_db () at db.c:113
i = 0
#6 0x0804a3ed in run_the_game (port=7000) at comm.c:468
s = 0
__PRETTY_FUNCTION__ = "void run_the_game(int)"
#7 0x0804a396 in main (argc=1, argv=0xbffff3a4) at comm.c:430
dir = 0x816b3dc "lib"
a = 16
__PRETTY_FUNCTION__ = "int main(int, char**)"
port = 7000
pos = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment