[dolphin] [Bug 469676] New: Dolphin not opening when called with arguments

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Fri May 12 18:18:38 BST 2023


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

            Bug ID: 469676
           Summary: Dolphin not opening when called with arguments
    Classification: Applications
           Product: dolphin
           Version: 23.04.1
          Platform: Archlinux
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: dolphin-bugs-null at kde.org
          Reporter: jvssxxi at gmail.com
                CC: kfm-devel at kde.org
  Target Milestone: ---

Created attachment 158894
  --> https://bugs.kde.org/attachment.cgi?id=158894&action=edit
result of: strace -c dolphin . & pid=$!; sleep 3; kill $pid

SUMMARY
When I try to open dolphin with arguments to start on a specific directory it
just hangs without actually open anything.
Also, I'm not using Plasma, I use xmonad (just a windows manager).

***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Open dolphin normally will just open it
2. Open dolphin with argument (dolphin .) just hangs

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux: 6.3.1-arch2-1
Qt Version: 5.15.9

ADDITIONAL INFORMATION
I don't know if this would be relevant but if not just ignore it.
I managed to run a "strace -c" for a normal startup and one with arguments and
noticed the calls were really low compared to the normal one. If I do the same
just with just strace (no -c flag) the stuck one stays in "poll([{fd=4,
events=POLLIN}, {fd=12, events=POLLIN}], 2, -1", while the normal one has a
much larger output mainly staying with "poll([{fd=4, events=POLLIN}, {fd=12,
events=POLLIN}, {fd=13, events=POLLIN}, {fd=14, events=POLLPRI}, {fd=16,
events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLIN}, {fd=29,
events=POLLIN}, {fd=33, events=POLLIN}, {fd=34, events=POLLIN}, {fd=35,
events=POLLIN}, {fd=39, events=POLLIN}, {fd=44, events=POLLIN}], 13, 27969".

I'll also attach the "strace -c" results for each case.

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


More information about the kfm-devel mailing list