daily CVS update output

2019-04-18 Thread NetBSD source update
Updating src tree: P src/compat/riscv64/rv32/bsd.rv32.mk P src/distrib/sets/lists/base/mi P src/distrib/sets/lists/comp/ad.riscv P src/etc/mtree/NetBSD.dist.base P src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h P src/external/gpl3/binutils/dist/ld/configure.tgt P

kernel panic in genfs_deadunlock

2019-04-18 Thread coypu
hi folks, while testing a very recent kernel, and waiting for it to reboot, I got this: Crash version 8.99.37, image version 8.99.37. System panicked: lock error: Reader / writer lock: rw_vector_exit,454: assertion failed: RW_COUNT(rw) != 0: lock 0xed5bd50116b0 cpu 3 lwp 0xed5f70a20ae0

Re: Mesa update

2019-04-18 Thread Patrick Welche
On Thu, Apr 18, 2019 at 11:45:28AM +, co...@sdf.org wrote: > LD_PRELOAD=/usr/lib/libpthread.so fixes it. > It's the libc stubs. I don't know what to link against libpthread but > pkgsrc is cheating by having glmark2 linked with libpthread. Fixes the abort at the end too, and ties in with the

Re: Mesa update

2019-04-18 Thread coypu
I checked with pkgsrc xorg, and it aborts with it too. so it's not my fault here, probably.

Re: Mesa update

2019-04-18 Thread coypu
LD_PRELOAD=/usr/lib/libpthread.so fixes it. It's the libc stubs. I don't know what to link against libpthread but pkgsrc is cheating by having glmark2 linked with libpthread.

Re: Mesa update

2019-04-18 Thread coypu
On Thu, Apr 18, 2019 at 11:33:09AM +0100, Patrick Welche wrote: > Add gl, egl and glx loader using GLAD. > > Instead of hard linking against libGL, libEGL and libGLESv2 we can > load the entry points at runtime. Loading dynamically is more > flexible across different

Re: Mesa update

2019-04-18 Thread Patrick Welche
On Wed, Apr 17, 2019 at 05:43:24PM +0100, Patrick Welche wrote: > On Tue, Apr 16, 2019 at 09:48:26PM +, co...@sdf.org wrote: > > > I wonder why you don't see this too... > > > > fwiw, I am using pkgsrc glmark2. > > Thanks for the hint - I couldn't compile pkgsrc glmark2, which encouraged >