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

Silent crashes #56

Open
japettyjohn opened this issue Feb 24, 2018 · 5 comments
Open

Silent crashes #56

japettyjohn opened this issue Feb 24, 2018 · 5 comments

Comments

@japettyjohn
Copy link
Contributor

I'm running this in my go1.10 project in docker (alpine linux) and it started crashing with the latest master so I moved it back to fd1a229 which is working fine. Still not sure where the problem lies, but likely between commmits fdbf305 and da42dc7.

I was able to mitigate in one scenario without rolling back and that was by removing nested imports and just importing from the top level file.

@drewwells
Copy link
Member

drewwells commented Feb 24, 2018

fdbf305 can compile on Go 1.10. Let me know if you can find a repo case. Likely issue with libsass 3.4.9

@japettyjohn
Copy link
Contributor Author

Not sure on - I was using da42dc7 and that compiles on go1.10 on macOS and Alpine Linux 3.7 (musl).

Possibly musl issue but I am not sure - the crash is totally silent, no core dumps, nothing even with different traceback options - just silent exit. I was not able to reproduce that phenomena outside of docker.

@drewwells
Copy link
Member

drewwells commented Feb 25, 2018 via email

@japettyjohn
Copy link
Contributor Author

I had the same suspicion on cgo error. Yes, we've been running it for a while on the older version.

@drewwells
Copy link
Member

We've switched to 3.5.4, can you try this code again or provide a repo case so I can verify?

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