[minicoredumper] [PATCH] Read the stack pointer from the 28th field of /proc/PID/stat

John Ogness john.ogness at linutronix.de
Sat Jan 6 11:14:51 CET 2018


Hello,

On 2018-01-05, Łukasz Stelmach <l.stelmach at samsung.com> wrote:
> since Linix v4.9 (commit 0a1eb2d4 precisely) esp and eip values has
> been set to 0 in the stat file. I am working around this problem.

This problem has already been identified and fixed. The original
proposal (by Marco Felsch) was to manually retrieve this information
[0]. However, this required manually implementing all platforms Linux
supported. The final solution was to add the funcationality back to
Linux [1]. The patch was accepted to stable so if you are experiencing
the issue, you are using an EOL kernel or a kernel without the latest
stable patches.

John Ogness

[0] http://lists.linutronix.de/pipermail/minicoredumper/2017-August/000052.html
[1] http://lists.linutronix.de/pipermail/minicoredumper/2017-November/000058.html



More information about the minicoredumper mailing list