Summary: | Q_ASSERT(!m_numTiles) while painting | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Sven Langkamp <sven.langkamp> |
Component: | General | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bugs_kde_org2, dimula73, ottwolt |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sven Langkamp
2010-03-29 02:25:34 UTC
*** Bug 233660 has been marked as a duplicate of this bug. *** SVN commit 1115720 by dkazakov: Fixed an Q_ASSERT(!m_numTiles) bug There was a race condition in a copy-constructor of the hash table. The source table should have been locked first to get a safe clone. BUG:232524 M +2 -1 kis_tile_hash_table.h M +31 -0 kis_tile_hash_table_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1115720 |