-
Notifications
You must be signed in to change notification settings - Fork 21
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
fatal error: non-Go code set up signal handler without SA_ONSTACK flag #13
Comments
I reported the issue to the libreoffice project: https://bugs.documentfoundation.org/show_bug.cgi?id=140189 |
Not ideal, but a workaround I've used is to use Go 1.13. 1.14+ seems to throw this error |
any new?? |
The issue in the libreoffice bugtracker is still "UNCONFIRMED", so for now we still use our recompiled libreoffice (and it works well). I just changed the bug status to "NEW", as I am not the only one to have the issue (see https://wiki.documentfoundation.org/QA/BugReport/fr#Status) |
This reverts commit e36b295.
Anyone come up with other choices besides compiling their own libreoffice? I'd like to be able to use Go Modules to vendor packages, and need to make it up to 1.14 |
I found a workaround and create pull request(#16)
After importing the library, you need to call the function libre_init()
In my tests, there is no more panic and the lib works. |
Using go-libreofficekit I have this error message coming up:
To avoid it I had to recompile libreoffice with the following patch:
I will attempt to report the problem to the libreoffice project but meanwhile we have a workaround.
The text was updated successfully, but these errors were encountered: