Bug #1492
Segfault when selecting a network in quasselclient configuration
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/11/2018
Due date:
% Done:
0%
Estimated time:
Version:
0.12.4
OS:
Linux
Description
This should reproduce the bug:
- create a network, use standard identity
- delete the standard identity
- click on the network in "networks"
I don't know if providing a core dump is a good idea because it might contain sensitive information?
Here's the backtrace:
#0 0x0000555555901e80 in Identity::Identity(Identity const&, QObject*) (this=0x555556f0ceb0, other=..., parent=<optimized out>) at /home/johannes/src/quassel/src/common/identity.cpp:55 #1 0x0000555555890cc9 in CertIdentity::CertIdentity(Identity const&, QObject*) (this=0x555556f0ceb0, other=..., parent=<optimized out>) at /home/johannes/src/quassel/src/client/clientidentity.cpp:37 #2 0x00005555557e0539 in NetworksSettingsPage::displayNetwork(NetworkId) (this=0x555556d03000, id=...) at /home/johannes/src/quassel/src/qtui/settingspages/networkssettingspage.cpp:601 #3 0x00005555557e1824 in NetworksSettingsPage::on_networkList_itemSelectionChanged() (this=0x555556d03000) at /home/johannes/src/quassel/src/qtui/settingspages/networkssettingspage.cpp:798
HEAD is 7a878bda2ba617ff2eac98b7089f0f0053a9ea30
Related issues
History
#1 Updated by genius3000 about 6 years ago
- Related to Bug #1432: Quassel client crashes when trying to change Network settings added
#2 Updated by genius3000 about 6 years ago
- Related to deleted (Bug #1432: Quassel client crashes when trying to change Network settings)
#3 Updated by genius3000 about 6 years ago
- Is duplicate of Bug #1432: Quassel client crashes when trying to change Network settings added
#4 Updated by genius3000 about 6 years ago
- Is duplicate of Bug #1295: Crash upon configuring network using deleted identity added
#5 Updated by phuzion over 3 years ago
- Status changed from New to Resolved
As seen in #1409, this bug is fixed.