Re: silly [< >] and other excess

From: Keith Owens (kaos@ocs.com.au)
Date: Mon Nov 27 2000 - 17:35:37 EST


On Mon, 27 Nov 2000 16:02:13 -0600,
Peter Samuelson <peter@cadcamlab.org> wrote:
>
> [Albert D. Cahalan]
>> > Somebody else posted a reasonable hack for the [<>] problem. His
>> > proposal involved letting multiple values share the same markers,
>> > something like this:
>Me too. (: Keith posed two objections:
>
>1. The >] could get word-wrapped so that it doesn't appear on the same
> line as the [<. I *do not* see what makes this hard to parse
> reliably.

People seem to have forgotten that reading an oops from the screen is
not the only source of data. Many oops are read from syslog which
contains lots of different lines, most of which have no identification.
ksymoops has to pick out oops text from a syslog and ignore all the
non-oops lines.

If the oops text is just a hex number with no identifying characters
then it is very difficult to pick out oops text from all the other
noise in syslog. ksymoops already gets false positives and prints some
non-oops text, this confuses users who think that these lines are
related to the oops.

Removing [< >] increases the already high level of ambiguity and false
positives in oops reporting from syslog. The presence of the marker
characters makes the output more robust when line wrapped, without the
markers a line wrapped trace is just a hex number.

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



This archive was generated by hypermail 2b29 : Thu Nov 30 2000 - 21:00:18 EST