Bug 13981 - awk as of git 2021-07-08 .. premature exit
Summary: awk as of git 2021-07-08 .. premature exit
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.33.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 20:16 UTC by Steffen Nurpmeso
Modified: 2021-07-08 20:16 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Nurpmeso 2021-07-08 20:16:54 UTC
Hello.

#?0|kent:roff.git$ AWK=nawk dash mdocmx.sh mdocmx.1|wc -l
137
#?0|kent:roff.git$ AWK=gawk dash mdocmx.sh mdocmx.1|wc -l
137
#?0|kent:roff.git$ AWK="/home/steffen/usr-kent-linux-x86_64/bin/busybox awk" dash mdocmx.sh mdocmx.1|wc -l
27

I do not know anything else.  All i can say is that END{} normally executes, but then new busybox awk stops.  Maybe a descriptor is closed?
The files below are 3010 and 21163 bytes (the same as last time).

   https://git.sdaoden.eu/browse?p=s-roff.git;a=blob_plain;f=mdocmx.1;hb=refs/heads/next
   https://git.sdaoden.eu/browse?p=s-roff.git;a=blob_plain;f=mdocmx.sh;hb=refs/heads/next