https://bugs.kde.org/show_bug.cgi?id=515839

Freya Lupen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1
           Keywords|                            |regression
                 CC|                            |[email protected]

--- Comment #1 from Freya Lupen <[email protected]> ---
Confirmed, selecting a window layout crashes on Qt6 but not Qt5.

It crashes here
> 0   libkritaresourcewidgets.21.0.0.dylib             0x103dbc2e0 
> KisResourceItemChooser::activate(QModelIndex const&) + 336 
> (KisResourceItemChooser.cpp:515)

When the window layout is activated, the updates are blocked on the window
layout chooser, it emits the resourceSelected signal, a bunch of other stuff
happens,  and then eventually it unblocks the updates.
However, by the time it gets back to `d->updatesBlocked = false;`, `d` is null
for some reason, so it crashes instead.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to