-
Notifications
You must be signed in to change notification settings - Fork 534
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 When Running v0.6.1 binary on Ubuntu 20.04 & 22.04 #1008
Comments
Thank you for the report! |
@ferranbt @lazartravica @b00ris I found a few different cases about segfaults and glog. In few of them the solution is to update golang version (and sys from standard library) golang/go#49992 |
The thing is that it's not safe to switch cgo off either. I believe, this is one of the requirements of running data race detector https://go.dev/doc/articles/race_detector#Requirements . |
@JekaMas Understood. Looks like this can be resolved by adding in the |
@tonnyadhi The fix for this issue was added to our latest release: v0.6.2 |
Thank you @laviniat1996 and Polygon Edge team. |
Segmentation Fault When Running v0.6.1 binary on Ubuntu 20.04 & 22.04
Description
Binary release from Polygin Edge v0.6.1 experiencing segmentation fault when running under Ubuntu 20.04 anda Ubuntu 22.04
Your environment
Steps to reproduce
Expected behavior
Logs
SegFault Log Dump
The text was updated successfully, but these errors were encountered: