A bug in linux 2.1.85

H.J. Lu (hjl@lucon.org)
Mon, 9 Feb 1998 09:12:25 -0800 (PST)


Hi,

On Linux/alpha 2.1.85, the code belows causes a kernel message

a.out: Exception at [<fffffc0000332060>] (fffffc0000332068)

which is in mlock_fixup. It may have something to do with the
asm statement there.

Thanks.

-- 
H.J. Lu (hjl@gnu.org)
---
#include <stdio.h>
#include <sys/mman.h>

int main () { if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) perror ("mlockall");

return 0; } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu