Package: gawk
Version: 3.1.5-1

Hi!

   The problem is:
 ----------------
 [EMAIL PROTECTED]:$ gawk '/^\\\\input /{ gsub(".tex$","",$2); print
 $2".tex";}' nonexistent_file;
 *** glibc detected *** free(): invalid pointer: 0x080923a0 ***
 Aborted
 ----------------

   nonexistent_file - the name of a file, that really don't exists.

   I have tryed to run gawk such way on two different machines running
 Debian,  the effect is the same.

  After deinstalling gawk:
 ----------------
 debian:/home/antony# apt-get remove gawk
 ....

 [EMAIL PROTECTED]:~$ awk '/^\\\\input /{ gsub(".tex$","",$2); print
 $2".tex";}' nonexistent_file;
 awk: cannot open nonexistent_file (No such file or directory)
 ----------------

 package information:
 ----------------
 [EMAIL PROTECTED]:~$ dpkg -l gawk
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
 uppercase=bad)
 ||/ Name           Version        Description
 +++-==============-==============-============================================
 ii  gawk           3.1.5-1        GNU awk, a pattern scanning and processing l
 ----------------

73!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to