| Summary: | editing a plugin stalls the update thread | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Netterfield <netterfield> |
| Component: | general | Assignee: | George Staikos <staikos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Netterfield
2004-08-13 15:46:35 UTC
doing essentially the same thing with a fit rather than a filter has different behavior:
-Everything freezes
dumped to the Konsole is:
QMutex::unlock: unlock from different thread than locker
was locked by 0, unlock attempt from 1098698720
QMutex::unlock: unlock from different thread than locker
was locked by 0, unlock attempt from 1098698720
QMutex::unlock: unlock from different thread than locker
was locked by 0, unlock attempt from 1098698720
QMutex::unlock: unlock from different thread than locker
was locked by 0, unlock attempt from 1098698720
QMutex::unlock: unlock from different thread than locker
was locked by 0, unlock attempt from 1098698720
Locking problem. CVS commit by staikos: locking fixes, many just plain copies from the previous fix since the code is basically identical CCMAIL: 87125-done@bugs.kde.org M +40 -10 kstplugindialog_i.cpp 1.83 |