Summary: | Akonadiserver crashed when I reboot or I launch it | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Alvaro <gobledb> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alvaro
2011-07-24 15:49:41 UTC
you forgot to type 'bt' in gdb (That shouldn't change much given your akonadi server isn't built in debug mode) http://pastie.org/private/l3uihkjuyiozh54q95vcta I tried to compile with make DEBUG=-g install clean I think is Qt4-dbus Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) (In reply to comment #2) > http://pastie.org/private/l3uihkjuyiozh54q95vcta > I tried to compile with make DEBUG=-g install clean As mentioned in the original FreeBSD PR, the correct way to build the port with debug symbols is to pass WITH_DEBUG=1 to make. Please rebuild akonadi and preferrably at least qt4-corelib with debug symbols, then use 'thr apply all bt' in gdb to get the needed backtraces (you can paste them here instead of using pastie if you prefer). http://pastie.org/private/ytjcoprkrycnhxswu41irw qt4-corelib 4.7.3 and akonadiserver 1.6.0 built with make WITH_DEBUG=1 install clean Is D-Bus correctly set up and running? I'm using default configuration installed. I added two lines on system.conf because I have a problem setting kdm GUI mode on systemsettings and fix it. dbus and hald is running. How do you start the akonadi server ? The correct way is to use 'akonadictl start' (your first paste shows that you run 'akonadiserver' which is incorrect) akonadiserver start, works fine. Didn't core dump generated when I was trying to reboot from Kmenu/terminal mode. Seems solved. Thanks |