Hi!
I'm getting an exit code 134 when running a UML kernel I built from source... why is that?
Code:
$ ./linux
Locating the bottom of the address space ... 0x10000
Locating the top of the address space ... 0xc0000000
Core dump limits :
soft - 0
hard - NONE
Checking that ptrace can change system call numbers...OK
Checking syscall emulation patch for ptrace...OK
Checking advanced syscall emulation patch for ptrace...OK
Checking for tmpfs mount on /dev/shm...OK
Checking PROT_EXEC mmap in /dev/shm/...OK
Checking for the skas3 patch in the host:
- /proc/mm...not found: No such file or directory
- PTRACE_FAULTINFO...not found
- PTRACE_LDT...not found
UML running in SKAS0 mode
Adding 21839872 bytes to physical memory to account for exec-shield gap
Abortado
This is a freshly compiled 2.6.38.3 kernel with a default .config (from make defconfig ARCH=um) on kubuntu natty.
Thanks for any information you could provide.