Summary: | Crash while doing Wine Conformance Test | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Doug <dougt901-2012> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Doug
2012-09-13 01:37:54 UTC
if Qt is not off by n lines that's (likely) an out of bound access in QObject (rather than a dangeling EffectWindow) 3745 int id = meta->indexOfProperty(name); 3746 if (id < 0) { 3747 if (!d->extraData) 3748 return QVariant(); 3749 const int i = d->extraData->propertyNames.indexOf(name); 3750 return d->extraData->propertyValues.value(i); Can you try causing this while running kwin in valgrind and provide the valgrind log? if possible please provide the valgrind log. If you don't know what is requested, please ask. Sorry, missed the earlier request and cannot provide valgrind log. The 64-bit wine conformance test that caused the problem no longer executes at all on my computer (probably I changed the setup somehow), and the 32-bit does not cause that malfunction (although it causes others). Including the WM crashes? from the backtrace it looks like bug #317849 |