[mythtv-users] Re: mythbackend 0.16 dumping core

Grant Edwards grante at visi.com
Thu Sep 23 11:27:34 EDT 2004


On Wed, Sep 22, 2004 at 04:30:51PM -0500, Grant Edwards wrote:

> > http://www.mythtv.org/docs/mythtv-HOWTO-20.html#ss20.2
> 
> Sorry, I should have found that on my own.
> 
> Following those instructions, I get the following backtrace:
> 
> #0  0x40009315 in _dl_relocate_object () from /lib/ld-linux.so.2
> (gdb) thread apply all bt full
> 
> Thread 1 (process 579):
> #0  0x40009315 in _dl_relocate_object () from /lib/ld-linux.so.2
> No symbol table info available.
> #1  0x4150f1b3 in getutmpx () from /lib/libc.so.6
[...]

I double checked my settings.pro, and realized that the
backtrace above was generated with

 CONFIG += debug
 CONFIG += release

instead of 

 CONFIG += debug
 #CONFIG += release

as shown in the docs.  With the "release" line commented out, I
no longer get segfaults. :(

I guess I'll try it without the "debug" line as well.

-- 
Grant Edwards
grante at visi.com


More information about the mythtv-users mailing list