-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error with gawk 5.2.0 #463
Comments
Same problem on a fresh arch install |
Same error here, though I can't even run |
If on arch you can downgrade gawk with : |
Despite multiple reports here, I'm also on Arch Linux upgraded with More information is welcome if anyone else encountered this issue. |
Downgrading gawk worked for me, thanks @0fflineuser. The weird thing is that I have two computers running arch linux with the same version of gawk |
I encountered the same problem with $ ./translate -e bing :zh test
gawk: ./include/Commons.awk:290: fatal: internal error: file interpret.h, line 254: unexpected parameter type Node_val It seems that the error is raised when executing the Translate Shell 0.9.7-git:a3bba39
platform Linux
terminal type xterm-256color
bi-di emulator [N/A]
gawk (GNU Awk) 5.2.0
fribidi (GNU FriBidi) 1.0.12
audio player mpv --no-config
terminal pager less
web browser xdg-open
user locale en_US.UTF-8 (English)
host language en
source language auto
target language en
translation engine auto
proxy [NONE]
user-agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 Edg/104.0.1293.54
ip version [DEFAULT]
theme default
init file [NONE]
Report bugs to: https://github.com/soimort/translate-shell/issues |
i don't think it's a linux or translate shell problem. i'm on macOS, and the gawk 5.2.0 would sometimes randomly give a similar error message, for random stuff i run. but run the exact same code again with no changes then it magically goes through. it's definitely something the gnu team need to take a look |
Hi all, It is now confirmed that this was due to a bug in gawk 5.2.0: (not on the translate-shell side) If you wish, just build gawk from the current master branch (on Arch Linux you can simply use gawk-git from AUR). I'll keep this issue open for informational purposes until the next stable release of gawk happens. |
I get an error on my linux desktop, it happens on the second translation, which causes the program to crash.
This is how it crashes (I input 1, and then 2):
Additional info:
The text was updated successfully, but these errors were encountered: