Bug 332802

Summary: If changing fonts application crashes when apply is pressed
Product: [Applications] kmymoney Reporter: Chris <developerchris>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: git (master)   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Chris 2014-03-30 12:24:50 UTC
When changing fonts from system to a user selected font and then pressing apply kmymoney crashes with an access violation

The violation occurs in the following code in qtgui.dll

qwidget.cpp Line 2709

QStyle *QWidget::style() const
{
    Q_D(const QWidget);

    if (d->extra && d->extra->style) <== access violation here
        return d->extra->style;
    return QApplication::style();
}
Comment 1 Chris 2014-04-19 12:25:19 UTC
This does not happen any more I can only assume a miscompile