[Support]: "Segmentation fault" in "in get_current_frame" (onnx detector, yolonas, rocm gfx90c) #15769
Unanswered
GrumpyMeow
asked this question in
General Support
Replies: 1 comment 1 reply
-
Just a heads up, I got the same stacktrace on ghcr.io/blakeblackshear/frigate:0.15.0-beta7 with openvino/CPU detector on AMD Ryzen 7 5700U with Radeon Graphics. I was running fine in a k3s environment and noted the defect after migrating over to podman/quadlet. Switched to a Coral I had on hand to cure the issue for the time being. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Yesterday i made some changes in configuration which seem to make Frigate crash regularly.
Yesterday i've compiled and started using the yoyo_nas_s.onnx file on a ROCm enabled system.
After this i now get these segmentation faults. I will retrace my steps to a state where the error no longer occurs.
I will provide that information in this issue.
I get the segmentation fault after configuring the detector as:
Version
0.15.0-87e7b62
What browser(s) are you using?
Chromium
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker CLI
docker-compose file or Docker CLI command
ghcr.io/blakeblackshear/frigate:0.15.0-beta4-rocm
none
Object Detector
Other
Network connection
Wired
Camera make and model
Reolink doorbell
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
I'm very sure that the segfault is being caused by a combination of the ONNX-detector and my ROCm-enabled-system (Ryzen 4500h gfx90c). I started using the ONNX-detector as i read in the beta-documentation that it would automatically start using rocm-features.
When i switch from the
onnx
-detector to therocm
-detector, the segfault error does not occur any more. With which i'm more than happy to use.Beta Was this translation helpful? Give feedback.
All reactions