msys2/MINGW-packages

A io bug that sometimes appears.

Opened this issue · 1 comments

fxqy commented

Description / Steps to reproduce the issue

早我使用自己编译的'vi(https://github.com/rmyorston/busybox-w32)'时出现过错误'vi: cant read user input',现在我使用'cargo tauri init'时候也出现相似的错误。
重新打开'mingw32.exe'后,'vi'和'cargo tauri init'又会同时不报错误,也有可能继续报错。
应该是同一个io问题。

I had an error 'vi: cant read user input' earlier when using my own compiled 'vi(https://github.com/rmyorston/busybox-w32)' and now I have a similar error('IO error: The function is incorrect') when I use 'cargo tauri init'.
After reopening 'mingw32.exe', 'vi' and 'cargo tauri init' will not report errors both , and may continue to report errors both.
It should be the same io problem.
ctQvE4

Expected behavior

no io error

Actual behavior

had a io errer

Verification

Windows Version

MINGW32_NT-10.0-17763

MINGW environments affected

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANG32
  • CLANGARM64

Are you willing to submit a PR?

No response

fxqy commented

When 'vi' is execute correctly, 'cargo tauri init' is also execute correctly.
My own compilation of the 'vi':
vi.zip,I put it in the '/usr/local/bin'

ctQvah