[mythtv-commits] Ticket #4243: mythfrontend only segfaults on new Ubuntu 7.10 install

MythTV mythtv at cvs.mythtv.org
Wed Jan 16 04:18:47 UTC 2008


#4243: mythfrontend only segfaults on new Ubuntu 7.10 install
--------------------------------+-------------------------------------------
 Reporter:  DannyCan at gmail.com  |        Owner:  nigel
     Type:  defect              |       Status:  new  
 Priority:  minor               |    Milestone:  0.21 
Component:  mythtv              |      Version:  head 
 Severity:  medium              |   Resolution:       
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------

Comment(by DannyCan at gmail.com):

 I applied the patch to file upnpcmgr.cpp which added:
 {{{
 puts("About to SetValue with a QString");
     SetValue< QString >( "CurrentConnectionIDs", QString("0") );
 puts("About to SetValue with a literal char*");
 }}}
 The file libmythupnp.pro already had the lines of code that you provided.
 This is the new -v all output:
 {{{
 $ mythfrontend -v all
 2008-01-15 22:14:08.687 Using runtime prefix = /usr, libdir = /usr/lib
 2008-01-15 22:14:08.687 UPnp - Constructor
 2008-01-15 22:14:08.688 MediaRenderer::Begin
 2008-01-15 22:14:08.689 ThreadPool:AddWorkerThread - HTTP_WorkerThread
 2008-01-15 22:14:08.689 HttpServer( 6547 ) - SharePath =
 /usr/share/mythtv/
 2008-01-15 22:14:08.689 UPnp::Initialize - Begin
 2008-01-15 22:14:08.689 UPnp::Initialize - Starting TaskQueue
 2008-01-15 22:14:08.690 UPnp::Initialize - Creating SSDP Thread at port
 6547
 2008-01-15 22:14:08.692 UPnp::Initialize - End
 2008-01-15 22:14:08.692 MediaRenderer::Creating UPnp Description
 2008-01-15 22:14:08.692 MediaRenderer::Registering CMGR Service.
 About to SetValue with a QString
 Trace/breakpoint trap (core dumped)
 $
 }}}
 I am also going to attach a new gdb.txt

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4243#comment:10>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list