You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the bots has currently been spending 30 minutes valgrinding task-perf-word-count. This makes me think something is going terribly wrong with memory management. Possibly related to native stacks.
The text was updated successfully, but these errors were encountered:
This could be related to #1527, since I seem to be able to reproduce this behavior with optimizations on, but not off. We could be getting into a scenario where we repeatedly reallocate hunks of stack, pissing off valgrind.
It could even be just the act of preparing the stack segments for valgrind that makes it so slow - it's a fairly expensive operation that involves setting a status bit for every byte of the stack.
One of the bots has currently been spending 30 minutes valgrinding task-perf-word-count. This makes me think something is going terribly wrong with memory management. Possibly related to native stacks.
The text was updated successfully, but these errors were encountered: