Welcome to the Builder Academy

Question Crash - need help

More
04 Mar 2018 22:25 #7648 by JTP
Crash - need help was created by JTP
Had mud crash twice, Backtrace only shows:
Program terminated with signal 11, Segmentation faul
#0 0x00329380 in strcpy () from /lib/libc.so.6
(gdb) Hangup detected on fd 0

What does this mean, and what is the cause ?

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

More
05 Mar 2018 07:01 #7649 by JTP
Replied by JTP on topic Crash - need help
Happends when i use locate object. It Can work awhile After reboot, but suddently crash.

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

More
06 Mar 2018 13:59 - 06 Mar 2018 14:01 #7653 by JTP
Replied by JTP on topic Crash - need help
Its not alot to go by in the backtrace, but anyone know anything here ?

Is locate obj using anything in simple list Thomas that you tried to fix with whirlwind ? If not im blank.
Last edit: 06 Mar 2018 14:01 by JTP.

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

More
06 Mar 2018 16:16 - 06 Mar 2018 16:39 #7654 by JTP
Again with locate obj, and i havent touched that spell at all:

[New Thread 3678]
Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `bin/circle -q 6969'.
Program terminated with signal 11, Segmentation fault.
#0 0x00329380 in strcpy () from /lib/libc.so.6
(gdb) Hangup detected on fd 0
Error detected on fd 0
error detected on stdin
Last edit: 06 Mar 2018 16:39 by JTP.

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

More
06 Mar 2018 22:15 #7659 by thomas
Try running gdb like this:
Code:
gdb -quiet -nx << EndOfInput bt quit EndOfInput
(all in one command)

This should at least show a backtrace.

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

More
07 Mar 2018 15:52 #7661 by JTP
after i typed each line a ? came up

gdb -quiet -nx << EndOfInput
? bt
? quit
? EndOfInput
(gdb) No stack.

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

Time to create page: 0.228 seconds