Summary: | openconnect plugin crashes after receiving answer from Palo Alto Networks GlobalProtect auth | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Thiago Macieira <thiago> |
Component: | Networks widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | crash | CC: | chermnykh2001, mss, rohan, sergeantsagara |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thiago Macieira
2024-04-05 16:10:42 UTC
Still happening on 6.0.4 Backtrace: #3 0x00007f7d3ae41240 in <signal handler called> () at /lib64/libc.so.6 #4 0x00007f7d16065a0b in OpenconnectAuthWidget::formLoginClicked() (this=<optimized out>) at /usr/src/debug/plasma-nm-6.0.4/vpn/openconnect/openconnectauth.cpp:833 #5 0x00007f7d3b7c2c41 in QObject::event(QEvent*) () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #6 0x00007f7d3cbc2f1e in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt6Widgets.so.6 #7 0x00007f7d3b77e618 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #8 0x00007f7d3b77e95e in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #9 0x00007f7d3b9af653 in () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #10 0x00007f7d3b112710 in () at /lib64/libglib-2.0.so.0 #11 0x00007f7d3b114358 in () at /lib64/libglib-2.0.so.0 #12 0x00007f7d3b114a0c in g_main_context_iteration () at /lib64/libglib-2.0.so.0 #13 0x00007f7d3b9ad09c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #14 0x00007f7d3b78953b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #15 0x00007f7d3b782082 in QCoreApplication::exec() () at /lib64/glibc-hwcaps/x86-64-v4/libQt6Core.so.6.7.0 #16 0x000055882d76f532 in () #17 0x00007f7d3ae2a1f0 in __libc_start_call_main () at /lib64/libc.so.6 #18 0x00007f7d3ae2a2b9 in __libc_start_main_impl () at /lib64/libc.so.6 #19 0x000055882d76f895 in () As before, d->passwordFormIndex = 1 and the layout's item list is: $6 = { <QListSpecialMethods<QBoxLayoutItem*>> = { <QListSpecialMethodsBase<QBoxLayoutItem*>> = {<No data fields>}, <No data fields>}, members of QList<QBoxLayoutItem*>: d = { d = 0x5588307c9270, ptr = 0x5588307c9290, size = 0 } } *** Bug 486660 has been marked as a duplicate of this bug. *** I think you can reproduce this without having a valid login. Just start connecting so the web view shows, then click anywhere outside of that. kded will crash. Bulk transfer as requested in T17796 |