VirtualBox

Ignore:
Timestamp:
Dec 10, 2008 7:13:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40695
Message:

HostServices/GuestProperties: hopefully fix a crash on Solaris hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r15179 r15277  
    10671067            rc = RTStrDupEx(&pszFlags, szFlags);
    10681068        if (RT_SUCCESS(rc))
     1069        {
     1070            LogFlowThisFunc (("pszName=%p (%s)\n", pszName, pszName));
     1071            LogFlowThisFunc (("pszValue=%p (%s)\n", pszValue, pszValue));
     1072            LogFlowThisFunc (("pszFlags=%p (%s)\n", pszFlags, pszFlags));
    10691073            rc = RTReqCallEx(mReqQueue, NULL, 0, RTREQFLAGS_NO_WAIT,
    10701074                             (PFNRT)Service::reqNotify, 7, mpfnHostCallback,
     
    10721076                             (uint32_t) RT_HIDWORD(u64Timestamp),
    10731077                             (uint32_t) RT_LODWORD(u64Timestamp), pszFlags);
     1078        }
    10741079    }
    10751080
     
    10831088        rc = RTStrDupEx(&pszName, pszProperty);
    10841089        if (RT_SUCCESS(rc))
     1090        {
     1091            LogFlowThisFunc (("pszName=%p (%s)\n", pszName, pszName));
    10851092            rc = RTReqCallEx(mReqQueue, NULL, 0, RTREQFLAGS_NO_WAIT,
    10861093                             (PFNRT)Service::reqNotify, 7, mpfnHostCallback,
    1087                              mpvHostData, pszName, NULL,
     1094                             mpvHostData, pszName, (uintptr_t) NULL,
    10881095                             (uint32_t) RT_HIDWORD(u64Timestamp),
    1089                              (uint32_t) RT_LODWORD(u64Timestamp), NULL);
     1096                             (uint32_t) RT_LODWORD(u64Timestamp),
     1097                             (uintptr_t) NULL);
     1098       }
    10901099    }
    10911100    if (RT_FAILURE(rc)) /* clean up if we failed somewhere */
     
    10971106    }
    10981107    LogFlowThisFunc (("returning\n"));
    1099     LogFlowThisFunc (("pszName=%p (%s)\n", pszName, pszName));
    1100     LogFlowThisFunc (("pszValue=%p (%s)\n", pszValue, pszValue));
    1101     LogFlowThisFunc (("pszFlags=%p (%s)\n", pszFlags, pszFlags));
    11021108#endif /* VBOX_GUEST_PROP_TEST_NOTHREAD not defined */
    11031109}
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