Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in
4.5.5f1
Issue ID
649000
Regression
No
MonoDevelop debugger crashes when expanding variable of type UnityEditor.VersionControl.Asset
To reproduce this issue:
1. Open the attached project
2. Open 'crash scene
3. It has a GO with script attached
4. Script has: "UnityEditor.VersionControl.Asset toCheckout = UnityEditor.VersionControl.Provider.GetAssetByPath(assetPath);" in it
5. Set up local Perforce SandBox server or use any other existing server used for Perforce
6. Connect to Version Control server in Editor Settings (Edit-> Project settings -> Editor)
7. Open 'TryCrash' script in monodevelop
8. Set break point at 'UnityEditor.VersionControl.Asset toCheckout...' line
9. Attach to the editor
10.Play the scene
11.Step over the line it breaks at
12. Hover the mouse over the 'toCheckout' variable until the 'quickview' pop-up menu appears
13. Toggle the little triangle to expand 'toCheckout' and show it's properties & fields in the dialog
14. Unity crashes in mono/mini/debugger-agent.c around line 4660
Captured repro: http://screencast.com/t/UcpwDA6l5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment