-
-
Notifications
You must be signed in to change notification settings - Fork 135
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 "Testing in COMBINE_RESULTS", later "Caught fatal signal - signo:11 code:1 errno:0" #216
Comments
Maybe this is related ? |
I have a slightly more helpful error message when doing the build with Windows target platform:
I guess it is a Unity bug, maybe related to https://issuetracker.unity3d.com/issues/linux-editor-crashes-on-burst-signal-handler-when-universal-rp-camera-is-selected (although this should be fixed long ago). We just switched to URP ("com.unity.render-pipelines.universal": "14.0.5") and now this issue occurs in the GitHub Actions build. |
I only have this issue when building via GitHub Actions. On my local Ubuntu machine, the build works fine. |
Since you're using unity test runner, I've transferred it to the test runner repo from the builder repo. |
By now, we found that the actual build of the project works fine (for Standalone, Android, iOS). |
We're seeing this too. Most (but not all!) runs on Github are segfaulting with this same stacktrace when the edit mode tests have completed. Builds and play mode tests are so far completing successfully. |
Any update on this? I was able to work around the issue by clearing cache and not using a cache step in the unit tests workflow, for future reference, if someone else comes across this. |
Thanks for the info. I was able to fix some internal null references (not quite the same error as this issue) by removing the cache step. Unity is weird... |
Did not work for me. |
I am getting this (all of a sudden, on all of my runs). Unfortunately disabling the cache didn't help. Does anyone have a solution to this? I've already updated to v3, but that didn't help. |
Have the same problem, any solutions? |
Bug description
Unity crashes in my test build for Linux when shutting down.
The build finishes fine for Android and iOS.
Not sure if this is related to Unity or the GitHub Action.
Log file is attached.
Interestingly, the tests seem to finish mostly. Then there is a "Segmentation fault" but it continues
Later, it crashes completely:
How to reproduce
Expected behavior
The build should finish cleanly.
Additional details
See attached log file
build-log.log
The text was updated successfully, but these errors were encountered: