Modify

Ticket #10586 (closed Bug Report - Crash: Invalid)

Opened 13 months ago

Last modified 13 months ago

mythfrontend SEGV when starting with an empty database

Reported by: Lawrence Rust <lvr@…> Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.25-fixes
Severity: medium Keywords: mythfrontend empty database
Cc: Ticket locked: no

Description

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

Attachments

mythfe.log (12.5 KB) - added by Lawrence Rust <lvr@…> 13 months ago.

Change History

Changed 13 months ago by Lawrence Rust <lvr@…>

comment:1 Changed 13 months ago by mdean

Does it also SEGV with --upgrade-schema ?

comment:2 Changed 13 months ago by Lawrence Rust <lvr@…>

Sorry, scratch this. It was the MythVideo? plugin leftover from 0.24 that was causing the crash. I emptied the installation directory, re-installed and all went smoothly.

comment:3 Changed 13 months ago by wagnerrp

  • Status changed from new to closed
  • Resolution set to Invalid
View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.