-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: attempt to copy freed scalar ... #137
Comments
Running
|
According to what I understand, the error is a forbidden memory access problem (segfault). |
Is this a hardened system, like SELinux? Would you like to help me get closer to the problem, as I cannot reproduce it with my systems. |
Sure. So concerning the commands you asked me to type in, I got the correct replies. Well, it's not my machine, but yes I think that the OS is hardened. Here are some infos about the OS :
I use the OS under VMware Workstation 17. |
did you see the panic there? My rough idea is that the problem occurs in these variable setting starting at that line. |
No, I didn't find the panic there. |
doh, then I need to find another way to debug the problem ... Meanwhile it would be nice if you can perform: o-saft.pl-panic.out will be a huge file, please don't post here. Grep for the panic message, post that result, for example:
may be I find something there ... |
according you fuzzing approach: |
Thanks for the info. |
Hi. My computer is now again accessible. So here is the result for
And I got nothing for The word "panic" has not been found in o-saft.pl-panic.out, neither "attempt", "copy", nor "freed". Regards. |
Thanks. I've just updated some files on github, so you may clone again. Can you plese check. |
I could only on Monday. I plan to do that on this day, asap. |
Ok so I updated the code and executed However I got :
|
sounds good. If so, I'd close this issue as fixed. |
can you please post the result of |
Here is the result of And here what I have for
Knowing that I replaced MY_HOST with my host name. |
Sure. |
new bug reported in issue 136 by @KylaG
But when running
./o-saft.pl --version
(I had to dochmod +x o-saft.pl
), I got :panic: attempt to copy freed scalar eb7df0 to cbcc80 at ./o-saft.pl line 407
.The text was updated successfully, but these errors were encountered: