Changes between Initial Version and Version 2 of Ticket #10373
- Timestamp:
- Mar 28, 2012 1:43:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10373
- Property Summary Assertion failed in: /home/vbox/tinderbox/4.1-sol-rel/src/VBox/Runtime/common/misc/thread.cpp → VERR_TRY_AGAIN Assertion: Runtime/common/misc/thread.cpp
-
Ticket #10373 – Description
initial v2 1 1 When trying to resume an XP guest on my Solaris 11 host, the operation was aborted with an assertion failed. 2 2 3 {{{ 3 4 00:00:12.948 !!Assertion Failed!! 4 5 00:00:12.948 Expression: RT_SUCCESS_NP(rc) 5 6 00:00:12.948 Location : /home/vbox/tinderbox/4.1-sol-rel/src/VBox/Runtime/common/misc/thread.cpp(798) int RTThreadCreate(RTTHREADINT**, int (*)(RTTHREADINT*, void*), void*, size_t, RTTHREADTYPE, unsigned int, const char*) 6 7 00:00:12.948 VERR_TRY_AGAIN (-52) - Retry the operation. 8 }}}