- 
    
Bug
 - 
    Resolution: Incomplete
 - 
    
P1: Critical
 - 
    None
 - 
    5.9.1, 5.9.2, 5.9.3, 5.10.0
 - 
    None
 - 
    Ubuntu 17.04
 
I have a hard-to-reproduce crash that I think is related to this scenario:
Item is loaded via Loader
The Item dynamically creates NewItem via .incubateObject
When NewItem is created - a connect is made via a callback fired on incubation success - to it's onDestruction like so:
newItem.onDestruction.connect(function(){ ... })
Sometimes there's a crash when the Item (loaded via a Loader) is unloaded.
I can't tell exactly where in the line of calls it happens - and I found out that the segmentation fault is currently only when I run from a Debug build
Stack trace attached
- relates to
 - 
                    
QTBUG-65225 StackView segmentation fault crash
-         
 - Closed
 
 -         
 - 
                    
QTBUG-97496 Crash in QV4::QObjectSlotDispatcher aka Loader does not disconnect signals
-         
 - Closed
 
 -