Summary: | The plasma-phonebook app crashes when contactChanged signal is emitted in kpeople-sink plugin | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kpeople | Reporter: | Rituka Patwal <ritukapatwal21> |
Component: | PersonsModel | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, simon |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kpeople/3292b028d702ee44c7396ecf17d8f3e33e562abf | Version Fixed In: | |
Sentry Crash Report: |
Description
Rituka Patwal
2019-08-09 00:15:59 UTC
Possibly unrelated, but you can get the same behavior using kpeoplevcard -- Change a vcard and the app using kpeople crashes (I should have reported this awhile ago but I forgot >.>) Plasma-phonebook app also crashes when the contactRemoved signal is emitted from kpeople-sink. Backtrace logs: https://invent.kde.org/snippets/377 Git commit 3292b028d702ee44c7396ecf17d8f3e33e562abf by Aleix Pol. Committed on 08/09/2019 at 16:47. Pushed by apol into branch 'master'. Fix crash when monitoring a contact that gets removed on PersonData M +35 -30 autotests/fakecontactsource.cpp M +6 -0 autotests/fakecontactsource.h M +13 -0 autotests/persondatatests.cpp M +1 -0 autotests/persondatatests.h M +3 -1 src/persondata.cpp https://commits.kde.org/kpeople/3292b028d702ee44c7396ecf17d8f3e33e562abf Simon, your crash may be something different, please report separately. I've fixed a couple of issues in KPeopleVCard today though. (In reply to Aleix Pol from comment #4) > Simon, your crash may be something different, please report separately. > I've fixed a couple of issues in KPeopleVCard today though. I finally was able to test this. The issue I was experiencing is resolved. Whether it was this fix or something else doesn't bother me :) |