Luckfox Pico Pro Max板子内核崩溃
Posted: 2024-09-11 18:05
为什么我用yolov5例程中的函数读取37508字节的jpeg图像会导致内核崩溃?
代码:
ret = tjDecompress2(handle, jpegBuf, size, sw_out_buf, width, 0, height, pixelFormat, flags);
结果:
Segmentation fault (core dumped)
请问是内存不够的问题吗?有什么方法可以查询?
代码:
ret = tjDecompress2(handle, jpegBuf, size, sw_out_buf, width, 0, height, pixelFormat, flags);
结果:
Segmentation fault (core dumped)
请问是内存不够的问题吗?有什么方法可以查询?