Nvgpu driver crashs when trying to resize Qt Quick Application window in Nvidia Jetson AGX ORIN developer Kit

Hi @DaneLLL ,
I re-flashed my Nvidia Jetson Orin AGX developer Kit with L4T version 35.4.1 (Jetpack version 5.1.2) and tried to recreate the issue. And I was clearly able to recreate that again. I noticed that the sampleApp installer I shared previously was not working because of some missing libraries. I don’t know how you were able to run the application and confirm that you were not able to recreate the issue. But since you mentioned that you were not able to recreate, I would like to add more specifics. When the application that was built using Qt and Qt quick is resized, the display driver crashed showing some nvgpu logs in the dmesg. Any of the below three responses were observed.

  1. The nvgpu crash messages were shown in dmesg log and display driver was able to recover (sometimes).
  2. The nvgpu crash messages were shown in dmesg log and display driver was not able to recover. Only restarting the board helps. (This happens most of the time)
  3. The nvgpu crash message was shown in dmesg log and the board automatically goes to restart (I dont know how).

I have attached a working installer run file for the same sample application I shared previously. Before running the installer please install dependencies using the following command, “sudo apt install libqt5widgets5 libqt5xml5 libqt5qml5”.

SampleApp.zip (22.5 MB)

Extract the zip and run the installer to install the sample Application. Now go to the directory where it was installed and run the application using ./App. Now the application will start. To recreate the display driver crash issue resize the application window rapidly or minimize and restore down the application window.
I have attached the screen recording and crash log for your reference. Please take a look.

DisplayDriverCrash.zip (63.2 MB)

I was using Nvidia Jetson Orin AGX developer Kit with L4T version 35.4.1 (Jetpack version 5.1.2) to recreate this. Awaiting for support.