1 May 2012 20:29
Fwd: s390x fixes
Dave Anderson <anderson <at> redhat.com>
2012-05-01 18:29:24 GMT
2012-05-01 18:29:24 GMT
Mistakenly cc'd to "crash-utility-owner <at> redhat.com" instead of this list... ----- Forwarded Message ----- From: "Dave Anderson" <anderson <at> redhat.com> To: "Michael Holzheu" <holzheu <at> linux.vnet.ibm.com> Cc: crash-utility-owner <at> redhat.com Sent: Monday, April 30, 2012 4:53:46 PM Subject: s390x fixes Hi Michael, I've got a couple simple bug fixes for s390x that I want to run by you, plus a third one that I don't have a fix for. First the easy ones: (1) "bt -t" and "bt -T" fail on the active task on a live system: crash> bt -t PID: 34875 TASK: 14342540 CPU: 1 COMMAND: "crash" bt: invalid/stale stack pointer for this task: 0 crash> bt -T PID: 34875 TASK: 14342540 CPU: 1 COMMAND: "crash" bt: invalid/stale stack pointer for this task: 0 crash> That can be fixed by adding a !LIVE() check to s390x_get_stack_frame() so that it will use (bt->task + OFFSET(task_struct_thread_ksp):(Continue reading)
RSS Feed