Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Vitaliy Makkoveev
Sorry, drop this. > On 8 Jul 2023, at 01:09, Vitaliy Makkoveev wrote: > > On Fri, Jul 07, 2023 at 07:22:36AM +, Valdrin MUJA wrote: >> Hello, >> >> It crashed again. >> I've never used 7.2 with this configuration and environment. >> What i simply do is feeding kernel routing table via bgp r

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Vitaliy Makkoveev
On Fri, Jul 07, 2023 at 07:22:36AM +, Valdrin MUJA wrote: > Hello, > > It crashed again. > I've never used 7.2 with this configuration and environment. > What i simply do is feeding kernel routing table via bgp rib table. (Learn > from rib table add it as mpath routing...) > While openbgpd do

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Valdrin MUJA
m ddb. From: Alexander Bluhm Sent: Thursday, July 6, 2023 19:17 To: Valdrin MUJA Cc: bugs@openbsd.org Subject: Re: kernel diagnostic assertion "!_kernel_lock_held()" failed On Thu, Jul 06, 2023 at 02:14:09PM +, Valdrin MUJA wrote: > I've ap

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-06 Thread Alexander Bluhm
On Thu, Jul 06, 2023 at 02:14:09PM +, Valdrin MUJA wrote: > I've applied your patch but crashed again. Here it is: > ddb{1}> show panic > *cpu1: kernel diagnostic assertion "refcnt_read(&rt->rt_refcnt) >= 2" failed: > f > ile "/usr/src/sys/net/rtable.c", line 828 This kassert I added seems to

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-06 Thread Valdrin MUJA
834 error = EAGAIN; 835 } From: Alexander Bluhm Sent: Thursday, July 6, 2023 13:54 To: Valdrin MUJA Cc: bugs@openbsd.org Subject: Re: kernel diagnostic assertion "!_kernel_lock_held()" failed On Wed, Jul 05, 2023 at 12:17:15PM +

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-06 Thread Valdrin MUJA
From: Alexander Bluhm Sent: Thursday, July 6, 2023 13:54 To: Valdrin MUJA Cc: bugs@openbsd.org Subject: Re: kernel diagnostic assertion "!_kernel_lock_held()" failed On Wed, Jul 05, 2023 at 12:17:15PM +, Valdrin MUJA wrote: > ddb{3}> sh

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-06 Thread Alexander Bluhm
On Wed, Jul 05, 2023 at 12:17:15PM +, Valdrin MUJA wrote: > ddb{3}> show panic > *cpu3: kernel diagnostic assertion "!ISSET(rt->rt_flags, RTF_UP)" failed: > file " > /usr/src/sys/net/route.c", line 496 > > ddb{3}> trace > db_enter() at db_enter+0x10 > panic(82067518) at panic+0xbf > _

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-05 Thread Valdrin MUJA
3 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # syspatch -l 001_bgpd 002_bgpd 003_rpki 004_ssl 005_libx11 ddb{3}> show panic *cpu0: uvm_fault(0xfd82067b5440, 0x8, 0, 1) -> e cpu3: kernel diagnostic assertion "!_kernel_lock_held()" failed

kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-05 Thread Valdrin MUJA
:/usr/src/sys/arch/amd64/compile/GENERIC.MP # syspatch -l 001_bgpd 002_bgpd 003_rpki 004_ssl 005_libx11 ddb{3}> show panic *cpu0: uvm_fault(0xfd82067b5440, 0x8, 0, 1) -> e cpu3: kernel diagnostic assertion "!_kernel_lock_held()" failed: file "/usr/sr c/sys/kern/kern_fo

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-05 Thread Valdrin MUJA
From: Valdrin MUJA Sent: Wednesday, July 5, 2023 10:56 To: bugs@openbsd.org Subject: kernel diagnostic assertion "!_kernel_lock_held()" failed Hello, My system hanged with these error messages and gone to ddb. Here you can find the details. Also

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Hrvoje Popovski
On 4.7.2017. 13:25, Martin Pieuchot wrote: > On 04/07/17(Tue) 13:12, Hrvoje Popovski wrote: >> [...] >> and i'm to quick .. >> >> here's panic when killing isakmpd on other box > My bad, 'locked' should be initialized for every iteration of the > loop... with this patch i can't trigger panic wit

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Martin Pieuchot
On 04/07/17(Tue) 13:12, Hrvoje Popovski wrote: > [...] > and i'm to quick .. > > here's panic when killing isakmpd on other box My bad, 'locked' should be initialized for every iteration of the loop... Index: net/pf.c === RCS file:

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Hrvoje Popovski
uhm@ uipc_syscalls patch) fetched few >>>> minutes ago i'm getting panic below. would show witness be of any good? >>>> >>>> >>>> Setup is quite standard, carp, pf, pfsync, isakmpd >>> >>> Thanks for the report. IPsec is here

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Hrvoje Popovski
getting panic below. would show witness be of any good? >>> >>> >>> Setup is quite standard, carp, pf, pfsync, isakmpd >> >> Thanks for the report. IPsec is here again, this time with pfsync. >> >>> # panic: kernel diagnostic assertion &qu

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Hrvoje Popovski
gt;> >> Setup is quite standard, carp, pf, pfsync, isakmpd > > Thanks for the report. IPsec is here again, this time with pfsync. > >> # panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file >> "/usr/src/sys/netinet/ip_output.c&qu

Re: panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-04 Thread Martin Pieuchot
... Thanks for the report. IPsec is here again, this time with pfsync. > # panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file > "/usr/src/sys/netinet/ip_output.c", line 234 Diff below shoul

panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/netinet/ip_output.c", line 234

2017-07-03 Thread Hrvoje Popovski
Hi all, with cvs tree (with or without bluhm@ uipc_syscalls patch) fetched few minutes ago i'm getting panic below. would show witness be of any good? Setup is quite standard, carp, pf, pfsync, isakmpd # panic: kernel diagnostic assertion "_kernel_lock_held()" failed: fil

Re: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/net/radix.c",

2017-06-20 Thread Martin Pieuchot
On 19/06/17(Mon) 22:08, Jasper Lievisse Adriaanse wrote: > Hi, > > The most recent snapshot crashes on my apu2: > > reordering libraries:panic: kernel diagnostic assertion "_kernel_lock_held()" > failed: file "/usr/src/sys/net/radix.c", line 1065 > Stoppe

kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/net/radix.c",

2017-06-19 Thread Jasper Lievisse Adriaanse
Hi, The most recent snapshot crashes on my apu2: reordering libraries:panic: kernel diagnostic assertion "_kernel_lock_held()" failed: file "/usr/src/sys/net/radix.c", line 1065 Stopped at db_enter+0x9: leave TIDPIDUID PRFLAGS PFLAGS CPU COMMAND *