Version: git-latest (using KDE 4.6.3) OS: Linux Whenever I right-click on a group, the contact list crashes. Reproducible: Always Steps to Reproduce: Right-click on a group Actual Results: Contact list crashed Expected Results: ...
Backtrace would be nice. Make sure you compiled it with debug information.
I didn't compile it, I use the opensuse packages (which is nice because I'm much to lazy to compile). So the backtrace is completely useless.
I would put money on it being this line: contact = m_groupsModel->data(m_modelFilter->mapToSource(index), AccountsModel::ItemRole).value<ContactModelItem*>()->contact(); what if you click on a header? That would then crash. Could also could be another side effect of whatever is causing the model filter to spasm out.
Created attachment 60221 [details] Backtrace for this issue
Git commit f21a51613725f391967e59fd57c8afee637d8bfe by David Edmundson. Committed on 23/05/2011 at 00:03. Pushed by davidedmundson into branch 'master'. Tidied up code in onContextMenuRequested Fixes crash on right click on header of groups model. BUG: 273807 M +6 -7 main-widget.cpp http://commits.kde.org/telepathy-contact-list/f21a51613725f391967e59fd57c8afee637d8bfe