-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Signal:killed during init of go-sqlite #402
Comments
Could you please show me your memory usages? |
seeing the same issue here |
@rogierlommers are you on a mac? |
Having the same issue:
This works when clang is |
Seems to be occured on macOSX. AFAICS, Linux and Windows works well. |
Yep, working on a mac; all updates applied. So most probably it's related to the latest Sierra update (from yesterday)
|
It was definitely broken even before I updated Sierra this morning. edit: yes looks like Xcode 8.2 was the older version of clang: https://gist.github.com/yamaya/2924292#file-xcode-clang-vers-L184 |
In case it helps anyone (in the mean time). Move that into your Applications folder as Xcode_821.app and then: |
So since it's not go-sqlit3 related, shall we close this one? |
I would say probably leave this open to avoid more issues being opened and to track the ongoing work until their issue is resolved. |
I don't mind leave this open. Feel free to open/close this (if time to come) |
Same here. |
@swordyang that seems to be a separate issue. The one being tracked here is the program being killed by the system even when the package is just imported and it seems to be a bug in Go on macOS. I would suggest opening a separate issue for what you are seeing. |
See #404 |
Go 1.8.1 is now release and i just tested this problem on my mac and it now seems to be fixed. |
Got the same issue. Ubuntu 5.15.0-53-generic |
I just have installed the latest version (
go get github.com/mattn/go-sqlite3
) and tried out an example from the _examples directory. Now the output is:signal: killed
and I don't know how to debug.EDIT
Some further investigation pointed out that:
Also results in
signal killed
.The text was updated successfully, but these errors were encountered: