Bug 332802 - If changing fonts application crashes when apply is pressed
Summary: If changing fonts application crashes when apply is pressed
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: git (master)
Platform: Microsoft Windows Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-30 12:24 UTC by Chris
Modified: 2014-04-19 12:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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