(gdb) run
Starting program: /usr/bin/mythbackend 
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1516017968 (LWP 12169)]
Qt: gdb: -nograb added to command-line options.
         Use the -dograb option to enforce grabbing.
2006-10-08 15:23:15.455 Using runtime prefix = /usr
2006-10-08 15:23:15.715 New DB connection, total: 1
2006-10-08 15:23:15.739 Connected to database 'ns_mythtv' at host: 10.100.10.1
2006-10-08 15:23:15.748 Current Schema Version: 1160
Starting up as the master server.
[New Thread -1519498352 (LWP 12173)]
2006-10-08 15:23:15.803 New DB connection, total: 2
2006-10-08 15:23:15.824 Connected to database 'ns_mythtv' at host: 10.100.10.1
2006-10-08 15:23:15.832 EITHelper: localtime offset 10:00:00 
[New Thread -1527891056 (LWP 12175)]
2006-10-08 15:23:16.007 New DB connection, total: 3
2006-10-08 15:23:16.037 Connected to database 'ns_mythtv' at host: 10.100.10.1
[New Thread -1536283760 (LWP 12178)]
2006-10-08 15:23:16.451 EITHelper: localtime offset 10:00:00 
[New Thread -1544676464 (LWP 12179)]
[New Thread -1553069168 (LWP 12181)]
2006-10-08 15:23:16.979 New DB scheduler connection
2006-10-08 15:23:16.992 Connected to database 'ns_mythtv' at host: 10.100.10.1
[New Thread -1561461872 (LWP 12183)]
[New Thread -1569854576 (LWP 12184)]
[New Thread -1578247280 (LWP 12185)]
2006-10-08 15:23:17.026 Main::Starting HttpServer

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1516017968 (LWP 12169)]
_db_return_ (_line_=2618, _sfunc_=0xaff3d6a4, _sfile_=0xaff3d6a0, _slevel_=0xaff3d69c) at dbug.c:828
828     dbug.c: No such file or directory.
        in dbug.c
Current language:  auto; currently c
(gdb) bt
#0  _db_return_ (_line_=2618, _sfunc_=0xaff3d6a4, _sfile_=0xaff3d6a0, _slevel_=0xaff3d69c) at dbug.c:828
#1  0xa58face8 in cli_read_query_result (mysql=0x8148b38) at client.c:2618
#2  0xa58f87ec in mysql_real_query (mysql=0x8148b38, 
    query=0x814f1f0 "SELECT data FROM settings WHERE value = 'ThreadCountInitial_HTTP' AND hostname = 'nsys-home1-gt' ;", length=98) at client.c:2662
#3  0xa5a31024 in QMYSQLResult::reset (this=0x8169ba8, query=@0xaff3d8cc) at ../../../../src/sql/drivers/mysql/qsql_mysql.cpp:301
#4  0xa673c7a0 in QSqlQuery::exec (this=0xaff3d95c, query=@0xaff3d8cc) at sql/qsqlquery.cpp:369
#5  0xa6ec81dd in MSqlQuery::exec (this=0xaff3d95c, query=@0xaff3d8cc) at mythdbcon.cpp:338
#6  0xa673b7bc in QSqlQuery::exec (this=0xaff3d95c) at sql/qsqlquery.cpp:1048
#7  0x08068b37 in MSqlQuery::exec (this=0xaff3d95c) at ../../libs/libmyth/mythdbcon.h:109
#8  0xa6dc4528 in MythContext::GetSetting (this=0x812a0b0, key=@0xaff3da48, defaultval=@0xaff3da0c) at mythcontext.cpp:1844
#9  0xa6dc4fb2 in MythContext::GetNumSetting (this=0x812a0b0, key=@0xaff3da48, defaultval=1) at mythcontext.cpp:1890
#10 0xa6fe87e3 in ThreadPool (this=0x816cac4, sName=@0xaff3da8c) at threadpool.cpp:245
#11 0xa6feb8a0 in HttpServer (this=0x816ca98, nPort=6544) at httpserver.cpp:36
#12 0x0808e46c in main (argc=1, argv=0xaff3e0e4) at main.cpp:616
(gdb)