Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
869696
Regression
No
[iOS][Xcode] Stack traces miss frames on iOS with IL2CPP and "Run in Xcode as" set to "Release
Reproduction Steps:
1. Open "StackTraceTest" project
2. Open build settings
3. Set "Run in Xcode as" to "Release"
4. Build and deploy to iOS device
5. Press "Exception in Update" UI Button
6. Look into Xcode output console
7. Notice that Stack Trace is incorrect
Incorrect stack trace (StackTraceTest.OnExceptionInUpdateClicked should not be there):
TestException: exception in some method
at StackTraceTest.MethodY () [0x00000] in <filename unknown>:0
at StackTraceTest.OnExceptionInUpdateClicked () [0x00000] in <filename unknown>:0
at StackTraceTest.MethodX () [0x00000] in <filename unknown>:0
Reproduced on versions: Unity 5.3.7p4, 5.4.4p2, 5.5.1p2, 5.6.0b6
Reproduced on device iPhone 7 Plus iOS 10.2
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
MegazebraAnton
Jul 18, 2017 12:55
Would be nice if this gets fixed soon. It's hard to debug live issues because of that.
PatrickMegazebra
Jul 07, 2017 08:04
hope it gets fixed and patched soon. we have issues with stacktraces in version 5.5.2.p2