Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35262

Application crash in the IEnumConnectionPoints->Next method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P1: Critical P1: Critical
    • None
    • 5.1.1
    • ActiveX Support
    • 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

        1. QTCrash1.zip
          11 kB
          Sergey Korepanov
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            sbk Sergey Korepanov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes