Bug 438104 - dolphin - Segmentation fault randomly when open
Summary: dolphin - Segmentation fault randomly when open
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.12.2
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-05 05:32 UTC by robbinespu
Modified: 2021-06-27 09:32 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robbinespu 2021-06-05 05:32:42 UTC
SUMMARY
Dolphin unusable and crash and give segmentation fault. It happen randomly

STEPS TO REPRODUCE
1. Just open dolphin
 

OBSERVED RESULT
> Sat 05 Jun 2021 01:21:06 PM +08  
robbi@debian: pts/1: /home/robbi 
└─ $ dolphin 
Segmentation fault

> Sat 05 Jun 2021 01:21:15 PM +08  
robbi@debian: pts/1: /home/robbi 
└─ $ gdb dolphin
GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git
Copyright (C) 2021 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-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...
(No debugging symbols found in dolphin)
(gdb) run
Starting program: /usr/bin/dolphin 

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7fde736 in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) thread apply all bt

Thread 1 (process 44356 "dolphin"):
#0  0x00007ffff7fde736 in ?? () from /lib64/ld-linux-x86-64.so.2
#1  0x00007ffff7fd69a8 in ?? () from /lib64/ld-linux-x86-64.so.2
#2  0x00007ffff7febadf in ?? () from /lib64/ld-linux-x86-64.so.2
#3  0x00007ffff7fd4034 in ?? () from /lib64/ld-linux-x86-64.so.2
#4  0x00007ffff7fd3098 in ?? () from /lib64/ld-linux-x86-64.so.2
#5  0x0000000000000001 in ?? ()
#6  0x00007fffffffe240 in ?? ()
#7  0x0000000000000000 in ?? ()
(gdb) exit
Undefined command: "exit".  Try "help".
(gdb) close
Undefined command: "close".  Try "help".
(gdb) q
A debugging session is active.

        Inferior 1 [process 44356] will be killed.

Quit anyway? (y or n) y


EXPECTED RESULT
No crash, so i can browse my files

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Kernel: 5.10.0-6-amd64
Comment 1 Méven Car 2021-06-05 09:35:49 UTC
> (No debugging symbols found in dolphin)

Nice of you of using gdb to track this crash down, but in order to have it useful you need to install a few debug symbols packages, here dolphin-dbg and maybe others, `find-dbgsym-packages /usr/bin/dolphin` will help you there.

I can refer you to https://wiki.debian.org/HowToGetABacktrace https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Debian

What is you dolphin version and debian version ?
Comment 2 robbinespu 2021-06-10 03:50:03 UTC
> What is you dolphin version and debian version ?

$ inxi -S
System:    Host: debian Kernel: 5.10.0-7-amd64 x86_64 bits: 64 Desktop: KDE Plasma 5.20.5 
           Distro: Debian GNU/Linux 11 (bullseye) 

$ sudo apt-cache policy dolphin*
[sudo] password for robbi: 
dolphin-nextcloud:
  Installed: (none)
  Candidate: 3.1.1-2
  Version table:
     3.1.1-2 500
        500 http://ftp.jp.debian.org/debian bullseye/main amd64 Packages
dolphin-plugins:
  Installed: 4:20.12.2-1
  Candidate: 4:20.12.2-1
  Version table:
 *** 4:20.12.2-1 500
        500 http://ftp.jp.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
dolphin:
  Installed: 4:20.12.2-1
  Candidate: 4:20.12.2-1
  Version table:
 *** 4:20.12.2-1 500
        500 http://ftp.jp.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
dolphin-dev:
  Installed: (none)
  Candidate: 4:20.12.2-1
  Version table:
     4:20.12.2-1 500
        500 http://ftp.jp.debian.org/debian bullseye/main amd64 Packages
dolphin-emu:
  Installed: (none)
  Candidate: (none)
  Version table:


It happen randomly but likely crash are not happening after kernel + few more package upgrade.

Thanks for link for creating useful bugreport and backtrace.

Maybe can close this bug
Comment 3 Bug Janitor Service 2021-06-25 04:33:43 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!