| Summary: | Plasma Crash after using Plasma Integration Addon in Chrome or Firefoy together with Youtube | ||
|---|---|---|---|
| Product: | [Plasma] plasma-browser-integration | Reporter: | Daniel <skop> |
| Component: | general | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | christoph, fabian, nate, plasma-bugs-null, wolfgangmcq+acct-bugs.kde.org |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Daniel
2020-03-12 12:09:35 UTC
Found a "solution" I had to disable IPv6 and than I could add an exeption to accept the certificates. I used: sudo nano /etc/sysctl.conf added at the end of this file net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 than sudo sysctl -p and it worked. No plasma crash anymore That does not sound related, previous crash was in a graphical animation *** Bug 430800 has been marked as a duplicate of this bug. *** Created attachment 142165 [details]
New crash information added by DrKonqi
plasmashell (5.22.90) using Qt 5.15.2
- What I was doing when the application crashed:
I started to watch a video in firefox (with Plasma Integration 1.8.0.1 installed). Plasmashell crashed. When I restarted plasmashell with "plasmashell --replace" it asked to accept a certificate for the site I was watching a video from. When clicking dismiss, plasmashell crashed again.
-- Backtrace (Reduced):
#7 0x00007efcaf7bd5fe in QAbstractAnimation::setCurrentTime(int) (this=0x7efc640569c0, msecs=0) at animation/qabstractanimation.cpp:1303
#8 0x00007efcaf7bd7d4 in QAnimationTimer::updateAnimationsTime(long long) (this=0x55d4dd416b20, delta=64) at animation/qabstractanimation.cpp:608
#9 0x00007efcaf7bc10b in QUnifiedTimer::updateAnimationTimers(long long) (this=0x55d4dc200640, currentTick=<optimized out>) at animation/qabstractanimation.cpp:324
#10 0x00007efcaf7bde1d in QAnimationDriver::advanceAnimation(long long) (this=<optimized out>, timeStep=-1) at animation/qabstractanimation.cpp:823
#11 0x00007efcaf9e7edf in QObject::event(QEvent*) (this=0x55d4dc200658, e=0x7fffdefea670) at kernel/qobject.cpp:1336
Please retry this with a Qt6 based version, thanks! ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |