Bug 458696 - KPatience solving error.
Summary: KPatience solving error.
Status: RESOLVED WORKSFORME
Alias: None
Product: kpat
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.04.1
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-09-04 13:10 UTC by Tanaka Katsuharu
Modified: 2023-02-27 12:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tanaka Katsuharu 2022-09-04 13:10:20 UTC
Application: kpat (22.04.1)

Qt Version: 5.15.5
Frameworks Version: 5.97.0
Operating System: Linux 5.19.6-200.fc36.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 36 (KDE Plasma)
DrKonqi: 5.25.4 [KCrashBackend]

-- Information about the crash:
Kpatience demo mode crashes on exit in certain game numbers. The cause is that the 16-bit number pointer is extended to use a 32-bit number pointer, which cannot be fixed at this time.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KPatience (kpat), signal: Segmentation fault

[KCrash Handler]
#4  0x00007fcaeb708b64 in KCard::suit() const () from /lib64/libkcardgame.so
#5  0x000055757e599ce4 in FreecellSolver::translateMove(MOVE const&) ()
#6  0x000055757e5655eb in DealerScene::demo() ()
#7  0x00007fcaea0578b6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#8  0x00007fcaea05ac4e in QTimer::timeout(QTimer::QPrivateSignal) () from /lib64/libQt5Core.so.5
#9  0x00007fcaea04e145 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#10 0x00007fcaeab28d22 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#11 0x00007fcaea024218 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#12 0x00007fcaea0742d1 in QTimerInfoList::activateTimers() () from /lib64/libQt5Core.so.5
#13 0x00007fcaea074bf4 in idleTimerSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5
#14 0x00007fcae7918faf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#15 0x00007fcae796e2c8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#16 0x00007fcae7916940 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#17 0x00007fcaea074f4a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#18 0x00007fcaea022c6a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#19 0x00007fcaea02ad32 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#20 0x000055757e554596 in main ()
[Inferior 1 (process 11250) detached]

Reported using DrKonqi
Comment 1 Stephan Kulow 2023-02-27 12:18:59 UTC
There is not enough info on this and I tried to reproduce it (exiting during freecell demo) and can't