[mythtv-commits] Ticket #10586: mythfrontend SEGV when starting with an empty database

MythTV noreply at mythtv.org
Thu Apr 12 16:01:49 UTC 2012


#10586: mythfrontend SEGV when starting with an empty database
-----------------------------------------+---------------------------------
 Reporter:  Lawrence Rust <lvr@…>        |           Type:  Bug Report -
   Status:  new                          |  Crash
Milestone:  unknown                      |       Priority:  minor
  Version:  0.25-fixes                   |      Component:  MythTV -
 Keywords:  mythfrontend empty database  |  General
                                         |       Severity:  medium
                                         |  Ticket locked:  0
-----------------------------------------+---------------------------------
 Mythfrontend aborts with a SEGV when starting with a new database.

 Steps to reproduce:
 - Create an empty database:
   e.g. mysql -u root -p -e"DROP DATABASE IF EXISTS test; CREATE DATABASE
 IF NOT EXISTS test; GRANT ALL ON test.* TO myth@"%" IDENTIFIED BY "myth";
 FLUSH PRIVILEGES;"
 - Create mysql.txt file specifying host and database just created
 - Run mythtv-setup and create a minimal setup
 - Run mythbackend
 - Run mythfrontend, GUI appears but SEGV occurs immediately.  Repeated
 attempts to start the fe all end with a SEGV.

 See attached log and backtrace

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10586>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list