VirtualBox

Ignore:
Timestamp:
Dec 8, 2008 8:50:07 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40533
Message:

FE/Qt: Disable too optimistic assertion in VBoxGlobal::details (CHardDisk2). Should fix GUI crashes during high hard disk management activitiy (creating/deleting) caused by third parties (discarding snapshots and so on).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r15065 r15132  
    19521952        startEnumeratingMedia();
    19531953        if (!findMedium (cmedium, medium))
    1954             AssertFailedReturn (QString::null);
     1954        {
     1955            /// @todo Still not found. Means that we are trying to get details
     1956            /// of a hard disk that was deleted by a third party before we got a
     1957            /// chance to complete the task. Returning null in this case should
     1958            /// be OK, For more information, see *** in VBoxMedium::etails().
     1959            return QString::null;
     1960        }
    19551961    }
    19561962
     
    21622168
    21632169            /// @todo for the explaination of the below isOk() checks, see ***
    2164             /// in #details (const CHardDisk &, bool).
     2170            /// in VBoxMedium::details().
    21652171            if (hda.isOk())
    21662172            {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette