Free: invalid pointer (aborted dump error) (original) (raw)

Hello,

I use Jetson Orin Nx and Jetpack 6.2. When I run python it gets:

import onnxruntime
exit()
free(): invalid pointer
Aborted (core dumped)

When I run also import kornia, error gets again. But when ı run import torch, it doesnt seem. Why and how can I solve it?

I realize that kornia and onxxruntime is which are after installed torch, torchvision and torchaudio. Other libraries that before installed torch have no error.

error gets update:

import onnxruntime
free(): invalid next size (fast)
Aborted (core dumped)

AastaLLL April 24, 2025, 10:30am 4

Hi,

Which package do you use?
You can find all our packages for JetPack 6.2 below (including ONNXRuntime and PyTorch):

Thanks.

Hello @AastaLLL ,

I use onnxruntime-gpu-1.22.0 from jp6/cu126 index. I realized that when I use power on 15W, it gets this error but when I use on MAXN, error disappears. Why is this?