-
Notifications
You must be signed in to change notification settings - Fork 4
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
Process exited with code -2 #61
Comments
Hi, I have nothing in common with this project but I encountered the same problem yesterday. What helped me was to run exactly what the message says, from the command line. (For you, that would be |
@yeswecan thanks for reporting this, and thanks @GiraffeReversed for chiming in to help. To reinforce what's already been said in the comments, the |
I have the exact same issue. In my case I have python installed as a VENV in Debian 12.7 on Windows WSL. From inside the VSCODE Bash shell: me@place:~/project$ echo $PATH | tr ':' '\n' | grep "\.venv"
/home/etherealite/roadie/.venv/bin
/home/etherealite/roadie/.venv/bin
me@place:~/project$ ls /home/etherealite/roadie/.venv/bin
activate activate.csh activate.nu activate_this.py austinp deactivate.bat g4f monkeytype normalizer python python3.12 waitress-serve
activate.bat activate.fish activate.ps1 austin chardetect flask lute mss pydoc.bat python3 ruff
me@place:~/project$ which austin
/home/etherealite/roadie/.venv/bin/austin
me@place:~/project$ austin
Usage: austin [-bCefgmPs?V] [-h n_mb] [-i n_us] [-o FILE] [-p PID] [-t n_ms]
[-w PID] [-x n_sec] [--binary] [--children] [--exclude-empty]
[--full] [--gc] [--heap=n_mb] [--interval=n_us] [--memory]
[--output=FILE] [--pid=PID] [--pipe] [--sleepless] [--timeout=n_ms]
[--where=PID] [--exposure=n_sec] [--help] [--usage] [--version]
command [ARG...] Yet the plugin cannot discover the path of the bin unless I set it explicitly in "austin.path": "/home/etherealite/roadie/.venv/bin/austin" |
@P403n1x87 Are there any updates on when we can expect a fix for this? |
Apologies for the inconvenience caused by this issue, but I don't think there is a way of fixing this (at least that I know of). The Windows installer used by choco should set the binary on the |
Hi, @P403n1x87 I'm very appreciative for you taking the time to respond to our questions. I think it would greatly improve the user experience if the ##Usage section of the README.md could be amended to include this disclaimer about virtual environments.
|
Hello there! Here's the error that I get:
I tried a lot of stuff with no luck so far, also no more descriptive errors. Austin is installed and seems to run ok (well, it starts and the version is current at
3.6.0
, I wish I knew how to test it in command line). I'm on Ubuntu 20.04.The text was updated successfully, but these errors were encountered: