Opened 4 years ago
Last modified 4 years ago
#16811 new bug
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: | 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 (4)
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.
DiskUsage probably should not scan packagefs directories at all because it will produce false disc usage numbers. Only package files takes disk space.