https://bugs.kde.org/show_bug.cgi?id=312460
--- Comment #20 from Christian Mollekopf <[email protected]> --- I was comparing the pointer of the monitorprivate to the pointer of the monitor which are obviously different. Here's how it should looks: Breakpoint 2, Akonadi::EntityTreeModelPrivate::monitoredItemAdded (this=0x292c2a0, item=..., collection=...) at /usr/src/debug/kdepimlibs-4.10.2/akonadi/entitytreemodel_p.cpp:1037 1037 { (gdb) continue Continuing. [New Thread 0x7f6f79c85700 (LWP 4444)] Breakpoint 3, Akonadi::MonitorPrivate::emitItemNotification (this=this@entry=0x26656a0, msg=..., item=..., collection=..., collectionDest=...) at /usr/src/debug/kdepimlibs-4.10.2/akonadi/monitor_p.cpp:484 484 { (gdb) print q_ptr $6 = (Akonadi::Monitor *) 0x2777fc0 (gdb) print msg.toString() $7 = "Item (232625, 4777) in collection 43 added" (gdb) continue Continuing. [Thread 0x7f6f79c85700 (LWP 4444) exited] Breakpoint 2, Akonadi::EntityTreeModelPrivate::monitoredItemAdded (this=0x292c2a0, item=..., collection=...) at /usr/src/debug/kdepimlibs-4.10.2/akonadi/entitytreemodel_p.cpp:1037 1037 { (gdb) print m_monitor $8 = (Akonadi::ChangeRecorder *) 0x2777fc0 (gdb) print item.id() $9 = 232625 (gdb) continue Continuing. Now I have to wait until I run into the problem again to be able to check again what's happening when it's going wrong. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
