Your message dated Tue, 16 Nov 2010 00:59:28 +0000
with message-id <[email protected]>
and subject line not a bug
has caused the Debian Bug report #475464,
regarding sed: lost cycle in address range with last-line-address operation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
475464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sed
Version: 4.1.5-1
Severity: normal

Example: 'cycle 3' == 'first address 3' is lost:

ole...@flower$ (while echo -n IN:>&2 && read A; do echo "$A"; sleep 1;
                done) | sed 'x ; G ; 3,$s ^ | ; h'
IN:1

1
IN:2

1
2
IN:3
IN:4
|
1
2
3
IN:5
||
1
2
3
4
IN:
ole...@flower$

Any integer(33):

ole...@flower$ (while echo -n IN:>&2 && read A; do echo "$A"; sleep 1;
                done) | sed 'x ; G ; 3,33s ^ | ; h'
IN:1

1
IN:2

1
2
IN:3
|
1
2
3
IN:4
||
1
2
3
4
IN:
ole...@flower$

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages sed depends on:
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries

sed recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
The additional feature request should be reported separately.


--- End Message ---

Reply via email to