Open leveryd opened 2 years ago
crash> search -u AB
7f08dff58ca8: ab
...
crash> rd 0x7f08dff58ca8
7f08dff58ca8: 00000000000000ab ........
crash> x /10x 0x7f08dff58ca8
0x7f08dff58ca8: Cannot access memory at address 0x7f08dff58ca8
why x
command can not access memory?
i expect
search -u AAAAAAAA
can find out7ff532c02000
, but it does not.