tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ne(4) mismatched psref target class



> Date: Thu, 31 Aug 2017 12:40:53 +0200
> From: Frank Wille <frank%phoenix.owl.de@localhost>
> 
> panic: kernel diagnostic assertion "(target->prt_class == class)" failed:
> file /home/frank/netbsd/8/src/sys/kern/subr_psref.c", line 239 mismatched
> psref target class: 0x0 (ref) != 0x6d502b0 (expected)
> 
> [...]
> 
> Any hints?

This looks like something tried to use a psref target -- i.e., an
object that you can acquire psref to, in this case a struct ifaddr
object -- after it was destroyed with psref_target_destroy, or
possibly before it was initialized with psref_target_init.

I don't know what to make of the peculiar circumstances in which it is
triggered, though.  I have no idea how ne(4) or anything else on the
network stack's ifaddr maintenance on amiga might be different from
ne(4) at pcmcia on another architecture.


Home | Main Index | Thread Index | Old Index