Skip to content

Conversation

@saruman9
Copy link
Contributor

Description

This PR fixes a bug in the CallTracerModule where the gen_blocks_calls function would enter an infinite loop repeatedly disassembling the same code block, which prevented the collection of call traces.

Checklist

  • I have run ./scripts/precommit.sh and addressed all comments
@domenukk domenukk requested a review from rmalmain November 3, 2025 11:31
@saruman9 saruman9 force-pushed the fix_call_tracer_module branch from e02ca28 to 71d1437 Compare November 7, 2025 14:36
@saruman9
Copy link
Contributor Author

saruman9 commented Nov 7, 2025

During the investigation, I discovered that the same infinite disassembly loop issue also exists in the CmpLogModule. Rather than creating a separate PR, I have included the fix for both modules in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant