On Sat, Sep 21, 2013 at 04:36:38AM +0100, Ken Moffat wrote:
>  Killed it after more than 200 minutes CPU - memory use hadn't
> changed, it was still using as much CPU as it could get, nothing
> more in the output.
> 
 Unfortunately, the new build didn't boot - looks as if ext4 isn't
supported for '/' by the yaboot bootloader - so I started to back it
up.  Discovered that testsuite.dir/at-groups/24-stderr had grown to
2.4G.  The first 19 lines are text, the twentieth line is "extremely
long" (perhaps the rest of the file) and (eventually) renders as
inverse question-marks (i.e. invalid UTF-8) when I try to browse
it in vim.  I've copied the first 1K with 'dd', I'll attach that.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
++ VALGRIND_OPTS=' --leak-check=summary --show-reachable=no'
++ export VALGRIND_OPTS
++ bison -fno-caret -fcaret -o input.c input.y
input.y:1.10-2.0: error: missing '"' at end of line
 %token A "a
          ^^
input.y:4.10-5.0: error: missing "'" at end of line
 %token C '1
          ^^
input.y:14.11-15.0: error: missing "'" at end of line
 %type <f> 'a
           ^^
input.y:16.11-17.0: error: missing '"' at end of line
 %type <f> "a
           ^^
input.y:19.13-20.0: error: missing '}' at end of file
 %destructor { free ($$)
             ^^^^^^^^^^^
input.y:20.1: error: syntax error, unexpected end of file
 
�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

Reply via email to