Re: panic when removing a file in current

2018-07-18 Thread maya
On Thu, Jul 19, 2018 at 03:54:17AM +0200, Johnny Billquist wrote: > Anyone seen this, or know what it's about? > > On NetBSD/vax, with 8.99.22 from today. > > Removing any file that has disk blocks allocated to it: > > [ 653.3285523] ufs_inactive: unlinked ino 50313 on "/home" has non zero size

Re: panic when removing a file in current

2018-07-18 Thread Paul Goyette
On Thu, 19 Jul 2018, Paul Goyette wrote: Let me update my source tree, re-build, and check. What port are you using? i386? amd64? other? Hmmm. A -currrent from just a few minutes ago builds and runs correctly on amd64 (using QEMU). # dd if=/dev/zero of=test.test bs=8192 count=1k 1024+0

Re: panic when removing a file in current

2018-07-18 Thread Paul Goyette
Let me update my source tree, re-build, and check. What port are you using? i386? amd64? other? On Thu, 19 Jul 2018, Johnny Billquist wrote: Anyone seen this, or know what it's about? On NetBSD/vax, with 8.99.22 from today. Removing any file that has disk blocks allocated to it: [

panic when removing a file in current

2018-07-18 Thread Johnny Billquist
Anyone seen this, or know what it's about? On NetBSD/vax, with 8.99.22 from today. Removing any file that has disk blocks allocated to it: [ 653.3285523] ufs_inactive: unlinked ino 50313 on "/home" has non zero size 0 or blocks 1ac0 with allerror 0 [ 653.3484633] panic: ufs_inactive: dirty

daily CVS update output

2018-07-18 Thread NetBSD source update
Updating src tree: P src/common/lib/libc/arch/i386/atomic/atomic.S P src/crypto/external/bsd/openssh/dist/ssh-agent.1 P src/sbin/restore/restore.8 P src/share/man/man4/drm.4 P src/share/man/man9/radio.9 P src/sys/arch/arm/sunxi/sun4i_emac.c P src/sys/arch/dreamcast/dev/g2/if_mbe_g2.c P

gcc build failure

2018-07-18 Thread Patrick Welche
/usr/src/external/gpl3/gcc/dist/gcc/combine.c: In function 'int combine_instruct ions(rtx_insn*, unsigned int)': /usr/src/external/gpl3/gcc/dist/gcc/combine.c:1310:8: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] if ((next = try_combine (insn, prev,