bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] `exit' statement issue


From: Eli Zaretskii
Subject: Re: [bug-gawk] `exit' statement issue
Date: Sat, 01 Jun 2013 15:15:25 +0300

> From: Aharon Robbins <address@hidden>
> Date: Tue, 28 May 2013 22:37:38 +0300
> 
> Since your script runs only on Windoew, I cannot test it on Linux,
> perhaps Eli will try.

Just tried, and I can run it on GNU/Linux with no trouble, and I get
the same error message at exit.  I edited the _fatal function to this:

  func _fatal(t) {
          exit }

and also invoked the script directly, like this:

  gawk -f _main.gwk _main.gwk

and it still exits with the same fatal error message.  I sent in a
previous message the data I was able to collect from the fatal error.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]