[dolphin] [Bug 431730] Dolphin crashes at startup (after enabling user feedback feature)

Harald Sitter bugzilla_noreply at kde.org
Mon Jan 25 09:18:33 GMT 2021


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

Harald Sitter <sitter at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/commit/5ed12ed44
                   |                            |a7169855d46486d17c3e18697c3
                   |                            |c4ae
         Resolution|---                         |FIXED

--- Comment #9 from Harald Sitter <sitter at kde.org> ---
Git commit 5ed12ed44a7169855d46486d17c3e18697c3c4ae by Harald Sitter.
Committed on 25/01/2021 at 09:12.
Pushed by sitter into branch 'release/20.12'.

don't crash when building without baloo

show_information_panel is only created when building with baloo. only
access it when built with baloo, otherwise always report the panel as
off.

this fixes a nullptr deref because action() would return a nullptr since
show_information_panel isn't a thing in all build configurations

(full disclosure: I can't reproduce the crash, nor did I build without
baloo)

M  +4    -0    src/dolphinmainwindow.cpp

https://invent.kde.org/system/dolphin/commit/5ed12ed44a7169855d46486d17c3e18697c3c4ae

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list