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

--- Comment #4 from John Ramsden <johnrams...@riseup.net> ---
(In reply to Kai Uwe Broulik from comment #2)
> Can you get a gdb backtrace for this, please?

Hope this helps, had to recompile dolphin with debugging symbols.

Here's the Dolphin back-trace, is there a way to get more information? What I
did was:

---

(gdb) set logging file trace.log
(gdb) set logging on
Copying output to trace.log.
(gdb) thread apply all bt full

---

Starting program: /usr/bin/dolphin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe0981700 (LWP 27638)]
[New Thread 0x7fffda28b700 (LWP 27639)]
[New Thread 0x7fffd1c49700 (LWP 27640)]
[Thread 0x7fffd1c49700 (LWP 27640) exited]
[Thread 0x7fffe0981700 (LWP 27638) exited]
[Thread 0x7fffda28b700 (LWP 27639) exited]
[Inferior 1 (process 27637) exited normally]

---

And the core dump:

---

           PID: 27641 (zsh)
           UID: 1000 (john)
           GID: 1000 (john)
        Signal: 6 (ABRT)
     Timestamp: Thu 2018-04-12 14:44:47 PDT (1min 47s ago)
  Command Line: /usr/bin/zsh
    Executable: /usr/bin/zsh
 Control Group: /user.slice/user-1000.slice/session-c1.scope
          Unit: session-c1.scope
         Slice: user-1000.slice
       Session: c1
     Owner UID: 1000 (john)
       Boot ID: 3b1a9f82088f4a9a820938ba9f91a719
    Machine ID: 6f76760fe58f4b6293e0004853517d7d
      Hostname: wooly
       Storage:
/var/lib/systemd/coredump/core.zsh.1000.3b1a9f82088f4a9a820938ba9f91a719.27641.1523569487000000.lz4
       Message: Process 27641 (zsh) of user 1000 dumped core.

                Stack trace of thread 27641:
                #0  0x00007ffff7094860 raise (libc.so.6)
                #1  0x00007ffff7095ec9 abort (libc.so.6)
                #2  0x00007ffff70d7437 __libc_message (libc.so.6)
                #3  0x00007ffff70dd78b malloc_printerr (libc.so.6)
                #4  0x00007ffff70df24c _int_free (libc.so.6)
                #5  0x00007ffff6c29e19 zrefresh (zle.so)
                #6  0x00007ffff6c1d2e6 zleread (zle.so)
                #7  0x00005555555a4784 zleentry (zsh)
                #8  0x00005555555a5cb8 n/a (zsh)
                #9  0x000055555559d56c n/a (zsh)
                #10 0x00005555555af65e n/a (zsh)
                #11 0x00005555555cf437 parse_event (zsh)
                #12 0x00005555555a0ee5 loop (zsh)
                #13 0x00005555555a4df6 zsh_main (zsh)
                #14 0x00007ffff7080f4a __libc_start_main (libc.so.6)
                #15 0x000055555556a9aa _start (zsh)

---

You have the following choices:

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

Reply via email to