Chris <[EMAIL PROTECTED]> writes: > conftest[6684]: segfault at 0000000000603000 rip 00002b5fdba0c02b rsp > 00007fffcf52b3e8 error 6 > It is often followed by this error: > init: Trying to re-exec init
Cool! One of the autoconf-generated runtime tests is crashing your operating system. Your first step ought to be to figure out which one. Perhaps you can use a binary search on 'configure', removing half the runtime tests at each step. Once you've figured it, you can then figure out how to fix your kernel. Good luck.
