
mirceam at nervus
Feb 12, 2008, 2:35 PM
Post #1 of 1
(237 views)
Permalink
|
|
Re: [mythtv-commits] Ticket #4649: Mythtv-setup crashed when attempting to scan channels
|
|
MythTV wrote: > #4649: Mythtv-setup crashed when attempting to scan channels > -------------------------+-------------------------------------------------- > Reporter: anonymous | Owner: danielk > Type: defect | Status: new > Priority: major | Milestone: 0.21 > Component: channelscan | Version: head > Severity: high | Mlocked: 0 > -------------------------+-------------------------------------------------- > When attempting to draw or close the channel scanner mythtv-setup will > randomly crash. Sometimes it just won't draw the scanner window and scan > successfully, sometime the scanner window will be incompletely drawn and a > fraction of it's intended size, sometimes it will just hard lock requiring > a kill to exit mythtv-setup, and sometimes it will work normally. The rate > of success seems to be governed by the size of the display. 800x600 is > less likely to crash than 1280x720. Below are some of the error codes I've > been able to capture using -v all. Lots of the time it crashes there is no > segfault information passed on, it just dies. These errors have all been > generated in the last few minutes running 15948. > > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 2 > Minor opcode: 0 > Resource id: 0x140069c > mythtv-setup: Fatal IO error: client killed > > 2008-02-12 17:10:20.729 MSqlQuery: SELECT data FROM settings WHERE value = > 'UseArrowAccels' AND hostname = 'BLAH' ; > 2008-02-12 17:10:20.730 MSqlQuery: SELECT data FROM settings WHERE value = > 'PopupHeightPadding' AND hostname = 'BLAH' ; > mythtv-setup: Fatal IO error: client killed > > X Error: BadPixmap (invalid Pixmap parameter) 4 > Major opcode: 56 > Minor opcode: 0 > Resource id: 0x14007b1 > mythtv-setup: Fatal IO error: client killed > > If you're running on a dual-core machine, then sudo taskset -c 0 mythtv-setup will do wonders for you. _______________________________________________ mythtv-dev mailing list mythtv-dev[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|