Welcome to the Builder Academy

Question Another crash bug

More
29 Jan 2018 03:14 #7459 by Fizban
Replied by Fizban on topic Another crash bug
I believe the problem is that she actually re-compiled the code after the crash, or recompiled, and hadn't yet rebooted or copyover'ed at the time of the crash.

Exec file newer than core implied recompiled too recently as opposed to not recently enough.

Please Log in or Create an account to join the conversation.

More
29 Jan 2018 15:33 #7460 by Sascha
Replied by Sascha on topic Another crash bug
Thanks for the ideas, guys, I appreciate it very much. I followed your instructions and now we're at a wait and see. I can't figure out what's causing the crashes overall so I can't reproduce it reliably. On a wait-and-see approach for now. Yay.

Will you stand against the coming Storm? After the Breaking: STORMRIDERS MUD - atbmud.dune.net port 4000

Please Log in or Create an account to join the conversation.

More
29 Jan 2018 20:53 - 29 Jan 2018 20:54 #7461 by WhiskyTest
Replied by WhiskyTest on topic Another crash bug
Did it crash a few seconds ago?
I started to log Ser in, got disconnected immediately after putting in password - looks like a crash
Last edit: 29 Jan 2018 20:54 by WhiskyTest.

Please Log in or Create an account to join the conversation.

More
29 Jan 2018 22:52 #7462 by Sascha
Replied by Sascha on topic Another crash bug
Looks like it crashed about 2 hours ago, absolutely. I'll run the info and get back on that. Thanks!

Will you stand against the coming Storm? After the Breaking: STORMRIDERS MUD - atbmud.dune.net port 4000

Please Log in or Create an account to join the conversation.

More
29 Jan 2018 23:04 #7463 by Sascha
Replied by Sascha on topic Another crash bug
Still getting that exec file is newer than core file message. I swear, I did make new and make this morning before going to work.


Reading symbols from bin/circle...done.

warning: exec file is newer than core file.
[New LWP 12454]

warning: Error reading shared library list entry at 0x45396600

warning: Error reading shared library list entry at 0x45393e00
Core was generated by `bin/circle -q 4000'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f2db4840c37 in ?? ()
(gdb) bt
#0 0x00007f2db4840c37 in ?? ()
#1 0x00007f2db4844028 in ?? ()
#2 0x0000000000000020 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) list
195 #endif
196
197 t->tv_sec = (int) (millisec / 1000);
198 t->tv_usec = (millisec % 1000) * 1000;
199 }
200
201 #endif /* CIRCLE_WINDOWS || CIRCLE_MACINTOSH */
202
203 int main(int argc, char **argv)
204 {
(gdb) info local
No symbol table info available.
(gdb) up
#1 0x00007f2db4844028 in ?? ()
(gdb) but
Undefined command: "but". Try "help".
(gdb) bt
#0 0x00007f2db4840c37 in ?? ()
#1 0x00007f2db4844028 in ?? ()
#2 0x0000000000000020 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) list
205 int pos = 1;
206 const char *dir;
207
208 #ifdef MEMORY_DEBUG
209 zmalloc_init();
210 #endif
211
212 #if CIRCLE_GNU_LIBC_MEMORY_TRACK
213 mtrace(); /* This must come before any use of malloc(). */
214 #endif
(gdb) info local
No symbol table info available.
(gdb) up
#2 0x0000000000000020 in ?? ()
(gdb) bt
#0 0x00007f2db4840c37 in ?? ()
#1 0x00007f2db4844028 in ?? ()
#2 0x0000000000000020 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) list
215
216 #ifdef CIRCLE_MACINTOSH
217 /* ccommand() calls the command line/io redirection dialog box from
218 * Codewarriors's SIOUX library. */
219 argc = ccommand(&argv);
220 /* Initialize the GUSI library calls. */
221 GUSIDefaultSetup();
222 #endif
223
224 /* Load the game configuration. We must load BEFORE we use any of the
(gdb) info local
No symbol table info available.
(gdb) up
#3 0x0000000000000000 in ?? ()
(gdb) bt
#0 0x00007f2db4840c37 in ?? ()
#1 0x00007f2db4844028 in ?? ()
#2 0x0000000000000020 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) list
225 * constants stored in constants.c. Otherwise, there will be no variables
226 * set to set the rest of the vars to, which will mean trouble --> Mythran */
227 CONFIG_CONFFILE = NULL;
228 while ((pos < argc) && (*(argv[pos]) == '-')) {
229 if (*(argv[pos] + 1) == 'f') {
230 if (*(argv[pos] + 2))
231 CONFIG_CONFFILE = argv[pos] + 2;
232 else if (++pos < argc)
233 CONFIG_CONFFILE = argv[pos];
234 else {
(gdb) info local
No symbol table info available.
(gdb) up
Initial frame selected; you cannot go up.

Will you stand against the coming Storm? After the Breaking: STORMRIDERS MUD - atbmud.dune.net port 4000

Please Log in or Create an account to join the conversation.

More
29 Jan 2018 23:06 #7464 by thomas
Replied by thomas on topic Another crash bug
Double-check your lib-dir. You might have multiple core files (core.1, core.2 or core.1233). Make sure you are using the one with todays date.

Please Log in or Create an account to join the conversation.

Time to create page: 0.213 seconds