Opened 10 years ago
Closed 10 years ago
#9194 closed patch (Fixed)
Improved xmltv error reporting
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - MythSystem | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch parses xmltv's termination status (from system()) into exit status (from main()) or signal number as applicable, and logging its findings -- instead of simply logging the unparsed termination status (still a last resort).
This should simplify xmltv troubleshooting; and I'd like to think that http://www.google.com/search?q=xmltv+error+256 shows that this would be very useful.
Attachments (1)
Change History (6)
Changed 10 years ago by
Attachment: | mythfilldatabase.exit-status.diff added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | changed from stuartm to beirdo |
---|---|
Status: | new → assigned |
comment:3 Changed 10 years ago by
This is a prime candidate for replacing with myth_system in the next round of upgrades to it.
comment:4 Changed 10 years ago by
Component: | MythTV - Mythfilldatabase → MythTV - MythSystem |
---|
comment:5 Changed 10 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Fixed |
Status: | assigned → closed |
This area of code was reworked in the mythsystem-rewrite branch, which has been merged. This patch is no longer needed.
In short: The patch changes
into