Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

view.selectFile(#open, "All Files (*.*)|*.*", "") crashes with an error #201

Open
105th opened this issue Mar 23, 2021 · 0 comments
Open

Comments

@105th
Copy link

105th commented Mar 23, 2021

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", "")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant