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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
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