Bug 301082 - KMyMoney crashes when opening a SQLite Version 3 database
Summary: KMyMoney crashes when opening a SQLite Version 3 database
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-03 02:33 UTC by Vance Beauregard
Modified: 2014-09-01 11:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (2.53 KB, text/plain)
2012-10-20 17:07 UTC, Jean-Pierre ROBERT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vance Beauregard 2012-06-03 02:33:04 UTC
Application: kmymoney (4.6.1)
KDE Platform Version: 4.8.3 (4.8.3)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-24-generic x86_64
Distribution: Linux Mint 13 Maya

-- Information about the crash:
- What I was doing when the application crashed:I recently upgraded to MInt13, and have not been able to open my previous KMyMoney file, which is a SQLite3 database.  I opened KMyMoney, OpenDatabase, select SQLite3, and enter the file name.  KMyMoney says the database is apparently in use.  When I enter open anyway, I get an uncaught error, please report the details to developers.

- Custom settings of the application:
This is the ubuntu repository version of KMyMoney.  I have also tried previous versions, as well as the claydoh repository version.  All crash.  I was unsucessful in compiling KMyMoney from sourceforge source.

The crash can be reproduced every time.

-- Backtrace:
Application: KMyMoney (kmymoney), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fea1b005780 (LWP 17352))]

Thread 2 (Thread 0x7fe9fdc37700 (LWP 17366)):
#0  0x00007fffaae00707 in ?? ()
#1  0x00007fffaae00959 in ?? ()
#2  0x00007fea10f5415d in clock_gettime () from /lib/x86_64-linux-gnu/librt.so.1
#3  0x00007fea17192bb4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x00007fea1726ab8d in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x00007fea1726aec3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007fea1726997c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x00007fea17269a25 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007fea10c9f71e in g_main_context_prepare (context=0x7fe9f00009a0, priority=0x7fe9fdc36cb8) at /build/buildd/glib2.0-2.32.1/./glib/gmain.c:2813
#9  0x00007fea10c9ff1b in g_main_context_iterate (dispatch=1, block=1, context=0x7fe9f00009a0, self=<optimized out>) at /build/buildd/glib2.0-2.32.1/./glib/gmain.c:3103
#10 g_main_context_iterate (context=0x7fe9f00009a0, block=1, dispatch=1, self=<optimized out>) at /build/buildd/glib2.0-2.32.1/./glib/gmain.c:3060
#11 0x00007fea10ca0124 in g_main_context_iteration (context=0x7fe9f00009a0, may_block=1) at /build/buildd/glib2.0-2.32.1/./glib/gmain.c:3184
#12 0x00007fea1726a426 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007fea17239c82 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#14 0x00007fea17239ed7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#15 0x00007fea17138fa7 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#16 0x00007fea172199ff in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#17 0x00007fea1713bfcb in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#18 0x00007fea183b7e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#19 0x00007fea1568a4bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#20 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fea1b005780 (LWP 17352)):
[KCrash Handler]
#6  0x00007fea155ce445 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x00007fea155d1bab in abort () from /lib/x86_64-linux-gnu/libc.so.6
#8  0x00007fea15f2769d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#9  0x00007fea15f25846 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007fea15f25873 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007fea15f2596e in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#12 0x0000000000456ed8 in main (argc=1, argv=0x7fffaaddc958) at /build/buildd/kmymoney-4.6.1/kmymoney/main.cpp:185

Possible duplicates by query: bug 301032, bug 301008, bug 301004, bug 300936, bug 300921.

Reported using DrKonqi
Comment 1 Jean-Pierre ROBERT 2012-10-20 17:07:30 UTC
Created attachment 74680 [details]
New crash information added by DrKonqi

kmymoney (4.6.1) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1

- What I was doing when the application crashed:J'étais en train de réorganiser la liste des Tiers et les catégories

-- Backtrace (Reduced):
#12 0x0000000000456ed8 in main (argc=1, argv=0x7fffdb8a3af8) at /build/buildd/kmymoney-4.6.1/kmymoney/main.cpp:185
Comment 2 Cristian Oneț 2013-09-12 08:53:37 UTC
Please provide a meaningful backtrace (with debug info installed) or the actual text of the "an uncaught error, please report the details to developers" dialog.
Comment 3 Cristian Oneț 2014-09-01 11:08:27 UTC
Closing these issues as unmaintained since we have been waiting for feedback on them for a year now.