OpenSolaris

Printable Version Enter a New Search
Bug ID 6557637
Synopsis clock_gettime returning EPERM
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:brandz
Keywords s10u4beta
Responsible Engineer William Kucharski
Reported Against s10u4_05
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_67
Fixed In snv_67
Release Fixed solaris_nevada(snv_67)
Related Bugs
Submit Date 15-May-2007
Last Update Date 20-June-2007
Description
The 'clock_gettime' system call run in CentOS under Brandz returns EPERM.
STEPS TO DUPLICATE
-------------------------
Write a system call to 'clock_gettime' and not the error.  Note that calling
the C library 'clock_gettime' function is not adequate to reproduce the problem
as if obviously redirects the call to another system call.
EXPECTED VS ACTUAL RESULTS
-------------------------------------
Expect: ENOSYS or EINVAL
Actual: EPERM
ERROR MESSAGES
---------------------
(No Answer)
SOURCE CODE
------------------
(No Answer)
SYSTEM INFORMATION
--------------------------
Hardware Platforms (AMD64-1, Non-Sun, ASUS K8V Delux, AMD Athlon., x64, 1GB, 100GB or more)
Operating Platforms (Sol1, Solaris 10 7/07, Solaris, JDS 3 Sun Java Desktop System Release 3, English)
Work Around
Modify user code to check for EPERM.
Comments
N/A