Our application uses v4l2src gstreamer plugin to capture video from CSI-2 ports. When opening/closing the application’s video pipeline, there’s a chance that the whole system freezes. Logs from serial port shows “Unable to handle kernel paging request” or “Watchdog detected hard LOCKUP on cpu” etc.
Is there anyone else having the same experience? What to do to debug? Thanks in advance.
PS. my TX2 uses R28.1’s kernel
ubuntu@tegra-ubuntu:~/$ uname -a
Linux tegra-ubuntu 4.4.38 #5 SMP PREEMPT Tue Jan 9 10:22:19 CST 2018 aarch64 aarch64 aarch64 GNU/Linux
Our own app uses gstreamer. The source element of this gst pipeline is v4l2src, and we have multiple source in one pipeline. On the hardware side, we use TC358743 to input video from HDMI port to TX2’s CSI-2 ports.
When running the app, user will set the pipeline to PLAYING state or NULL state (through anything in between). The crash/lockup is observed when state changes from PLAYING to NULL.