Bug 480394 - Skrooge v 2.31 Crash on startup. Error: Skrooge closed unexpectedly.
Summary: Skrooge v 2.31 Crash on startup. Error: Skrooge closed unexpectedly.
Status: RESOLVED DUPLICATE of bug 480386
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR crash
Target Milestone: 25.1.0
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-27 15:15 UTC by Birt Cory
Modified: 2024-01-30 22:39 UTC (History)
1 user (show)

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


Attachments
New crash information added by DrKonqi (4.05 KB, text/plain)
2024-01-30 22:39 UTC, bmhieserich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Birt Cory 2024-01-27 15:15:56 UTC
Application: Skrooge (skrooge), signal: Aborted

[KCrash Handler]
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139680762002048) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=139680762002048) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=139680762002048, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007f0a04642476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007f0a046287f3 in __GI_abort () at ./stdlib/abort.c:79
#9  0x000055a79a3ae1fc in ?? ()
#10 0x00007f0a04ec60f0 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f0a04ec6209 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f0a04e91b9a in QMessageLogger::fatal(char const*, ...) const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007f0a04ea7fe0 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007f09c8077e3c in QSQLiteDriver::QSQLiteDriver(QObject*) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/sqldrivers/libskgsqlcipher.so
#15 0x00007f09c8078018 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/sqldrivers/libskgsqlcipher.so
#16 0x00007f0a03aa61fa in ?? () from /lib/x86_64-linux-gnu/libQt5Sql.so.5
#17 0x00007f0a03aa65c6 in QSqlDatabase::addDatabase(QString const&, QString const&) () from /lib/x86_64-linux-gnu/libQt5Sql.so.5
#18 0x00007f0a065593ce in SKGDocument::load(QString const&, QString const&, bool, bool) () from /lib/x86_64-linux-gnu/libskgbasemodeler.so.2
#19 0x00007f09d0213f2d in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/skg_gui/skg_file.so
#20 0x00007f0a050ea85e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f0a05d6c783 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x00007f0a050bd30a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007f0a050c0407 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007f0a051171a7 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007f0a027c7d3b in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007f0a0281d258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007f0a027c53e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007f0a05116852 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x00007f0a050bd451 in QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>, int) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x00007f09e00b0d25 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/skg_gui/skg_monthly.so
#31 0x00007f0a0670b31d in SKGMainPanel::processArguments(QStringList const&) () from /lib/x86_64-linux-gnu/libskgbasegui.so.2
#32 0x000055a79a3ade96 in ?? ()
#33 0x00007f0a04629d90 in __libc_start_call_main (main=main@entry=0x55a79a3acdc0, argc=argc@entry=2, argv=argv@entry=0x7ffe1ddf73d8) at ../sysdeps/nptl/libc_start_call_main.h:58
#34 0x00007f0a04629e40 in __libc_start_main_impl (main=0x55a79a3acdc0, argc=2, argv=0x7ffe1ddf73d8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffe1ddf73c8) at ../csu/libc-start.c:392
#35 0x000055a79a3adf45 in ?? ()
[Inferior 1 (process 2516) detached]
Comment 1 Antonio Rojas 2024-01-27 16:44:20 UTC
*** This bug has been marked as a duplicate of bug 480386 ***
Comment 2 bmhieserich 2024-01-30 22:39:30 UTC
Created attachment 165374 [details]
New crash information added by DrKonqi

skrooge (2.31.0) using Qt 5.15.12

Starting from terminal, received same message about incompatible Qt library as bug 480386.

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140278820235904) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140278820235904) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140278820235904, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007f9543642476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007f95436287f3 in __GI_abort () at ./stdlib/abort.c:79