Bug 487502 - Crash when closing config dialog
Summary: Crash when closing config dialog
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-05-24 22:46 UTC by Nicolas Fella
Modified: 2024-06-24 20:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
New crash information added by DrKonqi (106.13 KB, text/plain)
2024-05-24 22:46 UTC, Nicolas Fella
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Fella 2024-05-24 22:46:37 UTC
Application: neochat (24.07.70)
 (Compiled from sources)
Qt Version: 6.7.2
Frameworks Version: 6.3.0
Operating System: Linux 6.8.10-300.fc40.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 40 (KDE Plasma)"
DrKonqi: 6.1.80 [CoredumpBackend]

-- Information about the crash:
- Click on avatar in bottom-left corner
- Close the settings window

The crash can be reproduced every time.

-- Backtrace (Reduced):
#5  0x00007fcd5480d871 in QJsonObject::valueImpl<QLatin1String> (this=0x8, key=...) at /home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:310
#6  QJsonObject::value (this=0x8, key=...) at /home/nico/workspace/qt6/qtbase/src/corelib/serialization/qjsonobject.cpp:301
#7  0x00007fcd571959a9 in QJsonObject::operator[] (this=<optimized out>, key=...) at /home/nico/kde/usr/include/QtCore/qjsonobject.h:61
#8  Quotient::Event::contentJson (this=<optimized out>) at /home/nico/kde/src/libquotient/Quotient/events/event.cpp:68
#9  0x000000000076977b in Quotient::Event::contentPart<QUrl, QLatin1String> (this=<optimized out>, key=<optimized out>) at /home/nico/kde/usr/include/Quotient/events/event.h:363


Reported using DrKonqi
Comment 1 Nicolas Fella 2024-05-24 22:46:38 UTC
Created attachment 169794 [details]
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.
Comment 2 Tobias Fella 2024-06-24 20:03:21 UTC
Apparently the code that crashes here doesn't exist anymore, so it can't still crash :)