| Summary: | Contact list crashes on right-click on a group | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | Maxime Corteel <mcorteel> |
| Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, xzekecomax |
| Priority: | NOR | ||
| Version First Reported In: | git-latest | ||
| Target Milestone: | 0.4.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace for this issue | ||
|
Description
Maxime Corteel
2011-05-21 18:42:26 UTC
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 |