[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

Daniel Vrátil via KDE Bugzilla bugzilla_noreply at kde.org
Wed Oct 5 08:53:01 BST 2016


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

Daniel Vrátil <dvratil at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |BACKTRACE
             Status|UNCONFIRMED                 |NEEDSINFO
                 CC|                            |dvratil at kde.org

--- Comment #9 from Daniel Vrátil <dvratil at 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 the assignee for the bug.


More information about the Kdepim-bugs mailing list