程序执行到 void NdkCameraWindow::on_image(const unsigned char* nv21, int nv21_width, int nv21_height) const { ....... int render_rotate_type = 0; { int win_w = ANativeWindow_getWidth(win); int win_h = ANativeWindow_getHeight(win); } } 报错Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x90 in tid 14689 (ImageReader-640), pid 14654 (cent.yolov8ncnn) 求助