Em Tue, 27 Aug 2019 19:49:41 +0300 Olcay Korkmaz <olcay.krkmz@xxxxxxxxx> escreveu: > > Ok, the problem is happening here: > > > > Program received signal SIGSEGV, Segmentation fault. > > dvb_store_channel (dvb_file=0x7fffffffe460, __p=0x5555555605d0, dvb_scan_handler=0x555555565060, get_detected=0, > > get_nit=0) at dvb-file.c:1345 > > 1345 if (dvb_scan_handler->nit->transport) { > > (gdb) bt > > #0 dvb_store_channel (dvb_file=0x7fffffffe460, __p=0x5555555605d0, dvb_scan_handler=0x555555565060, get_detected=0, > > get_nit=0) at dvb-file.c:1345 > > #1 0x0000555555556847 in run_scan (dvb=0x5555555604f0, args=0x7fffffffe4b0) at dvbv5-scan.c:313 > > #2 main (argc=<optimized out>, argv=<optimized out>) at dvbv5-scan.c:562 > > > > The enclosed patch should fix the issue. Could you please check? > > Thanks, patch fixed the problem. Great! Patch applied to master and to stable-1.16 and stable-1.14 branches: https://git.linuxtv.org/v4l-utils.git/commit/?h=stable-1.14&id=0622c6d3592efa4817cfba148c64bd034baa2420 https://git.linuxtv.org/v4l-utils.git/commit/?h=stable-1.16&id=7c0eda007e698c5d2cbfb9fb33bb2472551ec46d https://git.linuxtv.org/v4l-utils.git/commit/?id=58edfe080b1442c274c85b98cb6e7374c28695cf Gregor, Could you please place them on a next stable release for 1.14 and 1.16? Thanks, Mauro