You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
If we call view.selectFile(#open, "All Files (*.*)|*.*", ""), then we received an crash in Go-backend
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x7fff6778b678]
If we change extension to any else, it will work, e.x. view.selectFile(#open, "All Files (*.*)|*.txt", "") or view.selectFile(#open, "All Files (*.*)|*.zip", "")
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If we call
view.selectFile(#open, "All Files (*.*)|*.*", "")
, then we received an crash in Go-backendIf we change extension to any else, it will work, e.x.
view.selectFile(#open, "All Files (*.*)|*.txt", "")
orview.selectFile(#open, "All Files (*.*)|*.zip", "")
The text was updated successfully, but these errors were encountered: