I thought id just jump to mga7, as if it worked ok there , then it may be fixed.
however not so does it on mga7 as well
id suggest filing a bug
heres some more info
start in a terminal.......create group
- Code: Select all
terminate called after throwing an instance of 'Akonadi::PayloadException'
what(): Akonadi::PayloadException: Wrong payload type (requested: sp(0)<QByteArray>; present: sp(0)<KContacts::ContactGroup>
Aborted (core dumped)
so next try strace -f
- Code: Select all
strace -f kaddressbook
####lines up till i hit create excluded
[pid 17098] write(2, "QXcbConnection: XCB error: 3 (Ba"..., 129QXcbConnection: XCB error: 3 (BadWindow), sequence: 1724, resource id: 35667859, major code: 40 (TranslateCoords), minor code: 0
) = 129
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17098] poll([{fd=5, events=POLLIN}, {fd=14, events=POLLIN}, {fd=23, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
[pid 17098] read(5, "\7\0\0\0\0\0\0\0", 16) = 8
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17101] <... poll resumed> ) = 1 ([{fd=18, revents=POLLIN}])
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
[pid 17101] ioctl(18, FIONREAD <unfinished ...>
[pid 17098] <... write resumed> ) = 8
[pid 17101] <... ioctl resumed> , [31]) = 0
[pid 17101] read(18, "\0\0\0\0\0\0\0\5d\n\0\0\0PLD:RFC822\377\377\377\377\0\0\0\0", 31) = 31
[pid 17101] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
[pid 17101] poll([{fd=17, events=POLLIN}, {fd=18, events=POLLIN}, {fd=20, events=POLLIN}, {fd=21, events=POLLIN}, {fd=22, events=POLLIN}], 5, -1 <unfinished ...>
[pid 17098] <... write resumed> ) = 8
[pid 17098] write(5, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 17098] poll([{fd=5, events=POLLIN}, {fd=14, events=POLLIN}, {fd=23, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
[pid 17098] read(5, "\6\0\0\0\0\0\0\0", 16) = 8
[pid 17098] futex(0x7f7cea51e1a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 17098] write(2, "terminate called after throwing "..., 48terminate called after throwing an instance of ') = 48
[pid 17098] write(2, "Akonadi::PayloadException", 25Akonadi::PayloadException) = 25
[pid 17098] write(2, "'\n", 2'
) = 2
[pid 17098] write(2, " what(): ", 11 what(): ) = 11
[pid 17098] write(2, "Akonadi::PayloadException: Wrong"..., 116Akonadi::PayloadException: Wrong payload type (requested: sp(0)<QByteArray>; present: sp(0)<KContacts::ContactGroup>) = 116
[pid 17098] write(2, "\n", 1
) = 1
[pid 17098] rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
[pid 17098] tgkill(17098, 17098, SIGABRT) = 0
[pid 17098] --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=17098, si_uid=1000} ---
[pid 17101] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 17100] <... poll resumed> <unfinished ...>) = ?
[pid 17103] <... poll resumed> <unfinished ...>) = ?
[pid 17099] <... poll resumed> <unfinished ...>) = ?
[pid 17101] +++ killed by SIGABRT (core dumped) +++
[pid 17100] +++ killed by SIGABRT (core dumped) +++
[pid 17099] +++ killed by SIGABRT (core dumped) +++
[pid 17103] +++ killed by SIGABRT (core dumped) +++
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)
how ever start it as root, and it does not crash, but is not fully functional.
it appears to be already filed s a kde bug many years ago....... so has it resurfaced, i dont know
https://mail.kde.org/pipermail/kdepim-b ... 46708.htmlbut its wrong that it core dumps for any reason
regards peter