Re: bug in tr: assertion failed

2007-05-04 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: Blohm, Guntram (I/FP-831, extern) [EMAIL PROTECTED] wrote: gandalf$ tr -c '\012[a-z][A-Z][0-9].' '[_*256]' tr: tr.c:1819: main: Assertion `get_next (s2, ((void *)0)) == -1 || truncate_set1' failed. Aborted Thank you for reporting that! The fix

Re: bug in tr: assertion failed

2007-05-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Blohm, Guntram (I/FP-831, extern) on 5/3/2007 1:56 AM: gandalf$ tr -c '\012[a-z][A-Z][0-9].' '[_*256]' tr: tr.c:1819: main: Assertion `get_next (s2, ((void *)0)) == -1 || truncate_set1' failed. Aborted gandalf$ tr --version tr

Re: bug in tr: assertion failed

2007-05-03 Thread Jim Meyering
Blohm, Guntram (I/FP-831, extern) [EMAIL PROTECTED] wrote: gandalf$ tr -c '\012[a-z][A-Z][0-9].' '[_*256]' tr: tr.c:1819: main: Assertion `get_next (s2, ((void *)0)) == -1 || truncate_set1' failed. Aborted Thank you for reporting that! The fix appears to be simply to remove that assertion,