Summary: | khelpcenter crashes on Wayland | ||
---|---|---|---|
Product: | [Applications] khelpcenter | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andrewgigenadev, christoph, dabiswas112, fyrefiend, la_iscla, liubomirwm, nate, philip0muldoon1, sholz8530, twinshadows404, vishnugb |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/khtml/-/commit/04aa1739d06d3ff7d16a3296fd27fa392d8ba318 | Version Fixed In: | 5.91 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Patrick Silva
2020-06-14 14:30:13 UTC
*** Bug 426203 has been marked as a duplicate of this bug. *** I get the same bug when clicking the "Help" button in the firewall settings. The backtrace seems to be the same for me. Every time I hover over the translator's or the author's email address, khelpcenter crashes. If I select another page and then select the firewall page again, the bug no longer occurs. Created attachment 142777 [details]
New crash information added by DrKonqi
khelpcenter (5.7.6.21082) using Qt 5.15.2
- What I was doing when the application crashed:
Opened Help Center from Konqueror and it crashed. When I relaunch it works about half the time
-- Backtrace (Reduced):
#4 0x00007f2eb888d154 in _XGetRequest () from /usr/lib/libX11.so.6
#5 0x00007f2eb8866f17 in XChangeWindowAttributes () from /usr/lib/libX11.so.6
#6 0x00007f2ebafb29e7 in KHTMLView::mouseMoveEvent(QMouseEvent*) () from /usr/lib/libKF5KHtml.so.5
#7 0x00007f2eb9ec50be in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8 0x00007f2eb9f7485f in QFrame::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
*** Bug 447095 has been marked as a duplicate of this bug. *** https://bugs.kde.org/show_bug.cgi?id=422972 If you have time you could try that patch. *** Bug 419685 has been marked as a duplicate of this bug. *** *** Bug 416769 has been marked as a duplicate of this bug. *** *** Bug 445378 has been marked as a duplicate of this bug. *** *** Bug 437923 has been marked as a duplicate of this bug. *** *** Bug 425690 has been marked as a duplicate of this bug. *** (In reply to Christoph Cullmann from comment #5) > https://bugs.kde.org/show_bug.cgi?id=422972 > > If you have time you could try that patch. Hmm, this links to the current bug?? Sorry, this is the fix ;=) https://invent.kde.org/frameworks/khtml/-/merge_requests/4 Unfortunately build dependencies are not available on neon unstable. $ sudo apt build-dep khtml ... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: builddeps:essentials : Depends: build-essential but it is not going to be installed builddeps:khtml : Depends: debhelper (>= 11~) but it is not going to be installed Depends: libjpeg-dev Depends: libkf5archive-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5codecs-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5globalaccel-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5i18n-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5iconthemes-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5kio-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5kjs-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5notifications-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5parts-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5sonnet-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5textwidgets-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5wallet-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5widgetsaddons-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5windowsystem-dev (>= 5.51.0~) but it is not going to be installed Depends: libkf5xmlgui-dev (>= 5.51.0~) but it is not going to be installed Depends: libphonon4qt5-dev (>= 4:4.6.0) but it is not going to be installed Depends: libpng-dev but it is not going to be installed Depends: libqt5x11extras5-dev (>= 5.8.0~) but it is not going to be installed Depends: qtbase5-dev (>= 5.8.0~) but it is not going to be installed Depends: zlib1g-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages. Fixed by Christoph Cullmann with https://invent.kde.org/frameworks/khtml/-/commit/04aa1739d06d3ff7d16a3296fd27fa392d8ba318 in Frameworks 5.91! |