Opened 16 years ago
Closed 10 years ago
#3489 closed defect (fixed)
VBoxZoneAccess on 32 bit Solaris
Reported by: | Scott Severtson | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 2.1.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
VBoxZoneAccess fails repeatedly on 32 bit Solaris 10 u6, with no error message. This is due to the sleep(1000000000U) call returning immediately.
sleep(unsigned) on 32 bit Solaris suffers from a Year 2038 problem (http://en.wikipedia.org/wiki/Year_2038_problem); if the requested sleep duration plus the current timestamp > 231, sleep returns immediately.
Consider using a shorter sleep duration for 32 bit platforms.
Change History (4)
comment:1 by , 16 years ago
comment:4 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you for the report. This has now been fixed in internal SVN.