| Summary: | Crash when closing showfoto while a raw image is loading | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Johannes Wienke <languitar> |
| Component: | Showfoto-RawProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 1.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | 1.1.0 | |
| Sentry Crash Report: | |||
|
Description
Johannes Wienke
2010-01-06 20:43:38 UTC
All loading must be stopped before LoadingCacheInterface::cleanUp() is called in the ShowFoto destructor. Normally from EditorWindow's destructor, but ShowFoto is an EditorWindow...what about delete m_canvas;m_canvas=0 before cleaning up the cache? I don't know, I've never seen this part of digikam before. ;) SVN commit 1078146 by mwiesweg: Delete canvas (normally done in EditorWindow destructor) before shutting down loading cache. Dont get a crash here now. BUG: 221569 M +3 -0 showfoto.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1078146 |