Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.1p3
Issue ID
773316
Regression
No
Mono AOT JIT exceptions are hard to interpret
Sometimes mono aot does not compile properly and jit exceptions like this are produced.
ExecutionEngineException: Attempting to JIT compile method 'Model:<DoSomething`1>m__0<int> (int)' while running with --aot-only.
at Model.WithData[Int32] (System.Action`1 onData) [0x00000] in <filename unknown>:0
at Model.DoSomething[Int32] () [0x00000] in <filename unknown>:0
at MonoJit.Start () [0x00000] in <filename unknown>:0
We would like a way to force the compiler output to include a function, preferably using the syntax of the error message, so we can easily work through issues like this.
I've attached a small repro project verified against PS4.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment