From: Geoffrey B. <geo...@in...> - 2010-10-07 01:31:20
|
I rebuilt with a fresh checkout of basilisk and sheepshaver. Here's how I configured ./configure --without-gtk --with-sdl-video This is pretty tough to debug, but the crash occurs at vm_alloc.cpp line 294. if (mmap((caddr_t)addr, size, VM_PAGE_DEFAULT, the_map_flags, fd, 0) =\ = (void *)MAP_FAILED) causes a seg fault addr = 0 size = 0x4000000 the_map_flags = 0 Clearly the odd diff I had prevented this being executed. Geoffrey |