-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
error: Exited with signal code 11 - SIGSEGV: invalid address when decoding an object encoded by NSCoder on Ubuntu 22.04 #68296
Comments
Here is the crash report:
|
I have found another crash log, seems like it is the same issue; however, since I cannot be sure, please advise if I need to create a separate bug, since steps to reproduce were a little bit different.
|
Here's another crash report I just got, I hope it'd help investigation.
|
I'm seeing a similar issue with Swift 5.9 (Release-Version) on Ubuntu 22.04:
This doesn't occur with Swift 5.8 on Ubuntu 22.04. and it also doesn't occur with Swift 5.9 on macOS. |
Description
When I run unit test in my port of Sourcery to Linux (Ubuntu 22.04),
and I use the following configuration:
I observe a crash
error: Exited with signal code 11
happening with the following message:signal SIGSEGV: invalid address (fault address: 0xffffff7ffeb0)
Steps to reproduce
[email protected]:art-divin/Sourcery.git
git checkout 37763d173a84ee47068c12fc83108f7e6d4a10c5
swift test
Expected behavior
Test should finish execution.
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: