VirtualBox

Changeset 79348 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 26, 2019 9:16:09 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:7127: Calm down some annoying assertion happening in quite valid case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp

    r79337 r79348  
    500500        if (medium(uMediumId).isNull())
    501501        {
     502            /* This medium can be wiped out already because of async event nature. Currently
     503             * medium unregistration event comes very late and other even unrealted events
     504             * can come before it and request for this particular medium enumeration. If medium
     505             * enumeration is performed fast enough (before medium unregistration event comes),
     506             * medium will be wiped out already, so we just ignore it. */
    502507            LogRel2(("GUI: UIMediumEnumerator:  Medium {%s} was not currently cached!\n",
    503508                     uMediumId.toString().toUtf8().constData()));
    504             /// @todo is this a valid case?
    505             AssertFailed();
    506509        }
    507510        else
Note: See TracChangeset for help on using the changeset viewer.

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