-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Segmentation fault in otp 26.2 #8051
Comments
due to segfault on 26 erlang/otp#8051
Is it possible to get access to the |
Looking closer at the excellent information you gave when creating the issue, there is no need for the |
we also notice sched_util spikes and delay in processing Thanks for the response and will wait for the fix. |
due to segfault on 26 erlang/otp#8051
#8088 should fix this crash
The reason |
Note that #8088 has not been thoroughly tested yet. I've only done some basic testing locally on my machine. |
Thanks for the fix, can we land the fix in maint-26 branch and once it is landed we can try it out. |
The branch in #8088 is based on the top of |
Patches with fixes for this bug have now been released in OTP 26.2.2 and OTP 25.3.2.9 |
Describe the bug
We notice coredump in 0tp 26.2 which was not the case in otp 26.0. Here is the back trace.
To Reproduce
Hard to reproduce
Expected behavior
No crashes.
Affected versions
I think it impacts 26.1
Additional context
Info from crash
In another thread the same proc receives a signal
I wonder if fix for #7595 is somehow causing these crashes.
cc: @rickard-green
The text was updated successfully, but these errors were encountered: