Opened 13 years ago
Closed 13 years ago
#10373 closed defect (worksforme)
VERR_TRY_AGAIN Assertion: Runtime/common/misc/thread.cpp
Reported by: | Thomas Törnblom | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 4.1.10 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Solaris |
Description (last modified by )
When trying to resume an XP guest on my Solaris 11 host, the operation was aborted with an assertion failed.
00:00:12.948 !!Assertion Failed!! 00:00:12.948 Expression: RT_SUCCESS_NP(rc) 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*) 00:00:12.948 VERR_TRY_AGAIN (-52) - Retry the operation.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | XP-2012-03-23-07-31-51.log added |
---|
comment:1 by , 13 years ago
This is some resource problem. A thread should be created and the returned error code was unexpected. We have to check what to do in that case. Was your host somehow overloaded at this time?
comment:2 by , 13 years ago
Description: | modified (diff) |
---|---|
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 |
comment:3 by , 13 years ago
Component: | guest control → host support |
---|
comment:4 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
If this problem is reproducible and you can provide more information, please feel free to re-open this defect. Closing for now.
Note:
See TracTickets
for help on using tickets.
Guest log file