-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Got segmentation fault error when using 'InferenceSession' API #11964
Comments
Any updates? I am experiencing the same problem on onnxruntime==1.12.0. When using onnxruntime==1.11.0 it just hangs as described here: |
I cannot repro the issue. I used the exact same python script you've pasted in this issue. I get no segfault. (mypython3) [pranav@pranav-dev-centos79 ~]$ cat /etc/redhat-release |
CentOS Linux release 7.6.1810 (Core) Here is the full output I am getting from the above script. No segfault here, but it does crash:
|
Still encountering this issue and can recreate with different This produces seg fault:
This does not:
The relevant trace is:
I trigger this error with the following:
Sorry I don't have time to dig into this issue further for you. |
Describe the bug
I'm using onnxruntime Python API to do inference, but there is segmentation fault error when using 'InferenceSession'.
Urgency
emergency
System information
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
gdb message
Additional context
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
The text was updated successfully, but these errors were encountered: