https://bugs.kde.org/show_bug.cgi?id=473251
--- Comment #2 from doc.ev...@gmail.com --- Igor Kushnir wrote on 8/10/23 12:54: > https://bugs.kde.org/show_bug.cgi?id=473251 > > Igor Kushnir <igor...@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |igor...@gmail.com > > --- Comment #1 from Igor Kushnir <igor...@gmail.com> --- > Can you post or attach the backtrace of a core dump? > Is this what you want me to do? ---- n7dr@shack20:~/projects/drlog/build-debug$ gdb /usr/bin/kdevelop core GNU gdb (Debian 13.1-3) 13.1 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-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 /usr/bin/kdevelop... (No debugging symbols found in /usr/bin/kdevelop) [New LWP 1876] [New LWP 1878] [New LWP 1902] [New LWP 1883] [New LWP 1877] [New LWP 1885] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `kdevelop'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 44 ./nptl/pthread_kill.c: No such file or directory. [Current thread is 1 (Thread 0x7f10b613ba40 (LWP 1876))] (gdb) bt #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 #1 0x00007f10c12a9d9f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78 #2 0x00007f10c125af32 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007f10c12454fc in __GI_abort () at ./stdlib/abort.c:100 #4 0x00007f10c129e340 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f10c13b8459 "%s\n") at ../sysdeps/posix/libc_fatal.c:155 #5 0x00007f10c12b36ba in malloc_printerr (str=str@entry=0x7f10c13bb158 "double free or corruption (!prev)") at ./malloc/malloc.c:5660 #6 0x00007f10c12b572c in _int_free (av=0x7f10c13f1c60 <main_arena>, p=0x563fd3936c00, have_lock=<optimized out>, have_lock@entry=0) at ./malloc/malloc.c:4587 #7 0x00007f10c12b7d9f in __GI___libc_free (mem=<optimized out>) at ./malloc/malloc.c:3385 #8 0x00007f10c1b0cc20 in QAccessibleCache::~QAccessibleCache() () from /lib/x86_64-linux-gnu/libQt5Gui.so.5 #9 0x00007f10c1b0cda8 in ?? () from /lib/x86_64-linux-gnu/libQt5Gui.so.5 #10 0x00007f10c16b3762 in qt_call_post_routines() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #11 0x00007f10c2363664 in QApplication::~QApplication() () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #12 0x0000563fd03812c3 in ?? () #13 0x00007f10c12461ca in __libc_start_call_main (main=main@entry=0x563fd037dcc0, argc=argc@entry=1, argv=argv@entry=0x7fff0b77d708) at ../sysdeps/nptl/libc_start_call_main.h:58 #14 0x00007f10c1246285 in __libc_start_main_impl (main=0x563fd037dcc0, argc=1, argv=0x7fff0b77d708, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff0b77d6f8) at ../csu/libc-start.c:360 #15 0x0000563fd0383281 in ?? () (gdb) ---- Doc -- You are receiving this mail because: You are watching all bug changes.