-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mpsc queue gives valgrind errors #22762
Comments
I tried to nail it but no luck so far. Here's the instruction where it breaks:
And the matching Rust code would be, I believe, in
...but I don't know enough about Rust's internals to know what the |
Those errors come from cargo and not dbus-rs:
|
Well, that's not quite what I meant. The point is that those errors are also in cargo so dbus-rs is probably not the culprit. The error you posted above comes directly from the test framework initialization and not from a test. |
Looks like #5856. @alexcrichton? |
Ah yes I believe so, thanks @tamird! |
When running the test suite for dbus-rs under valgrind, I get some errors that I don't think is my fault, because there is nothing in the backtrace indicating that would be the case.
Here's an example of that error:
The text was updated successfully, but these errors were encountered: