Comment 7 for bug 1267062

Revision history for this message
Andy Whitcroft (apw) wrote :

@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.