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

Error message when debugging with gdb #252

Closed
lrapp-x41-pub opened this issue Dec 13, 2021 · 1 comment
Closed

Error message when debugging with gdb #252

lrapp-x41-pub opened this issue Dec 13, 2021 · 1 comment

Comments

@lrapp-x41-pub
Copy link

When debugging with gdb, uhyve prints the following error message (multiple times) every time the code is continued:
[2021-12-13T14:01:22Z ERROR uhyvelib::linux::gdb] Setting guestdbg
Nevertheless the debugging seems to work as intended, the error does not seem to impact the functionality.

@mkroening
Copy link
Member

I see. You are actually running a rather old version of uhyve published on crates.io.

The offending line has been removed when gdb support was rewritten: 3c58759#diff-0e8a17f42ee47bc3caa601ddf3a05a44726759d1884622d6b416117a039fc62fL116

We'll want to release a new version on crates.io as soon as possible, but we are still waiting on a few dependencies to be published there first.
In the meantime you can install the latest development version of uhyve as described here: #230 (comment).

Feel free to open new issues if you encounter any problems.

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