microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.77k stars 2.94k forks source link

[Dev] "./onnxruntime_test_all --help" gives segmentation fault #22838

Open amancini-N opened 1 week ago

amancini-N commented 1 week ago

Describe the issue

When asking for --help on the onnxruntime_test_all binary, it gives segmentation fault. This is preventing onnxruntime tests from being scouted by test explorers like CTestMate

To reproduce

  1. build the onnxruntime project
  2. cd into build folder
  3. run "./onnxruntime_test_all --help"

Urgency

No response

Platform

Linux

OS Version

Ubuntu 20.04

ONNX Runtime Installation

Built from Source

ONNX Runtime Version or Commit ID

09c98433e7e6b352c7b878660267d2635c7bfcf6

ONNX Runtime API

Other / Unknown

Architecture

X64

Execution Provider

Other / Unknown

Execution Provider Library Version

No response