Version: unspecified (using Devel) OS: FreeBSD I want to reboot and crashed ever it! or when I triying to launch from console. Reproducible: Always Steps to Reproduce: # reboot Uses Reboot over Kmenu > akonadiserver Actual Results: Segmentation fault by akonadiserver and akonadiserver.core is generated Expected Results: I don't know... work? KDE 4.6.5 with revisions Akonadiserver 1.6.0 FreeBSD 9.0-CURRENT akonadiserver > Error: http://pastie.org/private/pytl2jydnppoowxspiy0w akonadiserver.core (gdb) > http://pastie.org/private/aapu8goprxsneujf0bqgw
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