exceptions in mlock_fixup (2.1.92/alpha)

Alexander V. Lukyanov (lav@alpha.netis.ru)
Mon, 6 Apr 1998 13:17:07 +0400


Hi!

Is that normal that mlockall() causes kernel to catch a bunch of exceptions
in mlock_fixup? It can be reproduced on alpha with the following program:

main()
{
calloc(1000000,1);
mlockall(0x6000); // this is MCL_CURRENT|MCL_FUTURE
return 0;
}

Alexander.

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