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

Does not work on ubuntu #24

Open
realsetvin opened this issue Aug 13, 2023 · 1 comment
Open

Does not work on ubuntu #24

realsetvin opened this issue Aug 13, 2023 · 1 comment

Comments

@realsetvin
Copy link

Another user reported their similar issue, except I have much less idea of what is going on. I made sure to find the process id and run it with that. I am attempting to run a forked bitcoin qt version 4.8 I probably have version 5 but Im not smart enough to figure out how all this works.

image

I would love to get this product working, it would become a must have for me. I use ubuntu sometimes and debian 12 most. Thanks for your time and consideration to help get this resolved.

@robertknight
Copy link
Owner

qtinspector is not supposed to be run with sudo, but rather as the same user as the target process. On modern systems you will get an error when attempting to attach to a PID, as opposed to having qtinspector launch the program, unless ptrace_scope is turned off. See this article.

qtinspector writes log files to /tmp/inspector-log-{pid}, can you check if that file exists and if so post the contents of it.

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

2 participants