bug-coreutils
[Top][All Lists]
Advanced

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

'csplit' core dumps in 'make check'


From: Mark_Conty
Subject: 'csplit' core dumps in 'make check'
Date: Sat, 15 Nov 2003 15:55:37 -0600

Hi --

I consistently see an error in the 'make check' step of coreutils-5.0.  
I reran it with VERBOSE=yes, and I've attached the resulting output 
(csplit.txt).  I also attached the "config.log" file.  Is there anything 
else you might need to recreate the problem?

See ya...
-- 
Mark Conty
Cargill, Inc.
Corporate I/T Services

Attachment: config.log
Description: Binary data

+ csplit --version
csplit (coreutils) 5.0
Written by Stuart Kemp and David MacKenzie.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ . ./../lang-default
+ eval LANG=; export LANG
+ LANG=
+ export LANG
+ eval LANGUAGE=; export LANGUAGE
+ LANGUAGE=
+ export LANGUAGE
+ eval LC_ALL=; export LC_ALL
+ LC_ALL=
+ export LC_ALL
+ eval LC_COLLATE=; export LC_COLLATE
+ LC_COLLATE=
+ export LC_COLLATE
+ eval LC_CTYPE=; export LC_CTYPE
+ LC_CTYPE=
+ export LC_CTYPE
+ eval LC_MESSAGES=; export LC_MESSAGES
+ LC_MESSAGES=
+ export LC_MESSAGES
+ eval LC_NUMERIC=; export LC_NUMERIC
+ LC_NUMERIC=
+ export LC_NUMERIC
+ eval LC_TIME=; export LC_TIME
+ LC_TIME=
+ export LC_TIME
+ + pwd
pwd=/src/gnu/coreutils-5.0/tests/misc
+ tmp=csplit.18048
+ trap status=$?; cd $pwd; rm -rf $tmp && exit $status 0
+ trap (exit $?); exit 1 2 13 15
+ framework_failure=0
+ mkdir csplit.18048
+ cd csplit.18048
/src/gnu/coreutils-5.0/tests/misc/csplit.18048
+ test 0 = 1
+ fail=0
+ 1> in
+ echo a
+ echo
+ echo
+ csplit in /^$/ 2
+ 1> out
./csplit[29]: 18052 Memory fault(coredump)
+ fail=1
+ cat
+ 0< /tmp/sh18048.2 1> exp
+ cmp out exp
cmp: EOF on out
+ fail=1
+ test 1 = 1
+ diff out exp
+ 2> /dev/null
0a1,3
> 2
> 0
> 2
+ rm -f in out exp
+ 1> in
+ echo
+ echo a
+ csplit in /a/-1 {*}
+ 1> out
./csplit[41]: 18058 Memory fault(coredump)
+ fail=1
+ cat
+ 0< /tmp/sh18048.3 1> exp
+ cmp out exp
cmp: EOF on out
+ fail=1
+ test 1 = 1
+ diff out exp
+ 2> /dev/null
0a1,2
> 0
> 3
+ rm -f in out exp
+ echo
+ 1> in
+ csplit in 1 1
+ 1> out 2> err
+ cat
+ 0< /tmp/sh18048.4 1> exp
+ cmp out exp
+ test 1 = 1
+ diff out exp
+ 2> /dev/null
+ cat
+ 0< /tmp/sh18048.5 1> experr
+ cmp err experr
+ test 1 = 1
+ diff err experr
+ 2> /dev/null
+ rm -f in out exp err experr
+ echo
+ 1> in
+ csplit in 0
+ 1> out 2> err
+ csplit in 2 1
+ 1> out 2>> err
+ csplit in 3 3
+ 1> out 2>> err
+ cat
+ 0< /tmp/sh18048.6 1> experr
+ cmp err experr
+ test 1 = 1
+ diff err experr
+ 2> /dev/null
+ exit 1
+ exit
+ status=1
+ cd /src/gnu/coreutils-5.0/tests/misc
+ rm -rf csplit.18048
+ exit 1
FAIL: csplit

reply via email to

[Prev in Thread] Current Thread [Next in Thread]