Bug 259398 - Crash when cancelling import of QIF file.
Summary: Crash when cancelling import of QIF file.
Status: RESOLVED DUPLICATE of bug 259235
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 03:08 UTC by ohernandez3
Modified: 2010-12-10 08:18 UTC (History)
0 users

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 ohernandez3 2010-12-10 03:08:42 UTC
Application: kmymoney (4.5.0)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-23-generic x86_64
Distribution: Ubuntu 10.10

-- Information about the crash:
The date format did not match the format in the register so I was going to cancel and change the date format, and when I cancelled it seg faulted and crashed.

-- Backtrace:
Application: KMyMoney (kmymoney), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f6946a86760 (LWP 3268))]

Thread 2 (Thread 0x7f6936a12710 (LWP 3272)):
#0  0x00007f694144a203 in poll () from /lib/libc.so.6
#1  0x00007f693c5a5009 in ?? () from /lib/libglib-2.0.so.0
#2  0x00007f693c5a57b5 in g_main_loop_run () from /lib/libglib-2.0.so.0
#3  0x00007f69371490f4 in ?? () from /usr/lib/libgio-2.0.so.0
#4  0x00007f693c5ca7e4 in ?? () from /lib/libglib-2.0.so.0
#5  0x00007f69440a6971 in start_thread () from /lib/libpthread.so.0
#6  0x00007f694145694d in clone () from /lib/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f6946a86760 (LWP 3268)):
[KCrash Handler]
#6  length (this=0x361b5d8, dateFormat=...) at /usr/include/qt4/QtCore/qstring.h:699
#7  MyMoneyQifProfile::setInputDateFormat (this=0x361b5d8, dateFormat=...) at /build/buildd/kmymoney-4.5/kmymoney/converter/mymoneyqifprofile.cpp:299
#8  0x00000000007c348f in MyMoneyQifReader::slotProcessData (this=0x361b590) at /build/buildd/kmymoney-4.5/kmymoney/converter/mymoneyqifreader.cpp:367
#9  0x00000000007c3aa4 in MyMoneyQifReader::qt_metacall (this=0x361b590, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=<value optimized out>) at /build/buildd/kmymoney-4.5/obj-x86_64-linux-gnu/kmymoney/converter/mymoneyqifreader.moc:87
#10 0x00007f6942287bde in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#11 0x00007f6942c2bfdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#12 0x00007f6942c31aed in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#13 0x00007f69450aa156 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#14 0x00007f6942275cdc in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#15 0x00007f6942278c22 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#16 0x00007f69422a2653 in ?? () from /usr/lib/libQtCore.so.4
#17 0x00007f693c5a1342 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#18 0x00007f693c5a52a8 in ?? () from /lib/libglib-2.0.so.0
#19 0x00007f693c5a545c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#20 0x00007f69422a2193 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#21 0x00007f6942cdea4e in ?? () from /usr/lib/libQtGui.so.4
#22 0x00007f6942274a02 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#23 0x00007f6942274dec in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#24 0x00007f6942278ebb in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#25 0x0000000000452d58 in main (argc=<value optimized out>, argv=<value optimized out>) at /build/buildd/kmymoney-4.5/kmymoney/main.cpp:260

Possible duplicates by query: bug 259235.

Reported using DrKonqi
Comment 1 Thomas Baumgart 2010-12-10 08:18:13 UTC

*** This bug has been marked as a duplicate of bug 259235 ***