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
When some error (for example - access denied to shared memory files) takes place in partially initialized TPC an attempt to access m_tpcHeader == nullptr causes segfault in StatusBlockData::clear() during error processing.
Bug was introduced when fixing #7348.
When some error (for example - access denied to shared memory files) takes place in partially initialized TPC an attempt to access m_tpcHeader == nullptr causes segfault in StatusBlockData::clear() during error processing.