Summary: | Crash when deleting file/folder | ||
---|---|---|---|
Product: | [Applications] filelight | Reporter: | QeMXA2JNeU.bugs.kde.org |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | martin.sandsmark, sitter |
Priority: | NOR | ||
Version: | 22.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/filelight/commit/b5b77ffc7e784ff2fed662fadba060e10451b569 | Version Fixed In: | |
Sentry Crash Report: |
Description
QeMXA2JNeU.bugs.kde.org
2022-12-21 12:39:20 UTC
A backtrace with the filelight frame would be handy. https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports (In reply to Harald Sitter from comment #1) > A backtrace with the filelight frame would be handy. > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports Ah, my bad. $ gdb --args filelight Downloads [..] (gdb) run [..] Thread 1 "filelight" received signal SIGSEGV, Segmentation fault. 0x000055555557051b in ?? () (gdb) backtrace #0 0x000055555557051b in ?? () #1 0x00007ffff58bda51 in QtPrivate::QSlotObjectBase::call (a=<optimized out>, r=<optimized out>, this=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #2 doActivate<false> (sender=0x5555561a8b20, signal_index=3, argv=0x7fffffffcdc0) at kernel/qobject.cpp:3919 #3 0x00007ffff78386e7 in KJob::finished (this=this@entry=0x5555561a8b20, _t1=<optimized out>, _t1@entry=0x5555561a8b20, _t2=...) at /usr/src/debug/kcoreaddons/build/src/lib/KF5CoreAddons_autogen/include/moc_kjob.cpp:612 #4 0x00007ffff783e825 in KJob::finishJob (this=0x5555561a8b20, emitResult=<optimized out>) at /usr/src/debug/kcoreaddons/kcoreaddons-5.101.0/src/lib/jobs/kjob.cpp:95 #5 0x00007ffff58b0be0 in QObject::event (this=0x5555561a8b20, e=0x7fff5c001d80) at kernel/qobject.cpp:1347 #6 0x00007ffff7178b1c in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5555561a8b20, e=0x7fff5c001d80) at kernel/qapplication.cpp:3637 #7 0x00007ffff588cf98 in QCoreApplication::notifyInternal2 (receiver=0x5555561a8b20, event=0x7fff5c001d80) at kernel/qcoreapplication.cpp:1064 #8 0x00007ffff588daa3 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x5555555cbef0) at kernel/qcoreapplication.cpp:1821 #9 0x00007ffff58d3e68 in postEventSourceDispatch (s=0x55555570ecf0) at kernel/qeventdispatcher_glib.cpp:277 #10 0x00007ffff466d87b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #11 0x00007ffff46c4299 in ?? () from /usr/lib/libglib-2.0.so.0 #12 0x00007ffff466c132 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #13 0x00007ffff58d7c4c in QEventDispatcherGlib::processEvents (this=0x555555710180, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #14 0x00007ffff588573c in QEventLoop::exec (this=0x7fffffffd240, flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #15 0x00007ffff5890269 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #16 0x0000555555567519 in ?? () #17 0x00007ffff683c290 in __libc_start_call_main (main=main@entry=0x5555555652d0, argc=argc@entry=2, argv=argv@entry=0x7fffffffd698) at ../sysdeps/nptl/libc_start_call_main.h:58 #18 0x00007ffff683c34a in __libc_start_main_impl (main=0x5555555652d0, argc=2, argv=0x7fffffffd698, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffd688) at ../csu/libc-start.c:381 #19 0x0000555555567e15 in ?? () Unfortunately that is still missing the relevant frame. Are you sure this crash also happens with folders? (In reply to Harald Sitter from comment #3) > Unfortunately that is still missing the relevant frame. Are you sure this > crash also happens with folders? I have just tested. The crash only happens when deleting a single file. I am not sure how to get the backtrace that would help here :/ Git commit b5b77ffc7e784ff2fed662fadba060e10451b569 by Harald Sitter. Committed on 25/12/2022 at 12:01. Pushed by sitter into branch 'release/22.12'. not all files are folders don't crash on nullptrs when it's a file. already fixed in master M +1 -1 src/fileTree.h M +1 -1 src/radialMap/item.cpp https://invent.kde.org/utilities/filelight/commit/b5b77ffc7e784ff2fed662fadba060e10451b569 |