
noreply at mythtv
Sep 7, 2012, 11:12 AM
Post #6 of 8
(167 views)
Permalink
|
|
Re: Ticket #11070: Crash in before MFE main window drawn
[In reply to]
|
|
#11070: Crash in before MFE main window drawn --------------------------------------------+--------------------------- Reporter: Craig Treleaven <ctreleaven@…> | Owner: jyavenard Type: Bug Report - Crash | Status: new Priority: minor | Milestone: unknown Component: Ports - OSX | Version: 0.25.2 Severity: medium | Resolution: Keywords: | Ticket locked: 0 --------------------------------------------+--------------------------- Comment (by Craig Treleaven <ctreleaven@…>): See attached MFE log, report "kCGErrorIllegalArgument: CGSOrderWindowList" --I believe this is an analogous error to that which leads to a crash on other machines. My MacPorts frontend logs contain the same two error lines. From spelunking the code (which is a dangerous thing for me), I notice that mythtv/programs/mythfrontend/main.cpp (starting at line 1615) seems to be somewhat different from mythtv/programs/mythtv-setup/main.cpp (see line 349 and then line 486). The difference is that mythtv-seup calls gCoreContext->SetSetting("Theme", DEFAULT_UI_THEME); -- mythfrontend only does gCoreContext->GetSetting("Theme", DEFAULT_UI_THEME); --no SetSetting. Maybe it is nothing...thought it was worth mentioning. Also, the app crashed on exit. I have the crash report if you want it but I don't think it is related to the issue at hand. -- Ticket URL: <http://code.mythtv.org/trac/ticket/11070#comment:5> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|