Port-hppa archive

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

re: DNS utilities core dump in -current ?




To: Brandon Applegate <vom513%gmail.com@localhost>

Subject: re: DNS utilities core dump in -current ?

From: matthew green <mrg%eterna23.net@localhost>

Date: Wed, 10 Sep 2025 15:10:16 +1000


> I still see it on an 11.0 BETA from Aug. 27 on hppa:
>
> [vom@c3700 ~]$ uname -a
> NetBSD c3700.retronet.burn.net 11.0_BETA NetBSD 11.0_BETA (GENERIC) #0: Wed
> Aug 27 12:56:40 UTC 2025
> mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/hppa/compile/GENERIC
> hppa
> [
> vom@c3700 ~]$ dig arin.net soa
> assertion "!(urcu_mb_reader).registered" failed: file
> "/usr/src/external/lgpl2/userspace-rcu/lib/liburcu-mb/../../dist/src/urcu.c",
> line 486, function "urcu_mb_register_thread"
> Abort trap (core dumped)

that's unfortunate.  it seems to be asserting in rcu_register_thread()
that this thread isn't already registered:

486         urcu_posix_assert(!URCU_TLS(rcu_reader).registered);
487         URCU_TLS(rcu_reader).registered = 1;

which seems to indicate there's a problem with URCU_TLS on hppa?  and
it is different to the arm64 problem with urcu-memb.


.mrg.


Follow-Ups:

Re: DNS utilities core dump in -current ?
From: Nick Hudson




Prev by Date: devel/cmake failing to build

Next by Date: Re: DNS utilities core dump in -current ?

Previous by Thread: devel/cmake failing to build

Next by Thread: Re: DNS utilities core dump in -current ?

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index