Z1Wu commented on issue #7037: URL: https://github.com/apache/incubator-gluten/issues/7037#issuecomment-2314342803
AFAIK, cmake build with `Release` does not strip `.symtab` section of output file. I guess velox only needs `.symtab` section to get the symbol of address , and doesn't need debug info. https://github.com/facebookincubator/velox/blob/763c19c0c767035ce03573ca2dc852b1303eeb6f/velox/common/process/StackTrace.cpp#L158-L184 Sample error stacktrace looks like below : <img width="1089" alt="image" src="https://github.com/user-attachments/assets/2968c0d8-31ef-4f42-a33f-df00eecf159d"> -- 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]
