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

segmentation fault when do inference sometimes with onnxruntime-1.15.1 also can produce by onnxruntime-1.16.3 #18776

Closed
justgo-now opened this issue Dec 11, 2023 · 2 comments
Labels
stale issues that have not been addressed in a while; categorized by a bot

Comments

@justgo-now
Copy link

justgo-now commented Dec 11, 2023

Describe the issue

sometime run crash with stack below:

( gdb ) bt
#0 0x00007f4e5d90f1e3 in ?? () from ../lib/libonnxruntime.so.1.15.1
#1 0x0000000000000600 in ?? ()
#2 0x0000000002c1e8a0 in ?? ()
#3 0x0000000000000100 in ?? ()
#4 0x00007f4e5d8d6fdd in ?? () from ../lib/libonnxruntime.so.1.15.1
#5 0x00007f4e5d8d71ca in ?? () from ../lib/libonnxruntime.so.1.15.1
#6 0x00007f4e5d8d7223 in ?? () from ../lib/libonnxruntime.so.1.15.1
#7 0x00007f4e5d926e46 in ?? () from ../lib/libonnxruntime.so.1.15.1
#8 0x00007f4e5d8d7420 in ?? () from ../lib/libonnxruntime.so.1.15.1
#9 0x00007f4e5d414172 in ?? () from ../lib/libonnxruntime.so.1.15.1
#10 0x00007f4e5d41571c in ?? () from ../lib/libonnxruntime.so.1.15.1
#11 0x00007f4e5d4163d0 in ?? () from ../lib/libonnxruntime.so.1.15.1
#12 0x00007f4e5d7fa95d in ?? () from ../lib/libonnxruntime.so.1.15.1
#13 0x00007f4e5d7efb39 in ?? () from ../lib/libonnxruntime.so.1.15.1
#14 0x00007f4e5d7fe69d in ?? () from ../lib/libonnxruntime.so.1.15.1
#15 0x00007f4e5d7f5c83 in ?? () from ../lib/libonnxruntime.so.1.15.1
#16 0x00007f4e5d7bd48c in ?? () from ../lib/libonnxruntime.so.1.15.1
#17 0x00007f4e5d7c0a33 in ?? () from ../lib/libonnxruntime.so.1.15.1
#18 0x00007f4e5d7c11fc in ?? () from ../lib/libonnxruntime.so.1.15.1
#19 0x00007f4e5d000f6c in ?? () from ../lib/libonnxruntime.so.1.15.1
#20 0x00007f4e5cf8ff67 in ?? () from ../lib/libonnxruntime.so.1.15.1
#21 0x00007f4e5e12aba5 in Run (output_count=<optimized out>,output_values=<optimized out>, output_names=<optimized out>,input_count=<optimized out>, input_values=<optimized out>, input_names=<optimized out>, run_options=...,this=<optimized out> at onnxruntime-1.15.1/include/onnxruntime cxx inline.h:909

To reproduce

  • load gru.onnx
  • do session.Run()
    this issue not always happenned

Urgency

No response

Platform

Linux

OS Version

centos-7.9

ONNX Runtime Installation

Install from Package

ONNX Runtime Version or Commit ID

baeece4

ONNX Runtime API

C++

Architecture

X64

Execution Provider

Default CPU

Execution Provider Library Version

No response

Copy link
Contributor

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

@github-actions github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label Jan 13, 2024
Copy link
Contributor

This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale issues that have not been addressed in a while; categorized by a bot
Projects
None yet
Development

No branches or pull requests

1 participant