-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
A-concurrencyArea: affects our concurrency (multi-thread) supportArea: affects our concurrency (multi-thread) supportA-uxArea: This affects the general user experienceArea: This affects the general user experienceC-bugCategory: This is a bug.Category: This is a bug.
Description
When running a concurrent program with MIRI_LOG=info
, the nesting depth of the resulting trace is huge even when logging code that happens directly on the main thread. I think tracing might not deal well with the fact that we have multiple stacks that are independently nested? @oli-obk is there anything we can do to improve that?
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: affects our concurrency (multi-thread) supportArea: affects our concurrency (multi-thread) supportA-uxArea: This affects the general user experienceArea: This affects the general user experienceC-bugCategory: This is a bug.Category: This is a bug.