zzz-wakeup -> attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0

2022-02-17 Thread Greg Steuck
I applied the tpm and pms patches on top of Feb16-current. My machine previously hung on resume from zzz after restoring X (ZZZ works). Now I got a stack trace before getting to X: attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0 Stopped at 0 TID PID UID PRFL

bugs@openbsd.org

2022-02-17 Thread Klemens Nanni
On Wed, Feb 16, 2022 at 11:39:19PM +0100, Mark Kettenis wrote: > > Date: Wed, 16 Feb 2022 21:13:03 + > > From: Klemens Nanni > > > > Unmodified -current with WITNESS enabled booting into X on my X230: > > > > wsdisplay0: screen 1-5 added (std, vt100 emulation) > > witness: acquiring duplicat

vxlan broken

2022-02-17 Thread Alexander Bluhm
Hi, With this snapshot regress/sys/net/vxlan crashes the kernel OpenBSD 7.0-current (GENERIC.MP) #355: Wed Feb 16 13:44:38 MST 2022 START sys/net/vxlan 2022-02-17T08:07:25Z rm -f a.out [Ee]rrs mklog *.core y.tab.h vxlan_1 ksh /usr/src/regress/sys/net/vxlan/vxlan_1.sh -R "1

Re: vxlan broken

2022-02-17 Thread Anton Lindqvist
On Thu, Feb 17, 2022 at 09:50:20PM +0100, Alexander Bluhm wrote: > Hi, > > With this snapshot regress/sys/net/vxlan crashes the kernel > OpenBSD 7.0-current (GENERIC.MP) #355: Wed Feb 16 13:44:38 MST 2022 > > START sys/net/vxlan 2022-02-17T08:07:25Z > > rm -f a.out [Ee]rrs mklog *.core y.tab.h

Re: gedit:/usr/local/lib/gedit/libgedit-41.so: undefined symbol 'gedit_dirs_get_user_cache_dir'

2022-02-17 Thread Stuart Henderson
On 2022/02/17 20:00, Ricardo wrote: > Hey Antoine, > > I hope you having a good week. > Sorry to bother you, but I'm having issues trying to use gedit after > upgrading to the latest snapshot (amd64) and running pkg_add -u. > > GDB run output, trace and dmesg attached. > > Care to help me figur

Re: gedit:/usr/local/lib/gedit/libgedit-41.so: undefined symbol 'gedit_dirs_get_user_cache_dir'

2022-02-17 Thread Antoine Jacoutot
On Thu, Feb 17, 2022 at 10:20:11PM +, Stuart Henderson wrote: > On 2022/02/17 20:00, Ricardo wrote: > > Hey Antoine, > > > > I hope you having a good week. > > Sorry to bother you, but I'm having issues trying to use gedit after > > upgrading to the latest snapshot (amd64) and running pkg_add

Re: zzz-wakeup -> attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0

2022-02-17 Thread Greg Steuck
I started adding printfs and it appears the system wakes up pretty far along. On the text console I even managed to enter some characters (that echoed) before panic ensued. I stuck a bit of printfs just to learn how things go: modified sys/dev/ic/nvme.c @@ -528,10 +528,12 @@ nvme_activate(struct

Re: zzz-wakeup -> attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0

2022-02-17 Thread Greg Steuck
Greg Steuck writes: > I started adding printfs and it appears the system wakes up pretty far > along. On the text console I even managed to enter some characters (that > echoed) before panic ensued. I stuck a bit of printfs just to learn how > things go: > > modified sys/dev/ic/nvme.c > @@ -528

Re: zzz-wakeup -> attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0

2022-02-17 Thread Greg Steuck
I tried to unplug the USB hub before machine finished zzz'ing. Then I hit the power button to wake up and: > it was very strange. the system came up. I plugged in USB hub. Keyboard > became operational. > I hit enter, shell on the console responded with # > I switched to X, then the system hung. S

Re: zzz-wakeup -> attempt to execute user address 0x0 in supervisor mode kernel: page fault trap, code=0

2022-02-17 Thread Greg Steuck
Greg Steuck writes: > I tried to unplug the USB hub before machine finished zzz'ing. Then I > hit the power button to wake up and: >> it was very strange. the system came up. I plugged in USB hub. Keyboard >> became operational. >> I hit enter, shell on the console responded with # >> I switched