Re: [patch 2.6.15-current] i386: multi-column stack backtraces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Andrew Morton (on Mon, 16 Jan 2006 22:42:34 -0800) wrote:
>Chuck Ebbert <[email protected]> wrote:
>>
>> Print stack backtraces in multiple columns, saving screen space.
>> Number of columns is configurable and defaults to one so 
>> behavior is backwards-compatible.
>> 
>> Also removes the brackets around addresses when printing more
>> that one entry per line so they print as:
>>     <address>
>> instead of:
>>     [<address>]
>> This helps multiple entries fit better on one line.
>> 
>> Original idea by Dave Jones, taken from x86_64.
>> 
>
>Presumably this is going to bust ksymoops.  Also the various other custom
>oops-parsers which people have written themselves.

Should not be a problem for ksymoops.  Most entries use this regex,
where [ ] is optional.

#define BRACKETED_ADDRESS       "\\[*<([0-9a-fA-F]{4,})>\\]* *"

Printing multiple addresses (with our without [ ]) plus their symbols
on the same line will stop ksymoops processing at the first symbol
name, but who cares?  If you can print a symbol then you already have
kallsyms and you do not need ksymoops.  If you do not have kallsyms
then the output is just multiple addresses on one line, which ksymoops
already handles.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux