modelbox icon indicating copy to clipboard operation
modelbox copied to clipboard

运行获取函数地址报错 undefined symbol: DriverDescription

Open CheungChingChuen opened this issue 2 years ago • 1 comments

在提交BUG之前,请阅读帮助文档的FAQ,或在现有issue中搜索是否有类似问题。
Before submitting a bug, please read the FAQ of the help documentation, or search for similar issues in existing issues.

运行环境信息 | System information (请提供足够详细的信息 | Please provide as much relevant information as possible)

  • 操作系统信息 | Operation System information
  • 设备信息 | Device information
  • ModelBox版本 | ModelBox version
  • GPU或加速卡信息 | GPU or NPU information
  • 使用的推理引擎 | Inference engine information
  • 编程语言 | Programming language (C++, Python, Java)

描述问题 | Describe the current behavior:

期望的行为 | Describe the expected behavior:

重现步骤描述 | Standalone code to reproduce the issue:

提供具体重现问题的步骤,如果可能,提供相关的截图信息,日志信息。
Provide a reproducible test case that is the bare minimum necessary to replicate the problem.

日志信息 | Logs

收集ModelBox的运行日志,路径为/var/log/modelbox Please Provide modleobx logs, log path /var/log/modelbox

其他信息 | Other Info.

[2024-03-01 19:24:49.205][ WARN][ driver.cc:1112] /usr/local/lib/libmodelbox-common-cpu-iam_auth.so : dlsym DriverDescription failed, /usr/local/lib/libmodelbox-common-cpu-iam_auth.so: undefined symbol: DriverDescription [2024-03-01 19:24:49.208][ WARN][ driver.cc:1112] /usr/local/lib/libmodelbox-drivers-common-filerequester.so.1.0.0 : dlsym DriverDescription failed, /usr/local/lib/libmodelbox-drivers-common-filerequester.so.1.0.0: undefined symbol: DriverDescription

加载动态库获取函数地址报错,函数是内置,编译也是按照开发手册。虽然不影响构建运行flow

CheungChingChuen avatar Mar 01 '24 11:03 CheungChingChuen

这个没关系,只有功能单元才有DriverDescription

pymumu avatar Mar 01 '24 15:03 pymumu