Bug 458110 - Choqok crashes when you close it
Summary: Choqok crashes when you close it
Status: RESOLVED DUPLICATE of bug 418312
Alias: None
Product: choqok
Classification: Applications
Component: general (show other bugs)
Version: 1.7.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Andrea Scarpino
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-08-20 17:25 UTC by me
Modified: 2022-08-21 15:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description me 2022-08-20 17:25:11 UTC
Application: choqok (1.7.0)

Qt Version: 5.15.5
Frameworks Version: 5.97.0
Operating System: Linux 5.19.1-arch2-1 x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.25.4 [KCrashBackend]

-- Information about the crash:
You close Choqok normally from the File menu and it just crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Choqok (choqok), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f721239bbc7 in QWidget::~QWidget() () from /usr/lib/libQt5Widgets.so.5
#5  0x000055623cd12402 in ?? ()
#6  0x00007f72116bd341 in ?? () from /usr/lib/libQt5Core.so.5
#7  0x00007f721294f669 in KCoreConfigSkeleton::save() () from /usr/lib/libKF5ConfigCore.so.5
#8  0x00007f7212e1cbf5 in Choqok::UI::QuickPost::~QuickPost() () from /usr/lib/libchoqok.so.1
#9  0x00007f7212e1cdae in Choqok::UI::QuickPost::~QuickPost() () from /usr/lib/libchoqok.so.1
#10 0x00007f72116b3435 in QObjectPrivate::deleteChildren() () from /usr/lib/libQt5Core.so.5
#11 0x00007f721239bd95 in QWidget::~QWidget() () from /usr/lib/libQt5Widgets.so.5
#12 0x000055623cd0e570 in ?? ()
#13 0x000055623cd0e62d in ?? ()
#14 0x00007f72116b026a in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#15 0x00007f7212ce12ae in KXmlGuiWindow::event(QEvent*) () from /usr/lib/libKF5XmlGui.so.5
#16 0x00007f7212378b3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#17 0x00007f721168cad8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#18 0x00007f721168d5e3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#19 0x00007f721168fdc2 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#20 0x000055623cd0cffb in ?? ()
#21 0x00007f7210e3c2d0 in ?? () from /usr/lib/libc.so.6
#22 0x00007f7210e3c38a in __libc_start_main () from /usr/lib/libc.so.6
#23 0x000055623cd0d1b5 in _start ()
[Inferior 1 (process 806145) detached]

Reported using DrKonqi
Comment 1 Frédéric Brière 2022-08-21 02:02:06 UTC
(In reply to 1sk8pp6j from comment #0)
> The crash can be reproduced every time.

This is almost definitely another instance of bug 418312 (now fixed on the development branch), but that bug only occurs if a setting has been changed since the application was started, which might seem contradicted by your statement.  Just to be sure, could you check whether or not Choqok crashes if you *don't* alter any setting?  Thanks!

*** This bug has been marked as a duplicate of bug 418312 ***
Comment 2 me 2022-08-21 12:29:05 UTC
I tried to close it without changing anything and I can confirm it does not crash in this situation.
Comment 3 Frédéric Brière 2022-08-21 15:22:42 UTC
(In reply to 1sk8pp6j from comment #2)
> I tried to close it without changing anything and I can confirm it does not
> crash in this situation.

Thank you very much!

In retrospect, I'm surprised you didn't hit Bug 400117 next, which I thought struck every time.  So if you later see Choqok crashing at exit but you didn't change any setting, no need to reopen this bug report; this is merely Bug 400117 (or one of its relatives) at work (all of which will be fixed in the next release).