[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Probably bug in tsort
From: |
Jim Meyering |
Subject: |
Re: Probably bug in tsort |
Date: |
14 Apr 2001 08:46:02 +0200 |
User-agent: |
Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.103 |
"Konstantine 'KCC' Serebriany" <address@hidden> wrote:
| Hello. This seems to be a bug.
|
| ~/tmp > textutils-2.0/src/tsort --version
...
| ~/tmp > textutils-2.0/src/tsort < bug_tsort > /dev/null
| textutils-2.0/src/tsort: -: input contains a loop:
|
| textutils-2.0/src/tsort: __jtab.o
| textutils-2.0/src/tsort: muldivrem.o
| textutils-2.0/src/tsort: __v8_muldivrem.o
| Segmentation Fault (core dumped)
|
|
| --
| Best regards,
| Konstantine 'KCC' Serebriany address@hidden, address@hidden
Thanks for the report.
That's fixed in the latest test release.
ftp://alpha.gnu.org/gnu/fetish/
Now it does this:
$ tsort < bug_tsort > /dev/null
tsort: -: input contains a loop:
tsort: __jtab.o
tsort: muldivrem.o
tsort: is_v8.o
tsort: -: input contains a loop:
tsort: __jtab.o
tsort: muldivrem.o
tsort: is_v8.o
tsort: -: input contains a loop:
tsort: __jtab.o
tsort: muldivrem.o
tsort: -: input contains a loop:
tsort: __jtab.o
tsort: muldivrem.o
[Exit 1]
- Probably bug in tsort, Konstantine 'KCC' Serebriany, 2001/04/11
- Re: Probably bug in tsort,
Jim Meyering <=