[Bug]: AdvancedLogger Is Not Reentrant Safe in the Init PAth #514
Labels
state:needs-triage
Needs to triaged to determine next steps
state:stale
Has not been updated in a long time
type:bug
Something isn't working
urgency:medium
Important with a moderate impact
Is there an existing issue for this?
Current Behavior
If a debug print occurs in advanced logger's init path, it will enter an infinite loop.
Expected Behavior
We should be a bit more "advanced." After permanent memory is installed is when this is an issue, we can use a module global to check if we are already in AdvLogger at that point.
Steps To Reproduce
Hit a debug statement in adv logger init path.
Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: