[mythtv-commits] Re: Ticket #686: mythfilldatabase segfaults when backend is not running and wakeup not set

MythTV mythtv at cvs.mythtv.org
Mon Nov 21 16:49:44 EST 2005


#686: mythfilldatabase segfaults when backend is not running and wakeup not set
----------------------------------------+-----------------------------------
 Reporter:  mythdev at penyball.cix.co.uk  |        Owner:  cpinkham
     Type:  patch                       |       Status:  closed  
 Priority:  minor                       |    Milestone:  0.19    
Component:  mythtv                      |      Version:  head    
 Severity:  low                         |   Resolution:  fixed   
----------------------------------------+-----------------------------------
Changes (by cpinkham):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [7973]) Apply patch from #686 to fix segfault in mythfilldatabase when
 mythbackend is not up
 and running.  Also fix off-by-one display count by starting cnt at 1
 instead of zero
 so we reallly only try maxConnTry attempts and not maxConnTry+1.  Closes
 #686.

 Add -v/--verbose argument parsing to mythfilldatabase.  The default level
 is only
 "important general", so previously you couldn't for example see VB_NETWORK
 error messages.
 Now you can use any applicable verbose flags.

 Check gContext->IsConnectedToMaster() before calling
 ScheduledRecording::signalChange(-1)
 in mythfilldatabase to suppress a warning/error message when the backend
 is not up
 and we can't reschedule.

 Add a %VERBOSELEVEL% keyword replacement option to mythjobqueue for User
 Jobs so you can
 pass in the value of print_verbose_messages to other Myth apps that
 understand the
 -V command-line option such as mythcommflag and mythtranscode.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/686>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list