Skip to content
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

pyrasite-shell does not work on Ubuntu 18.04.1 #76

Open
Euphorbium opened this issue Oct 6, 2018 · 4 comments
Open

pyrasite-shell does not work on Ubuntu 18.04.1 #76

Euphorbium opened this issue Oct 6, 2018 · 4 comments

Comments

@Euphorbium
Copy link

nothing happens when I try to attach to a running python process with pyrasite-shell.

when running pyrasite --verbose <PID> hello.py I get:

b'0x00007f02ce561ff7 in ?? ()\n'
b'\nwarning: Could not load vsyscall page because no executable was specified\nNo symbol table is loaded.  Use the "file" command.\nNo symbol table is loaded.  Use the "file" command.\nNo symbol table is loaded.  Use the "file" command.\n'
@abc19899
Copy link

@Euphorbium I meet a question simaliar with you. Maybe you can try my fix: https://github.com/abc19899/pyrasite/tree/develop

@boltronics
Copy link

@abc19899 Thank-you. This also got pyrasite-shell running for me on Debian Buster.

@dineshdharme
Copy link

dineshdharme commented Apr 8, 2021

The above fix mentioned by @abc19899 didn't work for me.

I made changes as mentioned in this comment below. Finally that worked.

#75 (comment)

I am on Ubuntu 18.04
GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1

@gerritholl
Copy link

For me pyrasite-shell was hanging on Python 3.9, apparently due to missing gdb. Downgrading to Python 3.8 and conda install gdb resolved the problem (I could not conda install gdb on Python 3.9).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants