[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"make check" failure with sort-compress on OSF and Linux
From: |
Paul Eggert |
Subject: |
"make check" failure with sort-compress on OSF and Linux |
Date: |
Thu, 22 Feb 2007 12:51:12 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Matthew Woehlke <address@hidden> writes:
> It does actually fail. In fact, from the mountains of diff output it
> looks like 'sort' *may* be completely failing to output anything, or
> at least failing to output large chunks of what it is supposed to. I
> can re-run with VERBOSE, but it's going to be a *big* log, should I
> bz2 it and post that?
No thanks, please don't bother. I can reproduce the problem on my
Debian stable host as follows:
cd tests/misc
ulimit -u 64
make check-TESTS TESTS=sort-compress
The exact value "64" depends on how many other processes I have; if I
make it too small the test has unrelated problems, and if I make it
too large the test succeeds.
I'll try to take a look at it when I have more time.
- Re: one last snapshot before test release, (continued)
Re: one last snapshot before test release, Jim Meyering, 2007/02/21
- Re: one last snapshot before test release, Matthew Woehlke, 2007/02/21
- "make check" failure with sort-compress on OSF and Linux,
Paul Eggert <=
- Re: "make check" failure with sort-compress on OSF and Linux, Jim Meyering, 2007/02/22
- Re: "make check" failure with sort-compress on OSF and Linux, Dan Hipschman, 2007/02/22
- Re: "make check" failure with sort-compress on OSF and Linux, Jim Meyering, 2007/02/23
- Re: "make check" failure with sort-compress on OSF and Linux, Dan Hipschman, 2007/02/23
- Re: "make check" failure with sort-compress on OSF and Linux, Paul Eggert, 2007/02/24
- Re: "make check" failure with sort-compress on OSF and Linux, Jim Meyering, 2007/02/24
- Re: "make check" failure with sort-compress on OSF and Linux, Matthew Woehlke, 2007/02/26
Re: "make check" failure with sort-compress on OSF and Linux, Matthew Woehlke, 2007/02/23