commit | dabe98c972091818762e02841ab1f982e573e7d0 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:19:04 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:19:04 2010 -0400 |
tree | 3770c66ab60cc34225158e87a6532afa5704806c | |
parent | 45123f7e74e004848da765f3182cd401a38d354d [diff] |
arch/tile: prevent corrupt top frame from causing backtracer runaway The backtracer will normally cut itself off after 100 frames anyway, but it's messy. With this change we notice that the frame being reported is the same as the last one, and cut off the dump with a message similar to what gdb displays in the same circumstance. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>