Summary: | Modified toolbar of akregator ended up in a crash | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Alex Back <alex.back> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | cbo, cfeck, christophe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alex Back
2009-05-13 08:34:00 UTC
doesn't look like an oxygen bug Casper, look at the backtrace, at #11 it comes from Oxygen, then does some color related calls and crashes inside Qt. So it may be a Qt bug, but that depends on what Oxygen does with the palette. Looking further, Oxygen is called from ensurePolished() (#18), so maybe have a look at what Oxygen does in polish(). Alex, if this is reproducable, please install full debug packages, and report with full backtrace. the call i do to the toolbar in oxygen is: widget->setBackgroundRole(QPalette::NoRole); so it does sound like a qt problem looking forward to backtrace with debug symbols @Casper I'll send in a backtrace with debug symbols the next time I'll encounter this issue. Changing the bug status until we get a bt with debug symbols. Closing the old crash reports which don't have a useful backtrace. Thanks. |