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.
This post has been edited 2 times, last edit by "Keine_Ahnung" (Jun 9th 2011, 8:13pm)

This post has been edited 2 times, last edit by "wastl" (Jun 10th 2011, 9:09pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
#0 0xffffe424 in __kernel_vsyscall () #1 0xb7437751 in raise () from /lib/i686/cmov/libc.so.6 #2 0xb743ab82 in abort () from /lib/i686/cmov/libc.so.6 #3 0xb6871318 in ?? () from /usr/lib/libdirect-1.2.so.9 #4 <signal handler called> #5 0xb747fe38 in strcmp () from /lib/i686/cmov/libc.so.6 #6 0xb6675c91 in cGraphLCDService::NeedsUpdate (this=0x9c55e80, CurrentTime=580364) at service.c:251 #7 0xb6664d42 in cGraphLCDDisplay::Action (this=0x829b540) at display.c:276 #8 0x0812844c in cThread::StartThread (Thread=0x829b540) at thread.c:245 #9 0xb7749955 in start_thread () from /lib/i686/cmov/libpthread.so.0 #10 0xb74d8e7e in clone () from /lib/i686/cmov/libc.so.6 |
This post has been edited 2 times, last edit by "Keine_Ahnung" (Jun 10th 2011, 10:06pm)


This post has been edited 3 times, last edit by "Keine_Ahnung" (Jun 11th 2011, 4:19pm)
habe mal meinen alten VDR (vdr 1.4.7, fedora core 5) angeworfen um zu testen, ob das ganze graphlcd-zeug dort noch laeuft, siehe da, bis auf eine kleine aenderung in einem Makefile gab es genau keine probleme!
Dann kannst du ja auch evtl. mal den i18n Patch testen wenn du da noch Lust hast.|
|
Source code |
1 2 3 4 |
#if APIVERSNUM < 10503 #define trNOOP(s) (s) #define trVDR(s) tr(s) #endif # |
