Imagenet (jetson-inference) aborting with double error

new install of jetpack 6.2 on jetson/nano/orin dev kit
running imagenet, command below
failing with double error

look at "double free error at bottom

Any thoughts ?
Best way debug and find problem code ?

Thx

root@avnisha-desktop:/opt/jetson-inference/build/aarch64/bin# !15
./imagenet images/dog_2.jpg images/test/dog_2.jpg
[video] created imageLoader from file:///opt/jetson-inference/build/aarch64/bin/images/dog_2.jpg

imageLoader video options:

– URI: file:///opt/jetson-inference/build/aarch64/bin/images/dog_2.jpg
- protocol: file
- location: images/dog_2.jpg
- extension: jpg
– deviceType: file
– ioType: input
– codec: unknown
– codecType: v4l2
– frameRate: 0
– numBuffers: 4
– zeroCopy: true
– flipMethod: none
– loop: 0

[video] created imageWriter from file:///opt/jetson-inference/build/aarch64/bin/images/test/dog_2.jpg

imageWriter video options:

– URI: file:///opt/jetson-inference/build/aarch64/bin/images/test/dog_2.jpg
- protocol: file
- location: images/test/dog_2.jpg
- extension: jpg
– deviceType: file
– ioType: output
– codec: unknown
– codecType: v4l2
– frameRate: 0
– bitRate: 0
– numBuffers: 4
– zeroCopy: true

[OpenGL] glDisplay – X screen 0 resolution: 1920x1200
[OpenGL] glDisplay – X window resolution: 1920x1200
[OpenGL] glDisplay – display device initialized (1920x1200)
[video] created glDisplay from display://0

glDisplay video options:

– URI: display://0
- protocol: display
- location: 0
– deviceType: display
– ioType: output
– width: 1920
– height: 1200
– frameRate: 0
– numBuffers: 4
– zeroCopy: true

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

Sorry for the late response.
Is this still an issue to support? Any result can be shared?

Hi,

It’s more recommended to use JetPack 6.0 for jetson-inference due to the TensorRT (8.x vs. 10) compatibility issue.
Thanks.

Fixed with 6.0 and sdk install.
Thx !!!

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