Date: Mon, 10 Feb 2025 16:58:08 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 284621] panic during pkg upgrade Message-ID: <bug-284621-227-HTZTuKgMH7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284621-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284621 --- Comment #4 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> --- (kgdb) f 23 #23 arc_reap_cb (arg=<optimized out>, zthr=<optimized out>) at /usr/src/sys/contrib/openzfs/module/zfs/arc.c:4790 4790 delay((hz * arc_kmem_cache_reap_retry_ms + 999) / 1000); (kgdb) p hz $19 = 1000 (kgdb) p arc_kmem_cache_reap_retry_ms $20 = 1000 (kgdb) f 24 #24 0xffffffff8276baed in zthr_create_timer (zthr_name=0xfffff800019f1960 "\213\334~\202\377\377\377\377", checkfunc=0xfffff800019f1900, func=<optimized out>, arg=0x197fd, max_sleep=6601913001192380413, pri=-2048) at /usr/src/sys/contrib/openzfs/module/zfs/zthr.c:305 305 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, (kgdb) p t->zthr_thread Cannot access memory at address 0x197feb10bee3e (kgdb) p zthr_name $21 = 0xfffff800019f1960 "\213\334~\202\377\377\377\377" -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284621-227-HTZTuKgMH7>
