Bug 312729 - KMyMoney - QIF import crash
Summary: KMyMoney - QIF import crash
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-06 04:32 UTC by deckdogdlx@gmail.com
Modified: 2014-09-01 11:08 UTC (History)
2 users (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 deckdogdlx@gmail.com 2013-01-06 04:32:25 UTC
Application: kmymoney (4.6.1)
KDE Platform Version: 4.8.5 (4.8.5) (Compiled from sources)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-32-generic-pae i686
Distribution: Ubuntu 12.04.1 LTS

-- Information about the crash:
I installed the application and have attempted to import the QIF file from our Quicken program.  After running for several  minutes doing the import process the program just closes.  Attempting to reopen it, it indicates that the program is still running.

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

Thread 3 (Thread 0xb1736b40 (LWP 2915)):
#0  0xb46e7104 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#1  0xb46e73c8 in g_mutex_lock () from /lib/i386-linux-gnu/libglib-2.0.so.0
#2  0xb46a7958 in g_main_context_query () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb46a800e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb46a856b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb173b134 in ?? () from /usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
#6  0xb46cb6b3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0xb6858d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0xb523ad3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 2 (Thread 0xb0dffb40 (LWP 2916)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0xb522c5f0 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0xb46b5a7b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb46a80ae in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb46a856b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb24871ba in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#6  0xb46cb6b3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0xb6858d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0xb523ad3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 1 (Thread 0xb3cec740 (LWP 2912)):
[KCrash Handler]
#7  0xb7784424 in __kernel_vsyscall ()
#8  0xb517a1df in raise () from /lib/i386-linux-gnu/libc.so.6
#9  0xb517d825 in abort () from /lib/i386-linux-gnu/libc.so.6
#10 0xb53ee13d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#11 0xb53ebed3 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#12 0xb53ebf0f in std::terminate() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#13 0xb53ec0b4 in __cxa_rethrow () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#14 0xb60f5a55 in QEventLoop::exec (this=0xbf908e04, flags=...) at kernel/qeventloop.cpp:218
#15 0xb60faeba in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#16 0xb555ea74 in QApplication::exec () at kernel/qapplication.cpp:3820
#17 0x0808a493 in runKMyMoney (splash=0xbf908f58, a=<optimized out>) at /build/buildd/kmymoney-4.6.1/kmymoney/main.cpp:282
#18 0x080889db in main (argc=<error reading variable: Cannot access memory at address 0xb60>, argv=<error reading variable: Cannot access memory at address 0xb64>) at /build/buildd/kmymoney-4.6.1/kmymoney/main.cpp:181

Possible duplicates by query: bug 312535, bug 312307, bug 311962, bug 311772, bug 311441.

Reported using DrKonqi
Comment 1 allan 2013-01-06 10:58:36 UTC
(In reply to comment #0)
> Application: kmymoney (4.6.1)
> KDE Platform Version: 4.8.5 (4.8.5) (Compiled from sources)
> Qt Version: 4.8.1
> Operating System: Linux 3.2.0-32-generic-pae i686
> Distribution: Ubuntu 12.04.1 LTS
> 
> -- Information about the crash:
> I installed the application and have attempted to import the QIF file from
> our Quicken program.  After running for several  minutes doing the import
> process the program just closes.  Attempting to reopen it, it indicates that
> the program is still running.

Could you start KMyMoney from a terminal, 'kmymoney' and provide the console output from the program.  It may help to determine the stage it reaches.

What size is the QIF file?  Sometimes it's helpful to do the import in stages, if your file is on the large size.  Was it your complete Quicken file?  Could you try exporting from Quicken just a few accounts at first.
Comment 2 Christoph Feck 2013-01-13 00:48:52 UTC
If you can provide the information requested in comment #1, please add it.
Comment 3 deckdogdlx@gmail.com 2013-01-13 05:02:08 UTC
By breaking my downloads up I was able to get them to import.  Thanks for your help.  My file size was 3.6 megabytes.  Worked fine.  Thanks.
Comment 4 allan 2013-01-13 10:31:17 UTC
(In reply to comment #3)
> By breaking my downloads up I was able to get them to import.  Thanks for
> your help.  My file size was 3.6 megabytes.  Worked fine.  Thanks.

Ah, 3.6 MB.  Well, I'm glad you got there OK.  Strange about it just closing, though.  No error message originally?
Comment 5 Cristian Oneț 2013-08-30 08:08:09 UTC
If you still have the large file could you reproduce the crash with debug information installed?
Comment 6 deckdogdlx@gmail.com 2013-08-30 10:39:37 UTC
Iwill try this weekend and let you know the output.
Kevin
On Aug 30, 2013 3:08 AM, "Cristian Oneț" <onet.cristian@gmail.com> wrote:

> https://bugs.kde.org/show_bug.cgi?id=312729
>
> Cristian Oneț <onet.cristian@gmail.com> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |NEEDSINFO
>                  CC|                            |onet.cristian@gmail.com
>          Resolution|---                         |WAITINGFORINFO
>
> --- Comment #5 from Cristian Oneț <onet.cristian@gmail.com> ---
> If you still have the large file could you reproduce the crash with debug
> information installed?
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 7 Cristian Oneț 2014-09-01 11:08:19 UTC
Closing these issues as unmaintained since we have been waiting for feedback on them for a year now.