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)