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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.