Summary: | Rekonq crashes on shutdown | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Oleg Andreych <kjiec4> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jem |
Priority: | NOR | ||
Version: | 0.6.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oleg Andreych
2011-01-28 17:44:07 UTC
This is not happening here with: Qt 4.7.2 KDE SC 4.6.x rekonq 0.6.89 Was this really fixed? I just experienced the exact same bug using rekonq 0.8.1, KDE version 4.7.4 and Qt 4.7.4. The call sequence is the same up to the crash and the location of the crash is offset by just a few lines. (In reply to comment #2) > Was this really fixed? I just experienced the exact same bug using rekonq > 0.8.1, KDE version 4.7.4 and Qt 4.7.4. The call sequence is the same up to the > crash and the location of the crash is offset by just a few lines. maybe your crash is a duplicate of #274840? #274840 crashes in QCoreApplication::notifyInternal, called by sendEvent. That doesn't look like QStyleSheetStyle::event, called by QApplicationPrivate::notify_helper, which is also the call sequence in my crash. |