xuchunmei000

Results 4 comments of xuchunmei000

> I have not found any good workaround or fix for this issue so far. Please use `rd` and `struct` commands instead of `p` for now. hi,I am using crash-8.0.2...

crash does not use /proc/kcore default when CONFIG_STRICT_DEVMEM is set, just when read /dev/mem failed, then switch to use /proc/kcore, is it by design?

> > crash does not use /proc/kcore default when CONFIG_STRICT_DEVMEM is set, just when read /dev/mem failed, then switch to use /proc/kcore, is it by design? > > Yes, it...

> FTR, the `mv(1)` command works around this by simply recursively copying the directory and removing the old one. Therefore, the workaround is as simple as doing: > > ```...