You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-Minimized Fuzzing Input That Triggers the Bug: Click this line.Note: If the input is multi-line then the end-of-line characters '\n' (0x0A) and '\r' (0x0D)
may affect the reproducibility of the bug. If you fail to repro the bug with the input shown below
then you may want to go to the workflow that reported this GitHub bug,
download the artifact, and extract the file with the exact minimized input.
The branch/commit the bug has been found in: Click.
If the developers fail to repro the bug in the latest main then the branch/commit info below can help them to make sure
that they are using the correct way to repro. If the bug is reproducible in the branch/commit below, but not in latest main,
then the bug is likely fixed already or is not in the main branch.
Branch: * iadavis/qasm-fuzz
commit e69eb7b8c2639ac4ba9eed6e0ffb6fbb1ff7e342
Author: Ian Davis <[email protected]>
Date: Wed Apr 16 10:50:02 2025 -0700
Adding more compilation and samples for fuzzing
Workflow Agent System Info:ubuntu-latest: Linux fv-az1781-260 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux.
Bug Reporting Timestamp: 2025.04.16 20:04 UTC (UTC - 8:00 = PST. UTC - 7:00 = PDT).
idavis
changed the title
Fuzz: "==4398== ERROR: libFuzzer: out-of-memory (used: 4212Mb; limit: 4096Mb)" (ubuntu-latest)
Fuzz: out-of-memory in typeck and hir lowering
Apr 17, 2025
This change updates the `Ty::Arrow` enum variant to use `Rc` which allows sharing of instances of callable types within the type infrastructure. To allow mutability during type inference, the underlying `Arrow` struct now uses `RefCell` for it's contained type and relies on runtime borrow checking for mutability.
Fixes#2302
The fuzz-testing workflow has detected a bug.
Auto-Minimized Fuzzing Input That Triggers the Bug: Click this line.
Note: If the input is multi-line then the end-of-line characters '\n' (0x0A) and '\r' (0x0D) may affect the reproducibility of the bug. If you fail to repro the bug with the input shown below then you may want to go to the workflow that reported this GitHub bug, download the artifact, and extract the file with the exact minimized input.pow(0)@pow(5)@ pow(0.)@pow(5)@ pow(.5)@ pow(0)@pow(0)o@ pow(0) @pow(0.) @pow(5) @ pow(0)@ pow(0)p@pow(5)@ pow(5)@pow(5)t@pow(0) @pow(0)@pow(.5)@ pow(5)@ pow(.5)@p
Fuzzing
The fragment of interest starts with "panicked at".stderr
Log (last 62kB), includes the stack trace: Click.The branch/commit the bug has been found in: Click.
If the developers fail to repro the bug in the latestmain
then the branch/commit info below can help them to make sure that they are using the correct way to repro. If the bug is reproducible in the branch/commit below, but not in latestmain
, then the bug is likely fixed already or is not in themain
branch.Other Info
ubuntu-latest: Linux fv-az1781-260 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
.The text was updated successfully, but these errors were encountered: