Opened 16 years ago

Closed 16 years ago

#4791 closed defect (fixed)

mythvideo browse view crashes frontend

Reported by: anonymous Owned by: Anduin Withers
Priority: critical Milestone: 0.21
Component: mythvideo Version: 0.21-fixes
Severity: low Keywords: mythvideo
Cc: Ticket locked: no

Description

running revision 16279

selecting browse view crashes the frontend:

2008-02-26 20:24:46.205 XMLParse::LoadTheme? using /usr/share/mythtv/themes/default/video-u i.xml QPainter::begin: Cannot paint null pixmap QPainter::setPen: Will be reset by begin() Segmentation fault

Attachments (1)

gdb.txt (52.3 KB) - added by hitch_123@… 16 years ago.
backtrace

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by Anduin Withers

Resolution: invalid
Status: newclosed

Please reopen after following the ticket howto: http://svn.mythtv.org/trac/wiki/TicketHowTo

Changed 16 years ago by hitch_123@…

Attachment: gdb.txt added

backtrace

comment:2 Changed 16 years ago by anonymous

Resolution: invalid
Status: closednew

comment:3 Changed 16 years ago by Anduin Withers

(In [16312]) References #4791

Fixes a problem where novideos_info had no area, resulting in an empty pixmap, which apparently cannot be drawn on. An error is now output when playwait or novideos_info has an invalid rect.

Also removes novideos_info from the "selected" window as it should have been impossible to ever see.

Thanks to hitch_123 [a] yahoo for finding this bug.

comment:4 Changed 16 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [16317]) Closes #4791

Merges in [16312] from trunk.

Original commit message:

Fixes a problem where novideos_info had no area, resulting in an empty pixmap, which apparently cannot be drawn on. An error is now output when playwait or novideos_info has an invalid rect.

Also removes novideos_info from the "selected" window as it should have been impossible to ever see.

Thanks to hitch_123 [a] yahoo for finding this bug.

Note: See TracTickets for help on using tickets.