F
F
fokin_nikolay19892021-11-17 07:30:28
linux
fokin_nikolay1989, 2021-11-17 07:30:28

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

Tell me how to decrypt and get the value
at 7fff3ae19e0
ip 00007fbda95f317
sp 00007fff3ae19d0

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2021-11-17
@fokin_nikolay1989

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

A
Alexander, 2021-11-17
@shabelski89

This is not an ip address, here is the minimum available written

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question