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: move servicelinks and communities passes before dump
The passes were running after run_post_extraction() which includes
dump_and_persist_hashes(), causing a NULL hash table SEGV when the
GraphQL linker called cbm_gbuf_find_by_label on the already-dumped
graph buffer.
Now runs inside run_post_extraction(): after tests+githistory, before
predump passes and dump — where the graph buffer is still fully live.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments