Mail Archives: djgpp-workers/2002/01/30/08:25:02
On 30 Jan 2002 at 15:10, Eli Zaretskii wrote:
>
> On Wed, 30 Jan 2002 pavenis AT lanet DOT lv wrote:
>
> > I experienced a long delays (more than 30 seconds) when tried to use SED to
> > extract contents of .eh_frame section from GCC generated assembler source:
> >
> > sed -n -e '/\.eh_frame/,/\.section/p' <foo.s
>
> What version of Sed is that? Is it 3.02 or 3.02.80? If the latter, does
> it have the patch I sent a few months ago to fix slow operation? Also,
> did you compile Sed yourself, and if so, with what version of libc.a?
>
> > It happens on one single LFN call (0x7143) as far as I saw with some old
> > DOS trace program.
>
> Can you tell the details of that call?
It seems to be wildcard expansion problem at program startup before main()
is called. I'm getting it with both libc.a from DJGPP v2.03 (updated) and
current CVS version. Version of SED is not critical as one can get the same
also by
djecho '/\.foo/'
Andris
- Raw text -