Opened 16 years ago

Closed 16 years ago

#5444 closed patch (fixed)

Segfault in Mythappearance on key press

Reported by: Mike Rice <mikerice1969@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Using SVN trunk 17456.

Pressing a key after entering the wizard segfaults here:

bool MythAppearance::keyPressEvent(QKeyEvent *event) {

if (GetFocusWidget?()->keyPressEvent(event))

return true;

as GetFocusWidget?() is returning NULL.

This is apparently because SetFocusWidget? is not called for the MythAppearance? object. Not sure what the desired fix might be but I added a SetFocusWidget?() call.

It also looks like there are duplicate lines setting m_offsets and m_changeamount. Patch attached.

Attachments (1)

mythapp.patch (864 bytes) - added by Mike Rice <mikerice1969@…> 16 years ago.
patch

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Mike Rice <mikerice1969@…>

Attachment: mythapp.patch added

patch

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

This was fixed (differently) in [18161]

Note: See TracTickets for help on using tickets.