bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] `exit' statement issue


From: Denis Shirokov
Subject: [bug-gawk] `exit' statement issue
Date: Sat, 1 Jun 2013 22:02:15 +0300

Hello,

Sorry i'm very hurry right now. And answering
in detail tomorrow or at Monday.

1) Manuel: i'm really sorry. Actually i'm not so brutally rude all
time of my life.

2) Eli: o-o... =D - sorry, I didn't think that you will translate
names in the source=) but as a programmer you should agree with me
that such kind names, messages and commentaries - is really contrasted
comparing with the other parts of source body)

3) Guys, I very glad to report you that I found most simply source
that can reproduce the issue with `exit' statement:

func     _fn0() { exit }
BEGIN { ARRAY[_fn0()] }

this yappened because ARRAY wait its index (that normally should be
result of the _fn0()) but because of `exit' statement - expression
will be interrupted without ending. It's remains is in the stack.


best Regards
Denis



reply via email to

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