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

fuzz failed #25

Closed
0xdeafbeef opened this issue Aug 29, 2023 · 1 comment
Closed

fuzz failed #25

0xdeafbeef opened this issue Aug 29, 2023 · 1 comment

Comments

@0xdeafbeef
Copy link

thread '<unnamed>' panicked at /tmp/tmp.yvD7plPUDn/yaque/src/queue/receiver.rs:253:9:
There were read and unused items at the end of transaction. Read and unused queue: [[85, 85]]

Output of `std::fmt::Debug`:

        Scenario {
            commands: [
                SendBatch(
                    [
                        [
                            85,
                            85,
                        ],
                    ],
                ),
                Send(
                    [],
                ),
                RecvBatch(
                    14189153571838739689,
                ),
                RecvBatch(
                    0,
                ),
            ],
        }
@tokahuke
Copy link
Owner

tokahuke commented Aug 30, 2023

@0xdeafbeef could you provide me with code samples to reproduce this issue?

EDIT: this fuzz test failing is, by now, a known issue, which I haven't yet applied myself to solving.

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