anko-intel opened a new pull request #20848: URL: https://github.com/apache/incubator-mxnet/pull/20848
## Description ## There were two different versions of the LogMessageFatal class in the same namespace in different files so depending on order of compilation it sometimes cause mixing it and segmentation fault (probably due to mixing versions of constructor/destructor (one inlined and one linked)) It is connected with the issue reported on v1.x branch: https://github.com/apache/incubator-mxnet/issues/20827 ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented -- 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]
