Stefan Himpich wrote: > > >>>> I have one of the new Haupauge WinTVs, whicht seem to card version 2.1. > >>>> When I record something with VDR, i get an segmentation fault after > some > >>>> time. My Message-Logfile shows nothing. > >>>> Is there anything I can do to find the source of the problem? Enable > >>>> Debugging/core files? > > >>> You could enable core files and do a backtrace in gdb. > >>> Maybe you can see where the segfault happens. > >> > >> How do I enable core-Files? > > > > In the 'bash' the command would be > > ulimit -c unlimited > > Backtrace could be done by a friend of mine. > > Just do > > gdb vdr core > > and enter the 'bt' command. > > (gdb) bt > #0 0x401ce1f7 in poll () from /lib/libc.so.6 > #1 0x8055bcf in Action__12cSIProcessor (this=0x808d3a0) at eit.c:1206 > #2 0x80665ee in StartThread__7cThreadP7cThread (Thread=0x808d3a0) > at thread.c:76 > #3 0x40093ca3 in pthread_start_thread () from /lib/libpthread.so.0 > > Looks like I have problems with my system libraries? (SuSE 7.1, standard > install with plain kernel 2.4.5) I also had that sometimes with earlier driver versions. Are you using the "latest greatest" CVS driver version? If not, please try that one. Klaus -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: [EMAIL PROTECTED] D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
