Re: 10.0_RC3 GENERIC locks up during pkgsrc/devel/cmake C++ build
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
I wrote: > > If so, then I wonder what's different about your simh setup. Do you use > > (open)simh's idling, for instance? > > > --- > set cpu 512m > set cpu idle=netbsd > set cpu conhalt > set nothrottle > set rq0 ra92 > att rq0 vax.img > #set rq1 cdrom > #att rq1 NetBSD-10.0_RC3-vax.iso > set xq type=delqa-t > att xq nat: > boot cpu > --- 'set cpu 256m' also causes kernel stall, but with 'set cpu 128m' cmake-3.28.1 builds without lock up. Maybe there is something wrong to handle too large physical memory? --- Izumi Tsutsui