- Posts: 345
- Thank you received: 73
Jun 18 16:54:36 :: Entering game loop.
Jun 18 16:54:36 :: No connections. Going to sleep.
[New Thread 5972.0x2234]
Jun 18 16:54:46 :: New connection. Waking up.
[New Thread 5972.0x2130]
Jun 18 16:54:48 :: Test has connected.
Jun 18 16:54:49 :: Test had no variable file
Jun 18 16:54:49 :: Test un-renting and entering game.
Jun 18 16:54:49 :: Test (level 1) has 0 object (max 30).
Jun 18 16:55:00 :: Test killed by the Black Rook at A Black Square
Program received signal SIGABRT, Aborted.
event_cancel (event=0x0) at dg_event.c:89
89 if (event->event_obj)
(gdb) bt
#0 event_cancel (event=0x0) at dg_event.c:89
#1 0x00000000000000b0 in ?? ()
#2 0xffffffffdc3cba00 in ?? ()
#3 0x0000000000000048 in ?? ()
#4 0x0000000100000001 in ?? ()
#5 0x0000000000000000 in ?? ()
(gdb) info local
No locals.
(gdb) list
84 if (!event->q_el) {
85 log("SYSERR: Attempted to cancel a non-NULL unqueued event, freeing anyway");
86 } else
87 queue_deq(event_q, event->q_el);
88
89 if (event->event_obj)
90 cleanup_event_obj(event);
91
92 free(event);
93 }
(gdb) print event
$1 = (struct event *) 0x0
(gdb) print event_q
$2 = (struct dg_queue *) 0x60004f2c0
(gdb) print event->q_el
Cannot access memory at address 0x10
(gdb) print event_q
$3 = (struct dg_queue *) 0x60004f2c0
(gdb)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tbaMUD © 2024