-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crash when reading stdin from a file #4
Comments
doing some simple test this could be that if read directly from stdin, the code is MMAP'ing and seems that maybe symcc is not tracking that. beause if I read the data doing a |
also this only crash on binaries without optimization, if we use the following profile for dev it works without crashing.
|
Hi, yes this project is still in active development. This fatal error has been known to happen since version 1.48.0 (more or less non-deterministically in past versions). However at this point I have not yet investigated further, it seems to be also related to: At least, for the versions 1.46.0 and 1.47.0, I have not noticed the problem happening so far: so the Thanks for the tips on |
on the |
Hello, first of all I want to know the status of this project and if currently are working on this.
Also testing it I found that when running any file that reads from a file and check data directly for example source_0_original_1b_rs makes the process crash
this seems that is because some kind of a null ptr but I don't have much of experience with this project to try right now to fix it.
I'm using the 1.63.0 tag.
The text was updated successfully, but these errors were encountered: