-
Notifications
You must be signed in to change notification settings - Fork 510
Program crashes with segmentation fault upon launch. #353
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
Comments
Also happens on Ubuntu 20.04. |
Got the same problem. The following is printed in the terminal:
When I first tried it did not segfaulted until I tried opening the dashboard. I've got the same config as @xiraix, except for the OS (I got Manjaro 20.1), and maybe for the pip installed packages (pip freeze at https://pastebin.com/QzkWEZmC). Nonetheless, I was able to run gdbgui and open the dashboard without errors after downloading the binary in the repository's releases page. |
Got the same problem. It may be that something is incompatible with greenlet v. 0.4.17. Greenlet 0.4.16 works fine. A temp fix is to uninstall greenlet 0.4.17 after installing gdbgui and then install greenlet 0.4.16. I did: pip3 install gdbgui
pip3 uninstall greenlet
pip3 install greenlet==0.4.16 I was then able to run gdbgui and open the dashboard. |
Fixed it for me, awesome @sondrewang ! |
Thanks everyone, especially @sondrewang! This has been fixed in v0.14.0.1. |
Describe the bug
Program crashes with segmentation fault upon launch.
To Reproduce
Install gdbgui using pipx or pip.
Run it.
Expected behavior
gdbgui runs successfully
Please complete the following information:
gdbgui -v
): 0.14.0.0gdb -v
): 9.2pip freeze
): https://p.teknik.io/oeMdtThe text was updated successfully, but these errors were encountered: