Tensorflow 正在取代我的 openssl,导致 segfault
作者: msdrigg创建于 2023年9月27日更新于 2024年6月8日
So I recently added tensorflow to a Rust project that had an external openssl dependency (reqwests and paho-mqtt) and I immediately started seeing segfaults. The strange thing is that these segfaults are coming from crypto functions being called in the tensorflow_framework.so.2 library from from paho-mqtt (SSLSocket_initialize in the core dump shown below). If I remove the paho-mqtt dependency on ssl, I see similar things with reqwests
Relevant Logs
内容来源: tensorflow/rust