| Summary: | Can't Search other than Home Directory | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Nowshed H. Imran <now.im.627> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED BACKTRACE | ||
| Severity: | crash | CC: | alex.fan.q, dolphin-bugs-null, kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.82.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nowshed H. Imran
2021-06-04 07:31:03 UTC
Unfortunately the backtrace is incomplete and missing debug symbols that we need to figure out exactly what's going wrong. If this crash is reproducible in the latest Plasma version, could you please install debug symbols for KIO, reproduce it, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Thanks! This is the backtrace I am getting from gdb: (gdb) bt #0 0x00007f8bc1c1b323 in pselect () from /usr/lib/libc.so.6 #1 0x00007f8bbcee7524 in ?? () from /usr/lib/libusbmuxd-2.0.so.6 #2 0x00007f8bbcee88a9 in ?? () from /usr/lib/libusbmuxd-2.0.so.6 #3 0x00007f8bbe3a0259 in start_thread () from /usr/lib/libpthread.so.0 #4 0x00007f8bc1c235e3 in clone () from /usr/lib/libc.so.6 gdb dolphin GNU gdb (GDB) 10.2 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-pc-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"... --Type <RET> for more, q to quit, c to continue without paging--c Reading symbols from dolphin... (No debugging symbols found in dolphin) (gdb) run Starting program: /usr/bin/dolphin [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff036e640 (LWP 95635)] [New Thread 0x7fffef79e640 (LWP 95636)] [New Thread 0x7fffee58d640 (LWP 95637)] [New Thread 0x7fffed16e640 (LWP 95638)] [New Thread 0x7fffec96d640 (LWP 95639)] [New Thread 0x7fffd8b1b640 (LWP 95640)] [New Thread 0x7fffcbfff640 (LWP 95641)] [New Thread 0x7fffcb7fe640 (LWP 95642)] [New Thread 0x7fffcaffd640 (LWP 95643)] [New Thread 0x7fffca7fc640 (LWP 95644)] [New Thread 0x7fffc9ffb640 (LWP 95645)] [New Thread 0x7fffc97fa640 (LWP 95646)] [Thread 0x7fffcb7fe640 (LWP 95642) exited] [Thread 0x7fffc9ffb640 (LWP 95645) exited] [Thread 0x7fffcaffd640 (LWP 95643) exited] [Thread 0x7fffca7fc640 (LWP 95644) exited] --Type <RET> for more, q to quit, c to continue without paging--fini Thread 4 "dolphin" received signal SIG32, Real-time event 32. [Switching to Thread 0x7fffee58d640 (LWP 95637)] 0x00007ffff7dd4323 in pselect () from /usr/lib/libc.so.6 I am not an advanced user. Archlinux doesn't provide any official debugger. Anything else I can do? Your practical options are to learn how to install debug symbols in Arch (https://wiki.archlinux.org/title/Debugging/Getting_traces), or use a distro more suited to your level of experience and desire to be exposed to this sort of thing. :) I might be able to learn to compile, however, my hardware is not robust enough to compile the package with all dependencies. Closing the issue for now. *** Bug 443817 has been marked as a duplicate of this bug. *** I have a workaround now. Go to: Settings>Search>File Search Then add the drive location in which the crash is happening. For me, all external drive was located in /media. After adding that, searching works again. |