Comment 1 for bug 607665

Revision history for this message
Ulrich Weigand (uweigand) wrote : Re: libaio fails during test with Linaro GCC

This clearly looks like a nonportable test case. It calls io_setup with an address of 0x10000 and expects to get EFAULT (-14), because the test assumes nothing will be mapped at 0x10000.

That assumption simply isn't true on arm, because the default linker script links applications to start at 0x8000.

This bug against Linaro GCC is invalid; I guess we could open a bug against libaio to fix the test case.