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

--- Comment #38 from Francesco Riosa <vivo75+...@gmail.com> ---
Created attachment 178032
  --> https://bugs.kde.org/attachment.cgi?id=178032&action=edit
gdb-backtrace-register-threads.txt

Still crashing for me, just select a few (less than 10) files, drag over chrome
windows, do not drop, return to dolphin release - repeat a few times -> dolphin
is now zombie

recompiled QT and KDE with -ggdb3 (still -O3 tough) attach is a gdb session
obtained with the following:

export CRASHPID=6321
echo 0 | \
gdb -p $CRASHPID -batch-silent \
    -ex "set logging overwrite on" \
    -ex "set logging file gdb.bt" \
    -ex "set logging on" \
    -ex "set pagination off" \
    -ex "handle SIG33 pass nostop noprint" \
    -ex "echo backtrace:\n" \
    -ex "backtrace full" \
    -ex "echo \n\nregisters:\n" \
    -ex "info registers" \
    -ex "echo \n\ncurrent instructions:\n" \
    -ex "x/16i \$pc" \
    -ex "echo \n\nthreads backtrace:\n" \
    -ex "thread apply all backtrace" \
    -ex "set logging enabled off" \
    -ex "quit"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to