[lsb-bugs] [Bug 1825] exec() tests incorrectly complain that RLIMIT_AS is not inherited

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Thu Dec 13 15:29:16 PST 2007


http://bugs.linuxbase.org/show_bug.cgi?id=1825





--- Comment #5 from Mats Wichmann <mats at freestandards.org>  2007-12-13 15:29:15 ---
The "suspicious" values are of course just the test code printfs handling an 
unsigned (rlim_t) as if it were signed. What's really strange is that these two 
values in the error message are the same: -896270346 is (0xCA940000 -10 : note 
the test takes the existing limit and subtracts 10 from it) signed, 3398696950 
is the same unsigned.  But both are printed as %ld  !?!?!? and why would they 
not compare equal?


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-bugs mailing list