dlopen, floating point exception

2023. 1. 25. 16:25Programming/JAVA, C++, Go, Rust

    목차
반응형

If you are trying to call dlopen for loading so file dynamically, you must be careful that you do not open it at the initial stage of code. it means that you need to call it after most of the library are initialized.

반응형

'Programming > JAVA, C++, Go, Rust' 카테고리의 다른 글

C++ string split  (0) 2023.01.27
Dynamic Loading DSO (Dynamic Shared Object)  (0) 2023.01.26
unordered_map vs. map  (0) 2023.01.25
std::copy  (0) 2023.01.13
std::any  (0) 2023.01.08