I look at the kernel from a process running on Unix. Typically, I can work and have roots in backtrace to try and identify a memory problem. In this case, Iām not sure how to proceed.
Firstly, backtrace only gives 3 frames where I would expect more. For these frames, all the presented function parameters are completely invalid. I did not expect this.
Some pointer parameters are associated with them: it is impossible to access memory at
Will this offer some sort of complete stack damage. I started the process using libumem and all the buffers were declared clean.
umem_status has not reported anything.
so basically I'm at a standstill. What are the likely causes? What should I look for in the code since libumem did not seem to report errors.
Any suggestions on how I can debug work? are there any additional features in mdb that I should consider?
thanks.
bob
source
share