-
Notifications
You must be signed in to change notification settings - Fork 225
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
SIGSEGV in beam after a pause #308
Comments
I can't reproduce this, could you try to make an |
Also, could you print out |
Maybe it only happens if I've had an error (badarg) generated previously? I build rustler_test, then start the app (_build/default/rel/rustler_test/bin/rustler_test console) and try things in there whilst I'm writing the eunit tests. Iwill try and get an escript that reproduces it. Another crash this morning:
|
I've been converting your rustler_tests into an erlang version. I've noticed that I get a SIGSEGV if I do some tests in the shell, pause a while and then try again.
The code is at https://github.com/rickpayne/rustler_test. The rust code is basically from your rustler_tests directory.
Note between line 6 and line 7 was a couple of minutes. The backtrace looks like this:
This is happening quite a lot, so if there is more debug I can provide, let me know...
The text was updated successfully, but these errors were encountered: