On Tue, 20 Mar 2007, Andi Kleen wrote: > > So what is your proposed alternative to handle long backtraces? > You didn't answer that question. Please do, I'm curious about your thoughts > in this area. the thing is, I'd rather see a long backtrace that is hard to decipher but that *never* *ever* causes any additional problems, over a pretty one. Because that's really the issue: do you want a "pretty" backtrace, or do you want one that is rock solid but has some crud in it. I'll take the rock solid one any day. Especially as even the pretty one won't fix the most common problem, which is "I don't see the caller" (due to inlining or tail-calls). In contrast, the ugly backtrace will have some "garbage entries" from previous frames that didn't get overwritten, but there have actually been (admittedly rare) cases where those garbage entries have given hints about what happened just before. Linus _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization