| Summary: | [WAYLAND] Konqueror crashes when using KHTML | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Dipta Biswas <dabiswas112> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | christoph, dabiswas112, nicolas.fella |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 21.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Dipta Biswas
2021-11-12 14:37:44 UTC
Looks like KHTML is making a call to X11, which breaks on Wayland. Technically this should be fixed with an if(runningX11()), but realistically you really should not use KHTML, it's dead Created attachment 143498 [details]
New crash information added by DrKonqi
konqueror (21.08.3) using Qt 5.15.2
- What I was doing when the application crashed:
This time searx.garudalinux.org crashed KHTML
Btw are you implying that this bug is WONTFIX by suggesting me to abandon KHTML?
-- Backtrace (Reduced):
#4 0x00007f8a1d252154 in _XGetRequest () at /usr/lib/libX11.so.6
#5 0x00007f8a1d22bf17 in XChangeWindowAttributes () at /usr/lib/libX11.so.6
#6 0x00007f89930d99e7 in KHTMLView::mouseMoveEvent(QMouseEvent*) () at /usr/lib/libKF5KHtml.so.5
#7 0x00007f8a1f38c0be in QWidget::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
#8 0x00007f8a1f43b94f in QFrame::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
I'm saying I don't expect anyone to spend time on fixing this We have the same report for khelpcenter, will mark this as dupe. See potential fix there. *** This bug has been marked as a duplicate of bug 422972 *** |