Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Release 0.0.3: -fixed undefined symbol error when not using NO_EPG patch -declare Nagra-events that have day-of-the month in the period between today-7days and yesterday as "old events"; some providers keep sending old eepg data that otherways are presented as next months' -stopped processing the second title-field that is sent with Nagra, since it is not clear when it is valid -make eepg-plugin actually obey the rules defined by the NO_EPG patch, if used -fixed all compiler warnings Release 0.0.2a: -fixed problem in NagraGuide, where month of title could get random value Release 0.0.2: -decoded and added NagraGuide -tested daylight savings functionality for SKY_UK -added daylight savings fucntionality for MHW1 and NAGRA -added possiblity to scan more eepg-streams on same transponder (like CanaalDigitaalNL, both MHW1 and Nagra) -disabled scan after 1 hour idle time; this was unused functionality, since a) most updates are once/24 hour, and b) most of the time zapping is done within 1 hour -added lookup for eventid, so existing events will be updated instead of added. This means less use for the DD_EPG patch, because double EPG entries will be minimized. -fixed compile problem when using NO_EPG patch -added hexdump routine for debugging -improved use of TableId's, so now the plugin can decide whether to overwrite or to preserve the existing EPG data -improved several routines, less memory use, less cpu use. |
This post has been edited 2 times, last edit by "dingo" (Apr 30th 2009, 2:57pm)
|
|
Source code |
1 |
ERROR: ./PLUGINS/lib/libvdr-eepg.so.1.7.0: undefined symbol: _ZN2SI5cEIT210allowedEPGE10tChannelID |
This post has been edited 2 times, last edit by "peda" (Apr 5th 2009, 8:55pm)
|
|
Source code |
1 2 3 4 5 6 |
[...] Apr 5 21:55:19 [vdr] [21183] loading plugin: /usr/local/lib/vdr/libvdr-eepg.so.1.7.0 Apr 5 21:55:19 [vdr] [21183] ERROR: /usr/local/lib/vdr/libvdr-eepg.so.1.7.0: undefined symbol: _ZN2SI5cEIT210allowedEPGE10tChannelID Apr 5 21:55:19 [vdr] [21183] loading /etc/vdr/setup.conf Apr 5 21:55:19 [logger] vdr: /usr/local/lib/vdr/libvdr-eepg.so.1.7.0: undefined symbol: _ZN2SI5cEIT210allowedEPGE10tChannelID [...] |

|
|
Source code |
1 |
bool cEIT2::allowedEPG (tChannelID kanalID) |
|
|
Source code |
1 |
kernel: [239220.037259] section handler[6230]: segfault at ad6f70ac ip b7dac48f sp b64eda7c error 6 in libc-2.9.so[b7d33000+15a000] |
This post has been edited 1 times, last edit by "IG88" (Apr 16th 2009, 12:59pm)
This post has been edited 1 times, last edit by "carel" (Apr 16th 2009, 2:47pm)
Quoted
Originally posted by carel
Hi,
Das mit gdb hab ich bereits versucht aber mein system will einfach KEIN coredumps producieren.
Ich hab als start sequenz:
cd $VDR_DIR
echo "core.%e.%p" > /proc/sys/kernel/core_pattern
ulimit -c unlimited
$STARTVDR
usw.
Kein coredump in $VDR_DIR...
Ich hab mein kernel selbst compiliert aber ich weiss nicht was da evtl falsch sein könnte.
Carel