mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
The aggregate inlines code branch can fail when the top inlines option is enabled, on an assert. This was present in the code before, it's just that enabling top inlines is equivalent to expanding all the collapsed symbols, which is not something practical to do. Workaround by adding a condition instead of the assert. Finding a repro case would be better to figure out what's exactly happening there, but we are where we are.