Panic resulting from verbosity increased to 4 when using startDebugTraceRecording
#9526
Closed
2 tasks done
startDebugTraceRecording
#9526
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (00efa0d 2024-12-09T00:29:01.805479000Z)
What command(s) is the bug in?
forge test
Operating System
None
Describe the bug
The erc4337-validation library leverages
startDebugTraceRecording
which requires increasing the verbosity to 3. (Otherwise you getvm.startDebugTraceRecording: no tracer initiated, consider adding -vvv flag
error)When setting verbosity to 3, it works fine. But when verbosity is increased to 4, it will panic.
To reproduce, clone the erc4337-validation repo, run installation and then run
COLORBT_SHOW_HIDDEN=1 RUST_BACKTRACE=full forge test -vvvv
and you will get:The text was updated successfully, but these errors were encountered: