https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284621
--- Comment #4 from Marek Zarychta <zarych...@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.