-
Notifications
You must be signed in to change notification settings - Fork 35
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
ShellDetectionFailure for zsh #77
Comments
It would be best if you could do some digging since it’s close to impossible to replicate your exact environment. There is no way I can help with just this information. |
Will do and get back to you.
I couldn't find any information about what I should provide. Happy to oblige. |
It seems the detection fails, because it doesn't find any processes other than the current one:
|
Interesting. Can you describe your environment a bit? What operating system are you on, is there emulation involved (32-64 bit binaries, for example), a user that may have permission restrictions, or similar things? Try to dig into doing the process detection part manually as well, does the detection method (proc os ps?) really return only the current process, or is there a problem with parsing? |
No emulation. I'm directly on a x86_64 Arch Linux box.
Default user with
It is looking at |
Something is off here. shellingham/src/shellingham/posix/proc.py Line 51 in 0566a5f
but shellingham/src/shellingham/posix/proc.py Line 78 in 0566a5f
|
Yep, that seems to be it. Will send a PR. |
I see this is already fixed on @uranusjr I see that |
The version was yanked due to an incompatibility. I attempted to address it and released 1.5.2. |
Can confirm that this particular issue is fixed in |
Not sure what is going on here:
The text was updated successfully, but these errors were encountered: