This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Program received signal SIGSEGV, Segmentation fault. #722
Comments
Have the same problem and tracked it down to the encoding pointers in ffw.c:
These are set in the function
The returned address in this example only contains the last 4bytes and the preceding part 7f2f0 is omitted. I generated the output via: I hope the printf code is correct and does not provide false information. Can't fathom why the addresses do not match. |
This was referenced Sep 14, 2017
I have two machines, both running Arch linux
|
I tried to compile @akhuettel fork, but got errors (
|
Ah, sry. It seems to my fault. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I faced problem with converting on ubuntu 16.04.
I tried to use debugger, but can't figure out where's the problem.
The text was updated successfully, but these errors were encountered: