VirtualBox

Changeset 58532 in vbox for trunk/src/VBox/Devices/GIMDev


Ignore:
Timestamp:
Oct 30, 2015 1:03:19 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103856
Message:

GIMDev: Don't terminate thread prematurely on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/GIMDev/GIMDev.cpp

    r58435 r58532  
    153153#endif
    154154        else if (   rc != VINF_TRY_AGAIN
    155                  && rc != VERR_TRY_AGAIN)
     155                 && rc != VERR_TRY_AGAIN
     156                 && rc != VERR_NET_CONNECTION_RESET_BY_PEER)
    156157        {
    157158            LogRel(("GIMDev: Debug thread terminating with rc=%Rrc\n", rc));
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