Can anyone help me out with a couple of Itanium size-related issues? (a) What's the right value for VSRT_ADDR_SPACE_PAGES ? This is a configuration parameter that goes in TESTROOT/tetexec.cfg and is used by a couple of (currently failing) mmap tests
(b) Why does SSIZE_MAX end up set to the size of an int, rather than a 64-bit quantity, on standard GNU/Linux header files? This one affects the calculation done by failing readv and writev tests which are trying to overflow an ssize_t to test the error code. But the don't come close, since the calulation based on SSIZE_MAX builds 1024 iovs of 2,098,176 bytes. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with subject of "unsubscribe". Trouble? Email [EMAIL PROTECTED]
