Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b3
Issue ID
905960
Regression
No
Crash in GUIView::OnInputEvent when closing a floating window with -debugallocator flag
Also crashes when docking a window onto editor.
How to reproduce:
1. Open editor with -debugallocator flag (from command line)
2. Open profiler (or any other floating/not connected to editor window)
3. Close profiler
Actual behaviour: Editor crashes
Expected behaviour: Floating window is closed
Reproduced on: 2017.1.0b2, 2017.1.0b3
Windows only.
========== OUTPUTING STACK TRACE ==================
0x0000000140029D2B (Unity) GUIView::OnInputEvent
0x00000001401A0C13 (Unity) GUIView::ProcessInputEvent
0x0000000140006AF3 (Unity) GUIView::ProcessEventMessages
0x000000014002CD25 (Unity) GUIView::GUIViewWndProc
0x00007FF9C5221C24 (USER32) CallWindowProcW
0x00007FF9C522156C (USER32) DispatchMessageW
0x00000001419F31A9 (Unity) MainMessageLoop
0x00000001419F4BD7 (Unity) WinMain
0x0000000141C99DE8 (Unity) __tmainCRTStartup
0x00007FF9C35A8364 (KERNEL32) BaseThreadInitThunk
0x00007FF9C53E70D1 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment