PR0019.html

LSB Problem Report

Problem Report Number 0019 (TSD.0012)
Submitter's Classification Test Suite Problem (TSD)
State Resolved
Resolution Test Suite Deficiency (TSD)
Raised 2003-02-27 17:43
Updated 2003-03-07 10:28
Published 2003-03-07 10:28
Certification Program Linux Standard Base Conformance Release 1.3
Test Suite lsb-runtime IA32 version 1.3.3-1
Test Identification /tset/LSB.os/mfiles/mmap_P/T.mmap_P.23
Problem Summary /tset/LSB.os/mfiles/mmap_P/T.mmap_P.23 is broken
Problem Text adr1 = mmap (NULL, 5 * pgsz, PROT_WRITE|PROT_READ,
MAP_SHARED, fd1, 0);
...
mmap (adr1, pgsz, PROT_WRITE|PROT_READ,
MAP_FIXED|MAP_SHARED, fd2, 0);
...
mmap (adr1 + 4 * pgsz, 2 * pgsz, PROT_READ,
MAP_FIXED|MAP_SHARED, fd3, 0);


The problem is that the first line found a free VM slot at
least 5 pages big, but the above 3 lines mmap a 6 page area
on it.
Test Output 400|714 23 1 02:09:35|IC Start
200|714 23 02:09:35|TP Start
520|714 23 00027510 2 1|vsrt_wait_for: Timed-out waiting for
child to exit
220|714 23 1 02:09:47|FAIL
410|714 23 1 02:09:47|IC End

Review Information

Review Type TSMA Review
Start Date 2003-02-27 17:43
Last Updated 2003-03-03 14:13
Completed 2003-03-03 14:13
Status Complete
Review Recommendation Test Suite Deficiency (TSD)
Review Response We recommend a test suite deficiency be granted.

Review Type SA Review
Start Date 2003-03-03 14:13
Last Updated 2003-03-06 20:04
Completed 2003-03-06 20:04
Status Complete
Review Resolution Test Suite Deficiency (TSD)
Review Conclusion SA concurs wiht TSD

 

Copyright 2005, The Free Standards Group, All Rights Reserved