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