Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: KVDR 0.52 / KDE 3 / SuSE 8.1



Guido Fiala schrieb:
On Tuesday, 4. February 2003 23:03, Andreas Böttger wrote:
I'm trying to get KVDR running on KDE 3 / SuSE 8.1 (up to date), to watch
my secondary DVB-S...
First I get KVDR 0.52. After adding #include <stdlib.h> to kvdr/main.cpp
the compiler was happy, but starting brings:
Ups. Should not happen ;-)
Well, have just Suse 8.0 available right now, so i'am probably not much help.
Can you find out at which line/file kvdr crashes by doing a little debug-session in kdevelop? Should'nt be to complicated.

KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kvdr path = <unknown> pid = 32661
ASSERT: debug output not ended with \n
Unable to start dr. konqi

Ok, here is some output from ddd:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 27961)]
0x00000000 in ?? ()

#5 0x410014f2 in __libc_start_main () from /lib/libc.so.6
#4 0x080631e3 in main (argc=1, argv=0xbffff7c4) at main.cpp:60
#3 0x402dc70e in KApplication::KApplication(bool, bool) () from /opt/kde3/lib/libkdecore.so.4
#2 0x402ddbc5 in KApplication::init(bool) () from /opt/kde3/lib/libkdecore.so.4
#1 0x4030cf37 in KProcessController::KProcessController() () from /opt/kde3/lib/libkdecore.so.4
#0 0x00000000 in ?? ()

--> KApplication a;
Kvdr *kvdr = new Kvdr();
a.setMainWidget(kvdr);

BTW:
svdrpc.cpp:17:1: warning: "_GNU_SOURCE" redefined
svdrpc.cpp:1:1: warning: this is the location of the previous definition
kvdr.xpm:118: warning: deprecated conversion from string constant to `char*'
ckvdrcfg.cpp:429:2: warning: no newline at end of file
kvdr.cpp:55: warning: unused parameter `XErrorEvent*event'
kvdr.cpp:636: warning: ISO C++ forbids variable-size array `rp'
kvdr.cpp:647: warning: comparison of unsigned expression < 0 is always false
kvdr.cpp:916: warning: `int msize' might be used uninitialized in this function
kvdr.cpp:1354: warning: unused parameter `QResizeEvent*ev'
kvdr.cpp:1371: warning: unused parameter `QHideEvent*ev'
kvdr.cpp:1376: warning: unused parameter `QShowEvent*ev'
kvdr.cpp:1795: warning: unused parameter `QMouseEvent*event'
main.cpp:45: warning: unused parameter `int i'
kvdr_meta_unload.cpp:1: warning: `const char*_metalist_kvdr[3]' defined but not used

Hmm, is there anything mixed up in my SuSE/KDE? It's the KDE3 version
that comes with SuSE 8.1. I have installed all patches from
www.suse.de/de/private/download/updates/81_i386.html up to
autoyast2-2.6.40-0.noarch.patch.rpm (2003-01-09).

Andreas Böttger



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index