Problem Report Number |
0058 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Test Suite Deficiency (TSD) |
Problem Resolution ID |
TSD.PX.0029 |
Raised |
2010-12-10 10:11 |
Updated |
2010-12-13 10:38 |
Published |
2010-12-13 10:38 |
Product Standard |
PSE52 Realtime Controller 1003.1-2003 System |
Certification Program |
POSIX Certified by IEEE and The Open Group |
Test Suite |
VSRT-PSE version 5.4.3 |
Test Identification |
/tset/rt.os/semaphores/sem_open/T.sem_open 11 |
Specification |
PSE52 Realtime Controller 1003.1-2003 System Product Standard |
Location in Spec |
7.2.1
http://www.opengroup.org/onlinepubs/009695399/functions/sem_open.html |
Problem Summary |
T.sem_open 11 is Failed because of not opening semaphores as much as SEM_NSEMS_MAX |
Problem Text |
T.sem_open 11 includes 8 sem_init of vsrtlib before opening semaphores as much as
256(SEM_NSEMS_MAX)
So, our system can not open semaphores as much as 256(SEM_NSEMS_MAX) |
Test Output |
/tset/rt.os/semaphores/sem_open/T.sem_open 11 Failed
Test Information:
sem_open() failed opening semaphore #248, but expected to be able to open 256, errno = 24
(EMFILE) |