Disable Chromium's crash handler
ClosedPublic

Authored by dvratil on Oct 7 2018, 10:59 AM.

Details

Summary

The crash handler was overriding DrKonqi so we were not getting
DrKonqi when KMail (or any other app using QtWebEngine) crashed.

@mlaurent where do you think is the best place to put this? Should
I add a method to pimcommon and add a call to it to each PIM app
that uses QtWebEngine? Or is it better to just assume everyone
is using PimUniqueApplication and leave it here?

Test Plan

kill -ABRT $(pidof kmail) opens DrKonqi instead of just making
KMail dump stracktrace to stderr

Diff Detail

Repository
R85 PIM: Kontact Interface
Branch
Applications/18.08
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 3571
Build 3589: arc lint + arc unit
dvratil created this revision.Oct 7 2018, 10:59 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptOct 7 2018, 10:59 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
dvratil requested review of this revision.Oct 7 2018, 10:59 AM
mlaurent accepted this revision.Oct 7 2018, 3:08 PM

Hi,
Just korganizer doesn't use directly qtwebengine but I think it's ok to put it in PimUniqueApplication.

Regards

This revision is now accepted and ready to land.Oct 7 2018, 3:08 PM
This revision was automatically updated to reflect the committed changes.