Proper ticket details to this KERN: PANIC: get_cached_block message

I got a KDL with KERNEL PANIC, meanwhile I clicked on a tab of Webpositive that cjust launched and pages still loading …
fortunately a continue command in the prompt let me continue …
However I started to check syslog, and found the following lines →

2026-08-05 12:09:56 KERN: PANIC: get_cached_block: invalid block number -858993457 (max 123125247)
2026-08-05 12:09:56 KERN: Welcome to Kernel Debugging Land...
2026-08-05 12:09:56 KERN: revision: hrev59933
2026-08-05 12:09:56 KERN: Thread 2828 "checkfs" running on CPU 1
2026-08-05 12:09:56 KERN: stack trace for thread 2828 "checkfs"
2026-08-05 12:09:56 KERN:     kernel stack: 0xffffffffff963000 to 0xffffffffff968000
2026-08-05 12:09:56 KERN:       user stack: 0x00007f67bb9c3000 to 0x00007f67bf9c3000
2026-08-05 12:09:56 KERN: frame                       caller             <image>:function + offset
2026-08-05 12:09:56 KERN:  0 ffffffffff967860 (+  32) ffffffff80162cfb   <kernel_x86_64> arch_debug_call_with_fault_handler + 0x1d
2026-08-05 12:09:56 KERN:  1 ffffffffff9678b0 (+  80) ffffffff800bb030   <kernel_x86_64> debug_call_with_fault_handler + 0x80
2026-08-05 12:09:56 KERN:  2 ffffffffff967910 (+  96) ffffffff800bc747   <kernel_x86_64> kernel_debugger_loop(char const*, char co
nst*, __va_list_tag*, int) + 0x117
2026-08-05 12:09:56 KERN:  3 ffffffffff967970 (+  96) ffffffff800bcb2e   <kernel_x86_64> kernel_debugger_internal(char const*, cha
r const*, __va_list_tag*, int) + 0x6e
2026-08-05 12:09:56 KERN:  4 ffffffffff967a60 (+ 240) ffffffff800bcf27   <kernel_x86_64> panic + 0xb7
2026-08-05 12:09:56 KERN:  5 ffffffffff967af0 (+ 144) ffffffff80053ed8   <kernel_x86_64> get_cached_block(_GLOBAL__N_1::block_cach
e*, long, bool*, bool, _GLOBAL__N_1::cached_block**) + 0x538
2026-08-05 12:09:56 KERN:  6 ffffffffff967b50 (+  96) ffffffff80058b42   <kernel_x86_64> block_cache_get_etc + 0xc2
2026-08-05 12:09:56 KERN:  7 ffffffffff967bd0 (+ 128) ffffffff82179758   <bfs> BlockAllocator::CheckBlocks[clone .localalias] (lon
g, long, bool, long*) + 0xc8
2026-08-05 12:09:56 KERN:  8 ffffffffff967c40 (+ 112) ffffffff821821b6   <bfs> CheckVisitor::_CheckAllocated[clone .localalias] (block_run, char const*) + 0xa6
2026-08-05 12:09:56 KERN:  9 ffffffffff967c90 (+  80) ffffffff821830a4   <bfs> CheckVisitor::VisitInode[clone .localalias] (Inode*, char const*) + 0x94
2026-08-05 12:09:56 KERN: 10 ffffffffff967e00 (+ 368) ffffffff82184eff   <bfs> FileSystemVisitor::Next() + 0x5af
2026-08-05 12:09:56 KERN: 11 ffffffffff967ea0 (+ 160) ffffffff82195fbb   <bfs> bfs_ioctl(fs_volume*, fs_vnode*, void*, unsigned int, void*, unsigned long) + 0x8b
2026-08-05 12:09:56 KERN: 12 ffffffffff967f00 (+  96) ffffffff800fdc0b   <kernel_x86_64> fd_ioctl(bool, int, unsigned int, void*, unsigned long) + 0x7b
2026-08-05 12:09:56 KERN: 13 ffffffffff967f20 (+  32) ffffffff800fec1a   <kernel_x86_64> _user_ioctl + 0x3a
2026-08-05 12:09:56 KERN: 14 ffffffffff967f30 (+  16) ffffffff80164901   <kernel_x86_64> x86_64_syscall_entry + 0xfb
2026-08-05 12:09:56 KERN: user iframe at 0xffffffffff967f30 (end = 0xffffffffff967ff8)
2026-08-05 12:09:56 KERN:  rax 0x99                  rbx 0x22                  rcx 0x1f53da18d2c
2026-08-05 12:09:56 KERN:  rdx 0x7f67bf9c2c00        rsi 0x377b                rdi 0x5
2026-08-05 12:09:56 KERN:  rbp 0x7f67bf9c2ae0         r8 0xff                   r9 0x0
2026-08-05 12:09:56 KERN:  r10 0x190                 r11 0x202                 r12 0x5
2026-08-05 12:09:56 KERN:  r13 0x7f67bf9c2c00        r14 0x7f67bf9c2b40        r15 0x8f5c28f5c28f5c29
2026-08-05 12:09:56 KERN:  rip 0x1f53da18d2c         rsp 0x7f67bf9c2ac8     rflags 0x202
2026-08-05 12:09:56 KERN:  vector: 0x63, error code: 0x0
2026-08-05 12:09:56 KERN: 15 00007f67bf9c2ae0 (+   0) 000001f53da18d2c   </boot/system/lib/libroot.so> _kern_ioctl + 0x0c
2026-08-05 12:09:56 KERN: 16 00007f67bf9c2dc0 (+ 736) 00000017491eb115   </boot/system/add-ons/disk_syste> BFSPartitionHandle::Repair(bool) + 0x145
2026-08-05 12:09:56 KERN: 17 00007f67bf9c2f10 (+ 336) 0000002335f9d2b6   </boot/system/bin/checkfs> main + 0x266
2026-08-05 12:09:56 KERN: 18 00007f67bf9c2f40 (+  48) 0000002335f9d52e   </boot/system/bin/checkfs> _start + 0x3e
2026-08-05 12:09:56 KERN: 19 00007f67bf9c2f70 (+  48) 0000005cf45794c5   </boot/system/runtime_loader> runtime_loader + 0x115
2026-08-05 12:09:56 KERN: 20 0000000000000000 (+   0) 00007fffcbe9f258   <commpage> commpage_thread_exit + 0x00
2026-08-05 12:09:56 KERN: kdebug> continue
2026-08-05 12:09:56 KERN: bfs: CheckVisitor didn't run through
2026-08-05 12:09:56 KERN: check_sense: encountered DEFERRED ERROR - bye, bye
2026-08-05 12:10:01 KERN: Last message repeated 4 times.


Floorp and Streamradio was running and a checkfs for a partition on the boot USB disk, but it was noot the boot partition - that was completed then. And was anotherBFS thumbdrive also only data.
I would like to know the Category and else to open it in a proper way.

Thank you in advance -

If you don’t know the category then just don’t set any, a Haiku developer will then set one as apropriate :slight_smile:

Well, I did so, the ticket #20230 opened about it.