| Summary: | crashed after I tried to close program | ||
|---|---|---|---|
| Product: | [Applications] kolourpaint | Reporter: | jenniferb |
| Component: | general | Assignee: | kolourpaint-support |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | martin |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
jenniferb
2014-02-03 22:34:12 UTC
> #30 QApplication::~QApplication
Interesting, the application is already in its destructor, still it tries to write data to the clipboard.
The QApplication destructor does:
// flush clipboard contents
if (qt_clipboard) {
QEvent event(QEvent::Clipboard);
QApplication::sendEvent(qt_clipboard, &event);
}
I don't know how I can reproduce that crash
As I found no way to reproduce it and kolourpaint is already using Qt5, let's close this one. |