Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CheungChingChuen opened this issue Mar 1, 2024 · 1 comment

Comments

@CheungChingChuen
Copy link

在提交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

@pymumu
Copy link
Contributor

pymumu commented Mar 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants