- 
    Bug 
- 
    Resolution: Out of scope
- 
    P1: Critical 
- 
    None
- 
    5.1.1
- 
    None
- 
    Win32,VS2012
- 
        Qt: 4: 3bef845f4623e0edcd52ddcffee3612f4f7f6779 (20.12.2013, 4.8.6)
void crash1( IQTCrashPtr qtObject )
{
	IEnumConnectionPointsPtr connectionPointEnum;
	IConnectionPointContainerPtr( qtObject )->EnumConnectionPoints( &connectionPointEnum );
	IConnectionPointPtr connectionPoint;
	DWORD fetched;
	while( connectionPointEnum->Next( 1, &connectionPoint, &fetched ) == S_OK ) // crash here
	{
	}
}
Example project that demonstrates the crash is attached