Answer the question
In order to leave comments, you need to log in
How to find out what ip or host?
How to find out from which host a segfault is coming?
The log says
segfault at 7fff3ae19e0 ip 00007fbda95f317 sp 00007fff3ae19d0 error 6 in libc-2.17.so
at 7fff3ae19e0
ip 00007fbda95f317
sp 00007fff3ae19d0
Answer the question
In order to leave comments, you need to log in
From your own :)
In this context, ip - instruction pointer is the address of the start of the instruction block, sp -stack pointer is the stack address, at is the address of the breakpoint.
segfault in libc - 100% attempt to write to an address not owned by the program - either using an uninitialized pointer or an error in address arithmetic
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question