[dolphin] [Bug 472653] Dolphin crashes on startup

Giovanni bugzilla_noreply at kde.org
Thu Jan 11 10:38:53 GMT 2024


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

--- Comment #28 from Giovanni <giovannicorriga at tiscali.it> ---
Confirm my last report and this is a reply of the previous test:

giovanni at localhost:~$ gdb dolphin
GNU gdb (Fedora Linux) 14.1-1.fc39
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from dolphin...

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.fedoraproject.org/>
Enable debuginfod for this session? (y or [n]) n
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
Reading symbols from .gnu_debugdata for /usr/bin/dolphin...
(No debugging symbols found in .gnu_debugdata for /usr/bin/dolphin)
Missing separate debuginfos, use: dnf debuginfo-install
dolphin-23.08.4-1.fc39.x--Type <RET> for more, q to quit, c to continue without
paging--c
86_64
(gdb) r
Starting program: /usr/bin/dolphin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffe26a96c0 (LWP 159135)]
[New Thread 0x7fffe1ea86c0 (LWP 159136)]
[New Thread 0x7fffe110e6c0 (LWP 159140)]
[New Thread 0x7fffd8dff6c0 (LWP 159170)]
[New Thread 0x7fffc69ff6c0 (LWP 159171)]
[New Thread 0x7fffc61fe6c0 (LWP 159172)]
[New Thread 0x7fffc59fd6c0 (LWP 159173)]
[New Thread 0x7fffc51fc6c0 (LWP 159174)]
[New Thread 0x7fffc49fb6c0 (LWP 159175)]

Thread 1 "dolphin" received signal SIGSEGV, Segmentation fault.
0x00005555555bed1b in DolphinViewContainer::setActive(bool) ()
(gdb) bt
#0  0x00005555555bed1b in DolphinViewContainer::setActive(bool) ()
#1  0x000055555561cddf in DolphinTabPage::restoreState(QByteArray const&)
[clone .isra.0] ()
#2  0x00005555555a921d in DolphinMainWindow::readProperties(KConfigGroup
const&) ()
#3  0x00007ffff76b08e8 in KMainWindow::readPropertiesInternal(KConfig*, int) ()
    at /lib64/libKF5XmlGui.so.5
#4  0x00007ffff76b094a in KMainWindow::restore(int, bool) ()
    at /lib64/libKF5XmlGui.so.5
#5  0x00005555555a75e9 in main ()
(gdb) bt
#0  0x00005555555bed1b in DolphinViewContainer::setActive(bool) ()
#1  0x000055555561cddf in DolphinTabPage::restoreState(QByteArray const&)
[clone .isra.0] ()
#2  0x00005555555a921d in DolphinMainWindow::readProperties(KConfigGroup
const&) ()
#3  0x00007ffff76b08e8 in KMainWindow::readPropertiesInternal(KConfig*, int) ()
    at /lib64/libKF5XmlGui.so.5
#4  0x00007ffff76b094a in KMainWindow::restore(int, bool) ()
    at /lib64/libKF5XmlGui.so.5
#5  0x00005555555a75e9 in main ()
(gdb) bt
#0  0x00005555555bed1b in DolphinViewContainer::setActive(bool) ()
#1  0x000055555561cddf in DolphinTabPage::restoreState(QByteArray const&)
[clone .isra.0] ()
#2  0x00005555555a921d in DolphinMainWindow::readProperties(KConfigGroup
const&) ()
#3  0x00007ffff76b08e8 in KMainWindow::readPropertiesInternal(KConfig*, int) ()
    at /lib64/libKF5XmlGui.so.5
#4  0x00007ffff76b094a in KMainWindow::restore(int, bool) ()
    at /lib64/libKF5XmlGui.so.5
#5  0x00005555555a75e9 in main ()
(gdb) c
Continuing.
KCrash: Application 'dolphin' crashing...
[Thread 0x7fffc69ff6c0 (LWP 159171) exited]
[Thread 0x7fffc51fc6c0 (LWP 159174) exited]
[Thread 0x7fffc59fd6c0 (LWP 159173) exited]
[Thread 0x7fffe1ea86c0 (LWP 159136) exited]
[Thread 0x7fffc61fe6c0 (LWP 159172) exited]
KCrash: Attempting to start /usr/libexec/drkonqi
[Detaching after fork from child process 159339]

Thread 1 "dolphin" received signal SIGSTOP, Stopped (signal).
0x00007ffff5525bcd in poll () from /lib64/libc.so.6
(gdb) file:///usr/lib64/qt5/qml/org/kde/kirigami.2/ContextDrawer.qml:135:9: QML
ListView: Binding loop detected for property "topMargin"

Continuing.
Couldn't read debug register: Nessun processo corrisponde.
(gdb) [Thread 0x7fffc49fb6c0 (LWP 159175) exited]
[Thread 0x7fffd8dff6c0 (LWP 159170) exited]
[Thread 0x7fffe110e6c0 (LWP 159140) exited]
[Thread 0x7fffe26a96c0 (LWP 159135) exited]
[Inferior 1 (process 159130) exited with code 0375]

The program is not being run.
(gdb) 

This a problem in a QML page... Someone have forget the KISS principle...

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


More information about the kfm-devel mailing list