Deepstream 1.5 Jetson TX1 Segmentation fault

The setup has a Jetson TX1 board with Jetpack 3.3 fully installed connected to an HDMI display. When the sample code given for Deepstream is run on the board it throws segmentation fault.

Console Log:

nvgstiva-app-gui -c PGIE-FP16-CarType-CarMake-CarColor.txt -g gui_cfg.txt
** WARN: <parse_meta_grid:268>: Unknown key ‘min-obj-height’ for group [text-sizes]

(nvgstiva-app-gui:2584): Gtk-WARNING **: Could not load image ‘/usr/share/applications/nvgstiva-app/nvidia-logo.png’: Failed to open file ‘/usr/share/applications/nvgstiva-app/nvidia-logo.png’: No such file or directory

Runtime commands:
h: Print this help
q: Quit

p: Pause
r: Resume

[: Seek backward by 10 seconds
]: Seek forward by 10 seconds
,: Seek backward by 1 minute
.: Seek forward by 1 minute

s: Toggle summary display
t: Toggle bounding box text display

------------> -----------------
------------> 0,128,128:1,0,0:2,0,0:3,0,0:4,0,0:5,0,0: -----------------
------------> 0,1920,1080:1,100,1080:2,1920,1080:3,1920,1080:4,0,0:5,0,0: -----------------
------------> -----------------
CLASS_IDS TO OEPRATE ON gie_id(0) : 2:
------------> 0,128,128:1,0,0:2,0,0:3,0,0:4,0,0:5,0,0:6,0,0:7,0,0:8,0,0:9,0,0:10,0,0:11,0,0: -----------------
------------> 0,1920,1080:1,100,1080:2,1920,1080:3,1920,1080:4,0,0:5,0,0:6,0,0:7,0,0:8,0,0:9,0,0:10,0,0:11,0,0: -----------------
------------> -----------------
CLASS_IDS TO OEPRATE ON gie_id(0) : 2:
------------> 0,128,128:1,0,0:2,0,0:3,0,0:4,0,0:5,0,0:6,0,0:7,0,0:8,0,0:9,0,0:10,0,0:11,0,0:12,0,0:13,0,0:14,0,0:15,0,0:16,128,1920:17,0,100:18,0,1920:19,0,1920:20,0,0:21,0,0:22,0,0:23,0,0: -----------------
------------> 0,1920,1080:1,100,1080:2,1920,1080:3,1920,1080:4,0,0:5,0,0:6,0,0:7,0,0:8,0,0:9,0,0:10,0,0:11,0,0:12,0,0:13,0,0:14,0,0:15,0,0:16,1080,1:17,1080,1:18,1080,4:19,1080,4:20,0,0:21,0,0:22,0,0:23,0,0: -----------------
------------> -----------------
CLASS_IDS TO OEPRATE ON gie_id(0) : 2:
------------> 0,0:1,0:2,0: -----------------
------------> 0,0:1,0:2,0: -----------------
------------> 0,0,0:1,0,0:2,0,0: -----------------
------------> 0,1920,1080:1,100,1080:2,1920,1080: -----------------
------------> 0,0.200000,0.100000,3,0:1,0.200000,0.100000,3,0:2,0.200000,0.100000,3,0: -----------------
CPU usage measurement requires governor to be set to performance------------> 0,0.0,1.0,0.0:1,0.0,1.0,1.0:2,0.0,0.0,1.0:3,1.0,1.0,0.0 -----------------
** INFO: <bus_callback:138>: Pipeline ready

Deploy Name : /home/nvidia/Model/IVASecondary_Make_V1/deploy.prototxt
Model Name : /home/nvidia/Model/IVASecondary_Make_V1/snapshot_iter_6240.caffemodel
Model Cache Name : /home/nvidia/Model/IVASecondary_Make_V1/snapshot_iter_6240.caffemodel_b2_fp16.cache
Batch_Size 2

Using Cached GIE model /home/nvidia/Model/IVASecondary_Make_V1/snapshot_iter_6240.caffemodel_b2_fp16.cache crypto flags(0)
Segmentation fault

I am not able to find the issue. Kindly help me to resolve it.