cuDLA-samples icon indicating copy to clipboard operation
cuDLA-samples copied to clipboard

build_dla_standalone_loadable.sh: double free or corruption

Open stephen-derosa opened this issue 8 months ago • 1 comments

Host machine: JP 6.2, L4T 36.4.3 Docker Container: based off of dustynv/jetson-inference:r36.3.0

When trying to run build_dla_standalone_loadable.sh i get the error:

double free or corruption (out)
data/model/build_dla_standalone_loadable.sh: line 27:    37 Aborted                 (core dumped) ${TRTEXEC} --minShapes=images:1x3x672x672 --maxShapes=images:1x3x672x672 --optShapes=images:1x3x672x672 --shapes=images:1x3x672x672 --onnx=data/model/yolov5_trimmed_qat.onnx --useDLACore=0 --buildDLAStandalone --saveEngine=data/loadable/yolov5.int8.int8hwc4in.fp16chw16out.standalone.bin --inputIOFormats=int8:dla_hwc4 --outputIOFormats=fp16:chw16 --int8 --fp16 --calib=data/model/qat2ptq.cache --precisionConstraints=obey --layerPrecisions="/model.24/m.0/Conv":fp16,"/model.24/m.1/Conv":fp16,"/model.24/m.2/Conv":fp16

Full log attatched full_failure.log

Any help is appreciated, thanks!

stephen-derosa avatar Apr 21 '25 22:04 stephen-derosa

are you using TRT 8.6.0.2 in the docker? could you try directly with JP 6.2 without docker?

lynettez avatar Sep 19 '25 02:09 lynettez