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
Fix heap corruption caused by thread_local tick stack
The thread_local std::vector used for exception backtraces caused heap
corruption on Windows DLLs and when running all tests in a single
process. Simplified NodeExecutionError to store only the failing node
info instead of a full tick backtrace, removing the thread_local
entirely.
Also disabled Groot2Publisher tests (to be addressed separately) and
fixed Groot2Publisher destructor cleanup.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments