Opened 4 years ago
Closed 5 weeks ago
#16811 closed bug (duplicate)
packagefs: KDL when scanning partition with DiskUsage
Reported by: | X512 | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/packagefs | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #19327 | Blocking: | |
Platform: | All |
Description (last modified by )
This is hrev54837 x86_gcc2.
KDL message: PANIC: vm_page_fault: unhandled page fault in kernel space at 0xdeadbef7, ip 0x81af8306
.
Attachments (1)
Change History (5)
by , 4 years ago
Attachment: | CIMG4679-2.JPG added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 4 years ago
comment:3 by , 4 years ago
Replying to X512:
DiskUsage probably should not scan packagefs directories at all because it will produce false disc usage numbers. Only package files takes disk space.
I already implemented the filtering in DiskUsage. It still browse the packaged directory because it needs to access non-packaged, settings, and other shine-through directories. But for each file it checks the device it is stored on (from the dev_t in entry_ref), and ignores the ones that are in another device than the one being scanned.
comment:4 by , 5 weeks ago
Blocked By: | 19327 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
DiskUsage probably should not scan packagefs directories at all because it will produce false disc usage numbers. Only package files takes disk space.