在 2023/11/6 13:16, HAGIO KAZUHITO(萩尾 一仁) 写道:
On 2023/11/06 14:04, HAGIO KAZUHITO(萩尾 一仁) wrote:
> On 2023/11/03 18:45, Shijie Huang wrote:
>
>>> +summary_inode_page(ulong page)
>>> +{
>>> + int node;
>>> +
>>> + if (!is_page_ptr(page, NULL))
>>> + error(FATAL, "Invalid inode page(0x%lx)\n", page);
> I don't remember the detail of xarray, but my cacheutils extension
> module also checks this without any error, in its callback function [1].
> So how about implementing like this?
in the first place, dump_inode_page() for "files -p" also checks this
first without any error. I think we can follow this.
https://github.com/crash-utility/crash/blob/master/memory.c#L6891
okay. no problem.
BTW: If we have time, we may debug the xarray issue.
Thanks
Huang Shijie