NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/59339: heartbeat watchdog fires since 10.99.14
The following reply was made to PR kern/59339; it has been noted by GNATS.
From: Patrick Welche <prlw1%welche.eu@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/59339: heartbeat watchdog fires since 10.99.14
Date: Sat, 10 May 2025 10:27:44 +0100
Just catching up with wiz. For me:
(gdb) print *now
$1 = {tv_sec = 1746868783, tv_nsec = 165198707}
(gdb) print *it
$2 = {{it_real = {it_ch = {_c_store = {0xffffa3002131c098, 0xffffa3002131c098,
0xffffffff808bcb46 <itimer_callout>, 0xffffa2a587774b00,
0xffffa3002131c000, 0x10c0004239c, 0x11deeba1, 0x0, 0x0, 0x0}},
it_rtchgq = {le_next = 0x0, le_prev = 0x0}}, it_virtual = {
it_vlist = 0xffffa3002131c098, it_list = {le_next = 0xffffa3002131c098,
le_prev = 0xffffffff808bcb46 <itimer_callout>}, it_active = false}},
it_ops = 0xffffffff80d7d950 <ptimer_itimer_ops>, it_time = {it_interval = {
tv_sec = 0, tv_nsec = 10000000}, it_value = {tv_sec = 1746868783,
tv_nsec = 165199491}}, it_clockid = 0, it_overruns = 0, it_dying = false}
and already a new patch to try!
Home |
Main Index |
Thread Index |
Old Index