gstreamer crash on Linux with rtsp camera

I am launching this command on Ubuntu Linux 18.04 with installed deepstream 4.0.1, cuda 10.1 and nvidia-driver-435 on GTX1080ti:

gst-launch-1.0 uridecodebin uri="rtsp://admin:123TRT@192.168.1.158:554/0" ! m.sink_0 nvstreammux name=m batch-size=1 width=1920 height=1080 !  nvvideoconvert ! video/x-raw,format=BGRx ! videoconvert ! video/x-raw,format=BGR ! appsink

it crashes like this:

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:123TRT@192.168.1.158:554/0
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
WARNING: from element /GstPipeline:pipeline0/GstNvStreamMux:m: No Sources found at the input of muxer. Waiting for sources.
Additional debug info:
gstnvstreammux.c(1896): gst_nvstreammux_src_push_loop (): /GstPipeline:pipeline0/GstNvStreamMux:m
Caught SIGSEGV
Spinning.  Please run 'gdb gst-launch-1.0 13247' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:01:47.319822123
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
^C

how can i avoid this bug? How can I report the bug? My camera is ok, it works correctly with vlc and ffplay.

See here: https://devtalk.nvidia.com/default/topic/1062748/?comment=5399876

Try UDP protocol

Try this, gst-launch-1.0 uridecodebin uri=“rtsp://admin:123TRT@192.168.1.158:554/0” ! queue name=q0 ! m.sink_0 nvstreammux name=m batch-size=1 width=1920 height=1080 nvbuf-memory-type=0 live-source=1 ! nvvideoconvert ! nveglglessink, this output to display, for your requirements, change to yours as shown in your second half of pipeline