Re: gawk 3.1.5-1 coredumps on file open error

2005-11-17 Thread Corinna Vinschen
On Nov 16 23:12, Christian Franke wrote:
> Hi,
> 
> gawk 3.1.5-1 coredumps on file open error.
> 
> cygwin-1.5.18 on XP SP2, gawk-3.1.5-1:
> 
> $ gawk "/test/" no_such_file
> Aborted (core dumped)

Confirmed.  This is an upstream bug which uses a static buffer address
in a later free call.  I have no workaround so far, but expect a new
gawk version at some later point.


Thanks for the report,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



gawk 3.1.5-1 coredumps on file open error

2005-11-16 Thread Christian Franke

Hi,

gawk 3.1.5-1 coredumps on file open error.

cygwin-1.5.18 on XP SP2, gawk-3.1.5-1:

$ gawk "/test/" no_such_file
Aborted (core dumped)


after reinstalling prev gawk-3.1.4-3:

$ gawk "/test/" no_such_file
gawk: cmd. line:1: fatal: cannot open file `no_such_file' for reading 
(No such file or directory)



Christian


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/