-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Crashes when run from a particular directory #181
Comments
I have been meaning to fuzz test the internals of the matcher. This might be the time. I don't suppose you could at least tell me what languages you have in that directory? Would making tracking this down a bit easier. It sounds like its something being ignored by your gitignore or ignore files though since it only cashes when you enter that directory which might help work out the offending file. |
Sure! File extensions
Top-level `.gitignore`:
|
Hacky fix put in which should resolve this. |
Describe the bug
When invoking
scc
from a particular directory, it crashes with the following trace:To Reproduce
Unfortunately, the code that I was running this on is proprietary, and I wasn't able to find a root cause, but I'm hoping that this stack trace might help point somebody else in the right direction.
Note that, when running
scc
from the parent directory or from any subdirectory, it works fine. The crash only happens when cd'd into this one directory in particular.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: