On Fri, May 01, 2015 at 09:26:54AM +0200, [email protected] wrote: > >Synopsis: kernel page fault trap building userland > >Category: kernel trap > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7-current (GENERIC.MP) #24: Fri May 1 09:09:34 > CEST 2015 > > sizeofvoid@thinkbsd:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > Building current userland (I think after GCC build): > > " > checking for working vfork... uvm_fault(0xfffff023881aa60, 0x10, > kernel: page fault trap, code=0 > Stopped at fd_getfile_mode+0x14: movswl 0x10(%rax), %edx > " > Kernel stops at "checking for working vfork..." always. > > >How-To-Repeat: > Build userland (I think, next part after GCC build)
Seems you hit the window where this was broken. It should have been fixed about 13 hours ago with sys/kern/kern_descrip.c rev 1.119
