Segfault around nvvideoconvert logs

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
A3000
• DeepStream Version
6.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
8.2.5.1
• NVIDIA GPU Driver Version (valid for GPU only)
510.73.05
• Issue Type( questions, new requirements, bugs)
Bug
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

It seems like I crashed at nvvideoconvert’s function when I repeatedly run a pipeline that links a x-raw video to nvv4l2decoder plugin, trying to convert the video to NVMM data format. The pipeline is linked like follows:
filesrc → qtdemux → h264parse → nvv4l2decoder → rest of pipeline…

It does not occur all the time. A segmentation fault is thrown after this nvvideoconvert log, but I could not provide a more specific stack trace to pinpoint the function where the error is thrown. GDB frames calls shows the fault is thrown at g_type_check_value in gst_value_is_fixed, in gst_pad_push_event

Including the last seen logs below

05810 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:capsfilter0:sink sent query 0x55be0d924b20 (caps), result 1
0:00:24.702111795 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:capsfilter0:sink 0x55be0d95b7b0 unref 2->1
0:00:24.702122318 19001 0x55be0e5041e0 DEBUG default gstutils.c:2769:query_caps_func:fuzer:src intersect with result video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702127178 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x55be0d916d40
0:00:24.702135972 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f557c0474c0
0:00:24.702148971 19001 0x55be0e5041e0 DEBUG default gstutils.c:2771:query_caps_func:fuzer:src intersected video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702159208 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 7->6
0:00:24.702170396 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d924f20 ref 2->3
0:00:24.702188104 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d916d40 ref 1->2
0:00:24.702193116 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d916d40 unref 2->1
0:00:24.702197406 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d924f20 unref 3->2
0:00:24.702202111 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d916d40 ref 1->2
0:00:24.702206345 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d924ad0 unref 1->0
0:00:24.702210380 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f557c046c40
0:00:24.702213970 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x55be0d924ad0
0:00:24.702219083 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d916d40 unref 2->1
0:00:24.702224425 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:3437:gst_pad_query_default:fuzer:fuzerpad20 not forwarding 0x55be0d924b20 (caps) query
0:00:24.702228958 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref: 0x55be0d958200 unref 2->1
0:00:24.702233978 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:fuzer:fuzerpad20 sent query 0x55be0d924b20 (caps), result 1
0:00:24.702238018 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3725:do_probe_callbacks:fuzer:fuzerpad20 do probes
0:00:24.702243658 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3612:probe_hook_marshal:fuzer:fuzerpad20 hook 1 with flags 0x00003010 does not match 00002200
0:00:24.702248289 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:fuzer:fuzerpad20 0x7f55b395cd40 unref 4->3
0:00:24.702252441 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3725:do_probe_callbacks:ubin21:src do probes
0:00:24.702257958 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3612:probe_hook_marshal:ubin21:src hook 1 with flags 0x00003040 does not match 00002200
0:00:24.702263478 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3612:probe_hook_marshal:ubin21:src hook 2 with flags 0x00003010 does not match 00002200
0:00:24.702273838 19001 0x55be0e5041e0 DEBUG default gstutils.c:2769:query_caps_func:ubin21:src intersect with result video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702277760 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x55be0d91b4f0
0:00:24.702280466 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f5568046b60
0:00:24.702289211 19001 0x55be0e5041e0 DEBUG default gstutils.c:2771:query_caps_func:ubin21:src intersected video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702293131 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 6->5
0:00:24.702297468 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d6ef400 ref 5->6
0:00:24.702300722 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d91b4f0 ref 1->2
0:00:24.702304010 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d91b4f0 unref 2->1
0:00:24.702306979 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d6ef400 unref 6->5
0:00:24.702313510 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d91b4f0 ref 1->2
0:00:24.702318309 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d916d40 unref 1->0
0:00:24.702323233 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f557c0474c0
0:00:24.702326543 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x55be0d916d40
0:00:24.702331312 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d91b4f0 unref 2->1
0:00:24.702336244 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:3437:gst_pad_query_default:src:proxypad143 not forwarding 0x55be0d924b20 (caps) query
0:00:24.702339914 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:ubin21:src 0x55be621b6ba0 unref 5->4
0:00:24.702345343 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:src:proxypad143 sent query 0x55be0d924b20 (caps), result 1
0:00:24.702351208 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:src:proxypad143 0x7f55b00290f0 unref 2->1
0:00:24.702365020 19001 0x55be0e5041e0 DEBUG default gstutils.c:2769:query_caps_func:queue2:src intersect with result video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702373517 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x55be0d716ad0
0:00:24.702377647 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f55b3473c20
0:00:24.702389179 19001 0x55be0e5041e0 DEBUG default gstutils.c:2771:query_caps_func:queue2:src intersected video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702397689 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 5->4
0:00:24.702402517 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d9298a0 ref 3->4
0:00:24.702406900 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d716ad0 ref 1->2
0:00:24.702410946 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d716ad0 unref 2->1
0:00:24.702415138 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d9298a0 unref 4->3
0:00:24.702424170 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d716ad0 ref 1->2
0:00:24.702428070 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d91b4f0 unref 1->0
0:00:24.702432407 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f5568046b60
0:00:24.702436489 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x55be0d91b4f0
0:00:24.702441172 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d716ad0 unref 2->1
0:00:24.702451049 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:3437:gst_pad_query_default:queue2:sink not forwarding 0x55be0d924b20 (caps) query
0:00:24.702456011 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref: 0x55be62146660 unref 2->1
0:00:24.702461909 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:queue2:sink sent query 0x55be0d924b20 (caps), result 1
0:00:24.702476105 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:queue2:sink 0x55be62141cb0 unref 2->1
0:00:24.702487094 19001 0x55be0e5041e0 DEBUG default gstutils.c:2769:query_caps_func:tagger1:src intersect with result video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702493274 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x7f5594008b70
0:00:24.702498359 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x55be0d91d440
0:00:24.702512155 19001 0x55be0e5041e0 DEBUG default gstutils.c:2771:query_caps_func:tagger1:src intersected video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702517431 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 4->3
0:00:24.702523537 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d6ef400 ref 5->6
0:00:24.702534049 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f5594008b70 ref 1->2
0:00:24.702538555 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008b70 unref 2->1
0:00:24.702543036 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d6ef400 unref 6->5
0:00:24.702548400 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f5594008b70 ref 1->2
0:00:24.702553803 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d716ad0 unref 1->0
0:00:24.702559322 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f55b3473c20
0:00:24.702563928 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x55be0d716ad0
0:00:24.702569030 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008b70 unref 2->1
0:00:24.702575490 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:3437:gst_pad_query_default:tagger1:sink not forwarding 0x55be0d924b20 (caps) query
0:00:24.702581222 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref: 0x55be62144800 unref 2->1
0:00:24.702586727 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:tagger1:sink sent query 0x55be0d924b20 (caps), result 1
0:00:24.702591802 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:tagger1:sink 0x55be62140340 unref 2->1
0:00:24.702596929 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3725:do_probe_callbacks:autovideoconvert4:src do probes
0:00:24.702611172 19001 0x55be0e5041e0 LOG GST_SCHEDULING gstpad.c:3612:probe_hook_marshal:autovideoconvert4:src hook 1 with flags 0x00003100 does not match 00002200
0:00:24.702623103 19001 0x55be0e5041e0 DEBUG default gstutils.c:2769:query_caps_func:autovideoconvert4:src intersect with result video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702627739 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x7f55ab997540
0:00:24.702633398 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f55b8035480
0:00:24.702643344 19001 0x55be0e5041e0 DEBUG default gstutils.c:2771:query_caps_func:autovideoconvert4:src intersected video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702647906 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 3->2
0:00:24.702652837 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x55be0d929ad0 ref 23->24
0:00:24.702656915 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f55ab997540 ref 1->2
0:00:24.702662303 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55ab997540 unref 2->1
0:00:24.702667508 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d929ad0 unref 24->23
0:00:24.702672541 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f55ab997540 ref 1->2
0:00:24.702677545 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008b70 unref 1->0
0:00:24.702688150 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x55be0d91d440
0:00:24.702696060 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x7f5594008b70
0:00:24.702699881 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55ab997540 unref 2->1
0:00:24.702705290 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:3437:gst_pad_query_default:src:proxypad142 not forwarding 0x55be0d924b20 (caps) query
0:00:24.702709046 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:autovideoconvert4:src 0x55be621aa580 unref 3->2
0:00:24.702713095 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:src:proxypad142 sent query 0x55be0d924b20 (caps), result 1
0:00:24.702718465 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstobject.c:263:gst_object_unref:src:proxypad142 0x7f55b42e25a0 unref 2->1
0:00:24.702722872 19001 0x55be0e5041e0 DEBUG GST_PADS gstpad.c:4076:gst_pad_query:<‘’:sink_internal> sent query 0x55be0d924b20 (caps), result 1
0:00:24.702726419 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f55ab997540 ref 1->2
0:00:24.702734907 19001 0x55be0e5041e0 DEBUG GST_CAPS gstutils.c:3064:gst_pad_query_caps:<‘’:sink_internal> query returned video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702741138 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x55be0d924b20 unref 1->0
0:00:24.702746339 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 2->1
0:00:24.702750684 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55ab997540 unref 2->1
0:00:24.702754552 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f554935ee80
0:00:24.702763192 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1124:gst_base_transform_find_transform: Resulted in video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702769121 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:465:gst_mini_object_ref: 0x7f55a8009a80 ref 3->4
0:00:24.702785300 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1128:gst_base_transform_find_transform: Intersecting with template caps video/x-raw(memory:NVMM), format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:24.702790855 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x7f55400044a0
0:00:24.702795004 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f55b807bee0
0:00:24.702807630 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1134:gst_base_transform_find_transform: Intersection: video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702813724 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55ab997540 unref 1->0
0:00:24.702817717 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f55b8035480
0:00:24.702821760 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x7f55ab997540
0:00:24.702826463 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55a8009a80 unref 4->3
0:00:24.702843278 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1140:gst_base_transform_find_transform: Intersecting with transformed caps video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }
0:00:24.702848718 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:262:gst_caps_new_empty: created caps 0x55be0d91ee30
0:00:24.702855268 19001 0x55be0e5041e0 TRACE structure gststructure.c:154:gst_structure_new_id_empty_with_size: created structure 0x7f554935eea0
0:00:24.702872970 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1145:gst_base_transform_find_transform: Intersection: video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702876654 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f55400044a0 unref 1->0
0:00:24.702881258 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f55b807bee0
0:00:24.702885085 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x7f55400044a0
0:00:24.702889384 19001 0x55be0e5041e0 TRACE GST_REFCOUNTING gstminiobject.c:647:gst_mini_object_unref: 0x7f5594008ad0 unref 1->0
0:00:24.702894341 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f55b3473c00
0:00:24.702898657 19001 0x55be0e5041e0 TRACE structure gststructure.c:392:gst_structure_free: free structure 0x7f55b8035b60
0:00:24.702903139 19001 0x55be0e5041e0 TRACE caps-features gstcapsfeatures.c:418:gst_caps_features_free: free caps features 0x7f55b00032a0
0:00:24.702907182 19001 0x55be0e5041e0 TRACE GST_CAPS gstcaps.c:216:_gst_caps_free: freeing caps 0x7f5594008ad0
0:00:24.702917317 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1166:gst_base_transform_find_transform: have non-fixed caps video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB
0:00:24.702942242 19001 0x55be0e5041e0 DEBUG basetransform gstbasetransform.c:1172:gst_base_transform_find_transform: calling fixate_caps for video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB using caps video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)30/1 on pad nvvideoconvert20:src
0:00:24.702958191 19001 0x55be0e5041e0 DEBUG nvvideoconvert gstnvvideoconvert.c:1677:gst_nvvideoconvert_fixate_caps: trying to fixate othercaps video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)[ 1/2147483647, 2147483647/1 ], framerate=(fraction)30/1, format=(string)RGB based on caps video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)30/1
0:00:24.702969082 19001 0x55be0e5041e0 DEBUG nvvideoconvert gstnvvideoconvert.c:1795:gst_nvvideoconvert_fixate_caps: Input DAR: 16 / 9
Signal: SIGSEGV (Segmentation fault)

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Can you tell us the steps to reproduce the crash?

Thanks for replying. It would take some effort to isolate the functionality into 1 script, but I’ll try to produce one.

Hello @syther666 , Have you created the script to reproduce? Please let us know if you need further support, thanks.

Hi,

Sorry, thought I would be able to simplify the pipeline in a few days, but I wasn’t able to get to it yet. Maybe you can close this for now, I’ll open again should the script be ready.