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

Daniel Vrátil <dvra...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |BACKTRACE
             Status|UNCONFIRMED                 |NEEDSINFO
                 CC|                            |dvra...@kde.org

--- Comment #9 from Daniel Vrátil <dvra...@kde.org> ---
Could someone please try to get a backtrace of the crash? You can attach GDB to
the running akonadiserver process:

create a file called "akonadi.dbg" with following content:

c
set pagination off
t a a bt
q

Then attach GDB to the running Akonadi server process:

gdb -p $(pidof akonadiserver) -x akonadi.dbg

Once the server crashes, GDB will print out the backtrace of the crash and
quit. Copy the backtrace and paste it here, then we can figure out what's
crashing and how to fix it :-) Thanks

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

Reply via email to