-
Notifications
You must be signed in to change notification settings - Fork 104
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
Kani panicked in codegen/rvalue #3318
Comments
I've tried to reproduce this or similar failing without the my_package and with just If the above failure is not sufficient for understanding the problem then let's close this ticket, there just isn't time to make a minimum reproducer on my side at this time. |
Hi @TomMD , thanks for the bug report! I haven't been able to reproduce this issue using the examples in the We don't need the reproducer to be minimal, but can you at least share with us what APIs from |
@adpaco-aws Well that's far too engaging of a response for me to not make a reproducer. This is short in code but very much not minimal since it uses a larger, upstream, library which might actually be a bit different than der all together. Cargo.toml:
src/lib.rs:
(the property is obviously bogus, I'm just triggering the bug with this code) Execution:
|
Hey @TomMD , thanks so much for taking the time to submit a reproducer! I'm able to confirm that Kani crashes with this code. It's not a problem if it uses other dependencies, for now we just need something to trigger the failure for debugging purposes. We will take it from here! 😄 |
This is a duplicate of #2857 (same crash signature). |
This is when running
cargo kani --package my_package --tests
and, evidently, kani has an issue with the latestder
crate.The text was updated successfully, but these errors were encountered: