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

Crash when call ov::core.comile_model #27440

Open
Jsy0220 opened this issue Nov 7, 2024 · 4 comments
Open

Crash when call ov::core.comile_model #27440

Jsy0220 opened this issue Nov 7, 2024 · 4 comments
Assignees
Labels
needs reproducer Provide complete minimal reproducer with input data

Comments

@Jsy0220
Copy link

Jsy0220 commented Nov 7, 2024

Hi
I upgraded OpenVino from 2022.1 to 2024.0 for my application recently. Following are the situation:

  1. Always crash at ov::core.compile_model no matter what model loaded when test in unittest.
  2. both official lib and locally compiled lib have been tried, same crash.
  3. when the application compiled as a dynamic lib loaded in another application, there was no crash.
WeChatWorkScreenshot_254fb43b-594c-429f-ae13-103d22122c4d

Any ideas ?
Thank you so much !!

@ilya-lavrenov
Copy link
Contributor

Hi @Jsy0220
We need a reproducer, as we cannot magically guess what happened.

@ilya-lavrenov ilya-lavrenov added the needs reproducer Provide complete minimal reproducer with input data label Nov 7, 2024
@Jsy0220
Copy link
Author

Jsy0220 commented Nov 7, 2024

@ilya-lavrenov hi, I found that when the application links both OpenVino and tbb libs, it would happen. Specifically these two:
WeChatWorkScreenshot_d038ef07-e643-4239-8635-8ceafcdbcd25
I guess there may be a symbol conflict ?

@ilya-lavrenov
Copy link
Contributor

it's hard to guess without code reproducer.

@Jsy0220
Copy link
Author

Jsy0220 commented Nov 8, 2024

@ilya-lavrenov Sorry, there is no special code to reproduce it, just link these two libs and load a model to run ov::core.compile_model() like example hello_classification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproducer Provide complete minimal reproducer with input data
Projects
None yet
Development

No branches or pull requests

2 participants