I’m working on a new (reasonably empty) project with the .NET 4.6 preview. I’m getting a regular CTD with the error “Got a SIGABRT while executing native code.” in the console. I’m using OSX 10.12.5 and “mono -V” is “Mono JIT compiler version 5.0.1.1”
I’ve attached the log. Any ideas what this could be? Is there any further information I could provide?
I’m not sure about the cause of this issue, but it should not be happening. Can you submit a bug report with this project and let us know what you did to cause it? We would like to track it down and correct it.
It seems to be happening at random so I can’t give steps to reproduce. Project has commercial assets - is there a way to submit to a non-public tracker?
Yes! The description of all bug reports submitted to Unity are public by default (although they can be made private), but none of the files attached to the bug reports are public. Those files are only accessible to Unity employees.
Based on the stack trace, this looks like a crash in the Mono C# compiler, actually.
You can use Help > Report a bug to open the bug reporter any time from the Editor. Maybe try again, even if the crash did not happen (it should be possible to attach a 200 MB project). Then include this stack trace as well in the bug report. That might be enough for us to track down the cause of the issue.
Unity ships with a custom version of Mono, so you should not need to install anything on the system again. Thanks for the bug report, we will investigate it!
Unfortunately I don’t recall the bug report number in this case, so I can’t look up its current status. If you would like to submit a new bug report, we will be happy to have a look at it though.
Same here, need the final release of the build for an upcoming game and it just doesnt work, i’ve tried different things and it just crashes all the time. Same error said above, unity version 2019.4.12f1, any way to workaround this?¿ i’m afraid to ruin the whole project by doing a downgrade or upgrade of the engine, its a really big project so its REALLY risky, and we are approaching release date. anything i can do? @JoshPeterson
Sorry, I don’t recall the specific details here of the bug report so I’m not sure how it was resolved. Can you provide more details about the error message you see?
hey, so it was literally the same error: “Got a SIGABRT while executing native code.”, but i already solved it. how? by downgrading to 2019.4.10f1, i could build the game without any error, so yeah, i’m guessing it has to do with the actual version.
“Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.” Usually happens when I run one of my ai…