This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Internal errors and segfaults when using "--watch" #2066
Comments
So it's a bug in Just to be certain, my editor has |
Thank you for your analysis! Could this have the same immediate cause like #2040 - libsass unable to produce working JSON on error involving encoding problems? |
std::runtime_error is a result of an unhandled C++ exception. Great job! |
This is probably fixed in 4.8.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. I'm experiencing segfaults and internal errors ("Internal error:
_some garbage characters_
".) when using--watch
flag. I'm running windows 7x64. File is saved with utf-8 encoding. I've tried rebuilding binary, crated a new project with fresh dependencies with the same results. I'm installing Visual studio right now, I've got .pdb files set up and I'll try to do the same steps as this user. I will update in this thread status of my investigation.The text was updated successfully, but these errors were encountered: