Double free or corruption (out) Aborted (core dumped)-VPI2-Jetpack5.1.2_AGX_Orin

Hello,

I have an AGX Orin Developer Kit running VPI 2 and JetPack 5.1.2. I was trying to run the FFT example using the following command:

/opt/nvidia/vpi2/samples/07-fft$ python3 main.py cuda ../assets/kodim08.png

However, I encountered the following error:

double free or corruption (out)
Aborted (core dumped)

Could you please help me resolve this issue?

Thank you!

Hello,

The issue was the command must be executed with sudo rights. So, my issue has been resolved.

sudo python3 main.py cuda ../assets/kodim08.png

Best,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.