Summary: | Dangling pointer in Workspace::constrainedStackingOrder | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | firefreu |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 5.12.7 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
firefreu
2019-07-15 09:29:28 UTC
Please post output of qdbus org.kde.KWin /KWin supportInformation Can you recall if any window were closed during alt-tabbing? (In reply to Vlad Zahorodnii from comment #1) > Please post output of > qdbus org.kde.KWin /KWin supportInformation > > Can you recall if any window were closed during alt-tabbing? First the output of 'qdbus org.kde.KWin /KWin support information: ========================== Version ======= KWin version: 5.12.7 Qt Version: 5.9.5 Qt compile version: 5.9.5 XCB compile version: 1.13 Operation Mode: X11 only Build Options ============= KWIN_BUILD_DECORATIONS: yes KWIN_BUILD_TABBOX: yes KWIN_BUILD_ACTIVITIES: yes HAVE_INPUT: yes HAVE_DRM: yes HAVE_GBM: yes HAVE_X11_XCB: yes HAVE_EPOXY_GLX: yes HAVE_WAYLAND_EGL: yes X11 === Vendor: The X.Org Foundation Vendor Release: 11906000 Protocol Version/Revision: 11/0 SHAPE: yes; Version: 0x11 RANDR: yes; Version: 0x14 DAMAGE: yes; Version: 0x11 Composite: yes; Version: 0x4 RENDER: yes; Version: 0xb XFIXES: yes; Version: 0x50 SYNC: yes; Version: 0x31 GLX: yes; Version: 0x0 Decoration ========== Plugin: org.kde.breeze Theme: Blur: 0 onAllDesktopsAvailable: true alphaChannelSupported: false closeOnDoubleClickOnMenu: false decorationButtonsLeft: 0, 2 decorationButtonsRight: 6, 3, 4, 5 borderSize: 3 gridUnit: 10 font: Noto Sans,10,-1,0,50,0,0,0,0,0,Regular smallSpacing: 2 largeSpacing: 10 Platform ========== Name: KWin::X11StandalonePlatform Options ======= focusPolicy: 0 nextFocusPrefersMouse: false clickRaise: true autoRaise: false autoRaiseInterval: 0 delayFocusInterval: 0 shadeHover: false shadeHoverInterval: 250 separateScreenFocus: false placement: 4 focusPolicyIsReasonable: true borderSnapZone: 10 windowSnapZone: 10 centerSnapZone: 0 snapOnlyWhenOverlapping: false rollOverDesktops: true focusStealingPreventionLevel: 1 legacyFullscreenSupport: false operationTitlebarDblClick: 5000 operationMaxButtonLeftClick: 5000 operationMaxButtonMiddleClick: 5015 operationMaxButtonRightClick: 5014 commandActiveTitlebar1: 0 commandActiveTitlebar2: 30 commandActiveTitlebar3: 2 commandInactiveTitlebar1: 4 commandInactiveTitlebar2: 30 commandInactiveTitlebar3: 2 commandWindow1: 7 commandWindow2: 8 commandWindow3: 8 commandWindowWheel: 31 commandAll1: 10 commandAll2: 3 commandAll3: 14 keyCmdAllModKey: 16777251 showGeometryTip: false condensedTitle: false electricBorderMaximize: true electricBorderTiling: true electricBorderCornerRatio: 0.25 borderlessMaximizedWindows: false killPingTimeout: 5000 hideUtilityWindowsForInactive: true inactiveTabsSkipTaskbar: false autogroupSimilarWindows: false autogroupInForeground: true compositingMode: 1 useCompositing: false compositingInitialized: false hiddenPreviews: 1 glSmoothScale: 2 xrenderSmoothScale: false maxFpsInterval: 16666666 refreshRate: 0 vBlankTime: 6000000 glStrictBinding: true glStrictBindingFollowsDriver: true glCoreProfile: false glPreferBufferSwap: 97 glPlatformInterface: 1 windowsBlockCompositing: true Screen Edges ============ desktopSwitching: false desktopSwitchingMovingClients: false cursorPushBackDistance: 1x1 timeThreshold: 150 reActivateThreshold: 350 actionTopLeft: 0 actionTop: 0 actionTopRight: 0 actionRight: 0 actionBottomRight: 0 actionBottom: 0 actionBottomLeft: 0 actionLeft: 0 Screens ======= Multi-Head: no Active screen follows mouse: no Number of Screens: 2 Screen 0: --------- Name: LVDS-0 Geometry: 1920,0,1366x768 Scale: 1 Refresh Rate: 59.9939 Screen 1: --------- Name: VGA-0 Geometry: 0,0,1920x1080 Scale: 1 Refresh Rate: 60 Compositing =========== Compositing is not active =============================== Secondly: Regarding whether I could remember whether a window was closed: That actually makes the crash reproducible every time. If the task switcher is open and the window which closes happens to be selected kwin crashes. It survives if the window which closes is not selected so that hunch was on the money. That's a known bug. I fixed it quite recently but I can't recall if the fix was backported to 5.12 branch. In either case, you can work around the bug by just enabling compositing. I backported the fix to 5.12 branch. The fix will be available in 5.12.9, which is released on 9/10/2019. *** This bug has been marked as a duplicate of bug 406784 *** In any case thank you very much for providing me an workaround and pointing me towards a fix! Much appreciated! Sent with ProtonMail Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, July 15, 2019 3:53 PM, Vlad Zahorodnii <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=409815 > > --- Comment #3 from Vlad Zahorodnii vladzzag@gmail.com --- > > That's a known bug. I fixed it quite recently but I can't recall if the fix was > backported to 5.12 branch. > > In either case, you can work around the bug by just enabling compositing. > > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > You are receiving this mail because: > You reported the bug. |