Skip to content

Comments

Implement patch for atsc_epg segfault on 64-bit systems#2

Open
taligentx wants to merge 1 commit intotufei:masterfrom
taligentx:master
Open

Implement patch for atsc_epg segfault on 64-bit systems#2
taligentx wants to merge 1 commit intotufei:masterfrom
taligentx:master

Conversation

@taligentx
Copy link

Debian bug report 779520 contains a patch to resolve this segfault:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779520

Before:

$ atsc_epg -f xxx000000:8VSB:49:52:3

tuning to xxx000000 Hz, please wait...
tuner locked.
system time: Tue Jul 24 13:15:27 2018
TS STT time: Tue Jul 24 13:15:43 2018
MGT table:
   0: type = 0x0000, PID = 0x1FFB, terrestrial VCT with current_next_indictor=1
   1: type = 0x0100, PID = 0x1D00, EIT 0
   2: type = 0x0101, PID = 0x1D01, EIT 1
   3: type = 0x0102, PID = 0x1D02, EIT 2
   4: type = 0x0103, PID = 0x1D03, EIT 3
   5: type = 0x0200, PID = 0x1E00, event ETT 0
   6: type = 0x0201, PID = 0x1E01, event ETT 1
   7: type = 0x0202, PID = 0x1E02, event ETT 2
   8: type = 0x0203, PID = 0x1E03, event ETT 3
receiving EIT .Segmentation fault (core dumped)

After:

$ atsc_epg -f xxx000000:8VSB:49:52:3

tuning to xxx000000 Hz, please wait...
tuner locked.
system time: Tue Jul 24 13:22:49 2018
TS STT time: Tue Jul 24 13:23:05 2018
MGT table:
   0: type = 0x0000, PID = 0x1FFB, terrestrial VCT with current_next_indictor=1
   1: type = 0x0100, PID = 0x1D00, EIT 0
   2: type = 0x0101, PID = 0x1D01, EIT 1
   3: type = 0x0102, PID = 0x1D02, EIT 2
   4: type = 0x0103, PID = 0x1D03, EIT 3
   5: type = 0x0200, PID = 0x1E00, event ETT 0
   6: type = 0x0201, PID = 0x1E01, event ETT 1
   7: type = 0x0202, PID = 0x1E02, event ETT 2
   8: type = 0x0203, PID = 0x1E03, event ETT 3
receiving EIT .............
-------------------------------------------------------------------------------
1.1 Channel
|13:00--14:00| Days of Our Lives
|14:00--15:00| Rachael Ray
|15:00--16:00| Dr. Phil
|16:00--16:30| Jeopardy!
|16:30--17:00| Jeopardy!
|17:00--17:30| News @ 5
|17:30--18:00| NBC Nightly News with Lester Holt
|18:00--18:30| News @ 6
|18:30--19:00| Wheel of Fortune
|19:00--21:00| America's Got Talent
|21:00--22:00| World of Dance
|22:00--22:35| News @ 10
|22:35--23:37| The Tonight Show Starring Jimmy Fallon
|23:37--00:37| Late Night with Seth Meyers
|00:37--01:07| Last Call with Carson Daly
-------------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant