Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.24f1
Issue ID
1329615
Regression
No
[macOS] [Linux][2019.4] Stack frames are missing from Console window when in Full Stack trace mode
Reproduction steps:
1. Open project in "1017853.zip" and open SampleScene
2. Open the Console window
3. Clear the console
4. Press on the "burger" button at the top right of the console window
5. In the opened menu go Stack Trace Logging -> All and make sure Full is selected
6. Enter Play Mode
7. Inspect the Console window
Expected result: in the "Invalid AABB inAABB" error message stack frames from Mono are visible (should be ~ 40 frames)
Actual result: stack frames from Mono are not visible (good and bad stack traces in edits) (6 frames)
Reproducible with: 2019.4.0f1, 2019.4.24f1, 2020.2.0a3
Not reproducible with: 2018.4.34f1, 2020.1.0a4 (fix version), 2020.3.5f1, 2021.1.4f1, 2021.2.0a13
Issue is not reproducible on Windows OS
Note: the issue has been fixed in the 2020.1.0a4 trunk
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2019.4.X):
In 2019 and prior versions, we default script code to "Debug", in later versions the default is "Release" and the issue reproduces. "Release" would need to be used to get full callstacks.