Opened 16 years ago
Closed 16 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)
by , 16 years ago
| Attachment: | mythfilldatabase.exit-status.diff added |
|---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 16 years ago
This is a prime candidate for replacing with myth_system in the next round of upgrades to it.
comment:4 by , 16 years ago
| Component: | MythTV - Mythfilldatabase → MythTV - MythSystem |
|---|
comment:5 by , 16 years ago
| 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