daily CVS update output

2016-07-21 Thread NetBSD source update
Updating src tree: P src/external/gpl3/binutils/lib/libbfd/Makefile P src/include/limits.h P src/libexec/mail.local/mail.local.c P src/share/misc/acronyms P src/sys/arch/evbarm/conf/VTC100 P src/sys/arch/mips/mips/locore_mips1.S P src/sys/arch/mips/mips/mipsX_subr.S P

Re: repeated failure to properly shutdown

2016-07-21 Thread Robert Swindells
bch wrote: >I have kernel cores, but I'm not as familiar w/ crash(8) as gdb. You can use gdb instead of crash if you want:

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
On 7/21/16, bch wrote: > Alright -- I'm in (recompiled kernel with proper options, induced > crash, loaded w/ gdb). What frame and data are we interested in ? OK -- I roughly reviewed the mail thread and it looks (to me) like frame 6: > #6 0x808ca91d in vclean

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
Alright -- I'm in (recompiled kernel with proper options, induced crash, loaded w/ gdb). What frame and data are we interested in ? -bch /usr/obj/sys/arch/amd64/compile/GENERIC kamloops# gdb ./netbsd.gdb GNU gdb (GDB) 7.10.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+:

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
On Jul 21, 2016 1:08 PM, "J. Hannken-Illjes" wrote: > > > > On 21 Jul 2016, at 19:26, co...@sdf.org wrote: > > > > On Thu, Jul 21, 2016 at 10:15:32AM -0700, bch wrote: > >> Jul 20 23:55:59 kamloops /netbsd: wapbl_discard() at > >> netbsd:wapbl_discard+0x20c > >> Jul 20

Re: repeated failure to properly shutdown

2016-07-21 Thread J. Hannken-Illjes
> On 21 Jul 2016, at 19:26, co...@sdf.org wrote: > > On Thu, Jul 21, 2016 at 10:15:32AM -0700, bch wrote: >> Jul 20 23:55:59 kamloops /netbsd: wapbl_discard() at >> netbsd:wapbl_discard+0x20c >> Jul 20 23:55:59 kamloops /netbsd: vclean() at netbsd:vclean+0x2ae > ... >> Jul 20 23:55:59 kamloops

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
Well -- that fixed the fault-on-exit (and therefore the dirty filesystems on reboot) -- now to figure out why the tmpfs is so problematic for me... Thanks! -bch On 7/21/16, Robert Swindells wrote: > > bch wrote: >>On 7/21/16, Robert Elz

Re: repeated failure to properly shutdown

2016-07-21 Thread Robert Swindells
bch wrote: >On 7/21/16, Robert Elz wrote: >> Do you perhaps have /tmp mounted as a tmpfs with -o log ? >> (Can you show us /etc/fstab in its entirety?) > >For your viewing pleasure... > >=== ># NetBSD /etc/fstab ># See /usr/share/examples/fstab/

Re: iconv: WCHAR_T codeset

2016-07-21 Thread Joerg Sonnenberger
On Thu, Jul 21, 2016 at 06:57:52PM +0200, Thomas Klausner wrote: > Hi! > > GNU libiconv supports a codeset called "WCHAR_T". > Some software seems to use it. > > https://forum.filezilla-project.org/viewtopic.php?f=2=41458=147840#p147840 > > NetBSD and Solaris do not support this. Is this

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
On 7/21/16, Robert Elz wrote: > Do you perhaps have /tmp mounted as a tmpfs with -o log ? > (Can you show us /etc/fstab in its entirety?) For your viewing pleasure... === # NetBSD /etc/fstab # See /usr/share/examples/fstab/ for more examples. /dev/wd0a /

Re: repeated failure to properly shutdown

2016-07-21 Thread coypu
On Thu, Jul 21, 2016 at 10:15:32AM -0700, bch wrote: > Jul 20 23:55:59 kamloops /netbsd: wapbl_discard() at > netbsd:wapbl_discard+0x20c > Jul 20 23:55:59 kamloops /netbsd: vclean() at netbsd:vclean+0x2ae ... > Jul 20 23:55:59 kamloops /netbsd: tmpfs_unmount() at netbsd:tmpfs_unmount+0x2f For

Re: repeated failure to properly shutdown

2016-07-21 Thread bch
More information... Jul 20 23:55:59 kamloops /netbsd: panic: kernel diagnostic assertion "bp->b_freelistindex == -1" failed: file "/usr/src/sys/kern/vfs_bio.c", line 334 double free of buffer? bp=0xfe811ca935a0, b_freelistindex=0 Jul 20 23:55:59 kamloops /netbsd: Jul 20 23:55:59 kamloops

iconv: WCHAR_T codeset

2016-07-21 Thread Thomas Klausner
Hi! GNU libiconv supports a codeset called "WCHAR_T". Some software seems to use it. https://forum.filezilla-project.org/viewtopic.php?f=2=41458=147840#p147840 NetBSD and Solaris do not support this. Is this something we should support? If not, is there a portable recommendation we can give

Re: repeated failure to properly shutdown

2016-07-21 Thread Robert Elz
Do you perhaps have /tmp mounted as a tmpfs with -o log ? (Can you show us /etc/fstab in its entirety?) kre