Welcome to the Builder Academy

Question Wierd mud crash - help

More
08 May 2016 16:03 #5859 by krell
Replied by krell on topic Wierd mud crash - help
Have you tried recompiling the MUD using the default makefile? Which version of gcc are you using? What's your build environment? What are you doing when the MUD crashes? Do you get any error messages in your mudlogs and what are they?

At the moment you aren't giving anybody very much to run with. :-)

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

More
08 May 2016 16:31 #5860 by JTP
Replied by JTP on topic Wierd mud crash - help
I wasnt online when the crash happened...one of the 3 pictures shows what the crash file wrote.

Im running 3.65

Adding new pic of compiler ver.
Attachments:

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

More
08 May 2016 21:49 - 08 May 2016 21:49 #5861 by thomas
Replied by thomas on topic Wierd mud crash - help
The message you're getting in gdb makes me think something is rotten in the core file. But, try to call it like this:
Code:
gdb -quiet -nx bin/cirle lib/core << EndOfInput thread apply all bt quit EndOfInput

This should at least get you a backtrace to work with.

edit: I might have botched the order of arguments here, so try out different variations...
Last edit: 08 May 2016 21:49 by thomas.

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

Time to create page: 0.201 seconds