Skip to content
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

signal: killed #64

Closed
samsonlarsson opened this issue Apr 4, 2017 · 3 comments
Closed

signal: killed #64

samsonlarsson opened this issue Apr 4, 2017 · 3 comments

Comments

@samsonlarsson
Copy link

I am not sure if this is the right place to log this issue,

When building the server using go run main.go, It loads and then signal: killed Thats the only error message that it shows and then it halts all the processes.

This is based on this demo

I need mention that this has been functioning well till 2 days ago when it just stopped. I am on MacOS v10.12.4 8GB memory RAM, golang v 1.8+ and my database is MySQL

@xert
Copy link

xert commented Apr 7, 2017

Same issue (and environment) here.

@xert
Copy link

xert commented Apr 7, 2017

go build -ldflags -s solves the problem, see:

golang/go#19734
golang/go#11887

@samsonlarsson
Copy link
Author

Hello @xert I just figured out what the problem is, that is if you are on a Mac which is caused by using latest xcode with sqlite. I disabled sqlite and I am back up running

Thanks to @jinzhu

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

No branches or pull requests

2 participants