Closed ggarnier closed 6 years ago
Looks like a problem in awk. What version of awk is on your PATH
?
This isn't something related to Go, of course. The update.bash
script is running make
on code downloaded from www.iana.org.
Note that we don't usually update the timezone info until we're close to the release.
FWIW I'm getting the same crash on Debian Buster, with (m)awk 1.3.3
@ianlancetaylor
$ awk -W version
mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
compiled limits:
max NF 32767
sprintf buffer 2040
Thanks. Seems to me that this is really a problem with building tzdata. There isn't anything we can do in the Go project to affect this, so I'm going to close this issue.
I'm trying to update tzinfo to
2018g
version, but I'm getting amemory corruption
error when runningupdate.bash
script.What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
I updated
CODE
andDATA
vars inlib/time/update.bash
file to2018g
and ran the script.make CFLAGS=-DSTD_INSPIRED AWK=awk TZDIR=zoneinfo posix_only
returned amemory corruption
error.What did you expect to see?
Successfully generate
zoneinfo.zip
file.What did you see instead?