Summary: | Crash at update firewall policy from System Settings | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Rodrigo Paiva <tecinfo.helpdesk> |
Component: | kcm_firewall | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kapitohaua, kde, minidy20001001, nate, tcanabrava |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.21.2 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-firewall/commit/c963f227c5cb6dec7f53735d730e2d0a8d36abf8 | Version Fixed In: | 5.21.4 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Rodrigo Paiva
2021-03-15 00:12:20 UTC
This is already fixed in master, if you have access, can you try to compile and test if master crashes for you? *** This bug has been marked as a duplicate of bug 433025 *** Thanks everyone. I applied updates on my system and now the KDE Frameworks version is 5.81.0 --------------------------------------------- Operating System: KDE neon Testing Edition KDE Plasma Version: 5.21.3 KDE Frameworks Version: 5.81.0 Qt Version: 5.15.2 Kernel Version: 5.4.0-67-generic OS Type: 64-bit --------------------------------------------- How can I compile and test if master crashes? Help-me about it, please. :) Tnx It has now been cherry-picked to the 5.21 branch. Created attachment 136890 [details]
New crash information added by DrKonqi
systemsettings5 (5.21.3) using Qt 5.15.2
- What I was doing when the application crashed:
After configuring firewall, when I left and went back to the "firewall" section, the whole settings app crashed.
- Custom settings of the application:
Changed default incoming rules and added some rules.
-- Backtrace (Reduced):
#4 0x00007f2e4022be26 in FirewallClient::capabilities (this=<optimized out>) at ./kcm/core/firewallclient.cpp:155
#5 0x00007f2e40cdbb53 in KCMFirewall::KCMFirewall (this=0x55d7c8fb94c0, parent=<optimized out>, args=...) at ./kcm/kcm.cpp:36
#6 0x00007f2e40cdf4ee in KPluginFactory::createInstance<KCMFirewall, QObject> (parentWidget=<optimized out>, parent=<optimized out>, args=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:519
#7 0x00007f2e98270a52 in KPluginFactory::create(char const*, QWidget*, QObject*, QList<QVariant> const&, QString const&) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#8 0x00007f2e99884ba8 in KCModuleLoader::loadModule(KCModuleInfo const&, KCModuleLoader::ErrorReporting, QWidget*, QStringList const&) () from /lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
Created attachment 137393 [details]
New crash information added by DrKonqi
systemsettings5 (5.21.3) using Qt 5.15.2
"System settings" crushes after these steps:
1. Write commands in console
sudo iptables -I INPUT -p tcp --dport 1714:1764 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 1714:1764 -j ACCEPT
2. Go to "System settings" -> Firewall
3. Crush
-- Backtrace (Reduced):
#4 0x00007f2037a7de26 in FirewallClient::capabilities (this=<optimized out>) at ./kcm/core/firewallclient.cpp:155
#5 0x00007f2037ac6b53 in KCMFirewall::KCMFirewall (this=0x55f909d991a0, parent=<optimized out>, args=...) at ./kcm/kcm.cpp:36
#6 0x00007f2037aca4ee in KPluginFactory::createInstance<KCMFirewall, QObject> (parentWidget=<optimized out>, parent=<optimized out>, args=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:519
#7 0x00007f207b20aa52 in KPluginFactory::create (this=this@entry=0x55f9095ce040, iface=0x7f207c6ff0f0 "KQuickAddons::ConfigModule", parentWidget=parentWidget@entry=0x0, parent=parent@entry=0x0, args=..., keyword=...) at ./src/lib/plugin/kpluginfactory.cpp:177
#8 0x00007f207c81eba8 in KPluginFactory::create<KQuickAddons::ConfigModule> (args=..., parent=0x0, this=0x55f9095ce040) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:257
|