[mythtv-users] segfault scanning ATSC channels

Daniel Kristjansson danielk at cuymedia.net
Thu Sep 13 14:37:12 UTC 2007


On Thu, 2007-09-13 at 06:22 -0700, Yan Seiner wrote:
> I'm having a problem. gdb is segfaulting.... I've rebuilt myth with the 
> command line:
Yikes!

Well there is another way to get the backtrace..

rm core*
ulimit -c unlimited
mythtv-setup
<cause segfault>
gdb core*                 # this might be "gdb mythtv-setup core*
thread apply all bt full
quit
rm core*


-- Daniel



More information about the mythtv-users mailing list