@Anasuya -- the failure here is triggered by what I would think of as an
invalid assumption in the LTP test in this case.  The value MINSIGSTKSZ
says that you should have your stack bigger than this to be valid.  It
does not actually say that if it is one byte fewer than the limit it
will not work.  The libc lower limit differs from the kernel absolute
limit for this case which is why the test fails on this architecture.
But the value libc recommends is bigger and therefore valid.

I don't believe anything is wrong as such, just the test's assumption is
wrong.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267062

Title:
  LTP sigaltstack02 test failure -- MINSIGSTKSZ in userspace missmatches
  kernel (was: sigaltstack system call unable to send proper return code
  (error12))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1267062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to