jackylee-ch commented on PR #12557:
URL: https://github.com/apache/gluten/pull/12557#issuecomment-5015208912

   @philo-he It's not Velox code. libgluten's symbols.map has no local: *, so 
it exports its bundled gcc-13 libstdc++ symbols (locale facet ids/vtables) 
globally. When the process also loads the system gcc-11 libstdc++.so.6, those 
get interposed and the facet layout mismatches → crash. It's been latent; a 
recent image/runner change (system libstdc++ now new enough to interpose) 
exposed it. centos-8's older libstdc++ can't interpose, so it hid the bug.
   
   I'm trying another way to fix the problem.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to