Bug 93123 - krash trying to convert file from SQLLite2 to SQLLite3
Summary: krash trying to convert file from SQLLite2 to SQLLite3
Status: CLOSED FIXED
Alias: None
Product: KEXI
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Jarosław Staniek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-11 21:57 UTC by Mathieu Jobin
Modified: 2012-08-11 12:46 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 Mathieu Jobin 2004-11-11 21:57:38 UTC
Version:           unknown (using KDE 3.3.1, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.111-default

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1095501024 (LWP 8145)]
[KCrash handler]
#7  0xffffe410 in ?? ()
#8  0xbfffd7f0 in ?? ()
#9  0x00000006 in ?? ()
#10 0x00001fd1 in ?? ()
#11 0x413d17a1 in raise () from /lib/tls/libc.so.6
#12 0x413d2f79 in abort () from /lib/tls/libc.so.6
#13 0x413cafe3 in __assert_fail () from /lib/tls/libc.so.6
#14 0x41daae64 in sqliteBtreeOpen (
    zFilename=0x834f270 "/home/mathieu/Documents/New_database.kexi", 
    omitJournal=0, nCache=2000, ppBtree=0x836920c) at btree.c:702
#15 0x41deb9e6 in sqliteBtreeFactory (db=0x8369200, 
    zFilename=0x834f270 "/home/mathieu/Documents/New_database.kexi", 
    omitJournal=0, nCache=2000, ppBtree=0x836920c) at main.c:1141
#16 0x41dea987 in sqlite_open (
    zFilename=0x834f270 "/home/mathieu/Documents/New_database.kexi", mode=0, 
    pzErrMsg=0x827f2d8) at main.c:501
#17 0x41d8c41f in KexiDB::SQLiteConnection::drv_useDatabase (this=0x83d2d88)
    at sqliteconnection.cpp:154
#18 0x419ccf7a in KexiDB::Connection::useDatabase (this=0x83d2d88, 
    dbName=@0xbfffdc40, kexiCompatible=true) at connection.cpp:466
#19 0x41878e7f in KexiProject::open (this=0x836bc50) at kexiproject.cpp:111
#20 0x416bbb9e in KexiMainWindowImpl::openProject (this=0x81bf970, 
    projectData=0x8280760) at keximainwindowimpl.cpp:812
#21 0x416c15fd in KexiMainWindowImpl::slotProjectOpen (this=0x81bf970)
    at keximainwindowimpl.cpp:1837
#22 0x416c8070 in KexiMainWindowImpl::qt_invoke (this=0x81bf970, _id=200, 
    _o=0xbfffe080) at keximainwindowimpl.moc:387
#23 0x40bdfe0e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40be05b6 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x404c2499 in KAction::activated () from /opt/kde3/lib/libkdeui.so.4
#26 0x404c24bd in KAction::slotActivated () from /opt/kde3/lib/libkdeui.so.4
#27 0x404cb151 in KAction::qt_invoke () from /opt/kde3/lib/libkdeui.so.4
#28 0x40bdfe0e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x40f25282 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x40bfcfc3 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x40cec40f in QPopupMenu::mouseReleaseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x40c158a5 in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x40b7e40f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40b80778 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x40818d5e in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#36 0x40b1d040 in QETWidget::translateMouseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x40b1bc9d in QApplication::x11ProcessEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x40b2c5d5 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x40b96071 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x40b95eb6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x40b7fe8f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x4001c309 in kdemain (argc=1, argv=0x815ce48) at main.cpp:179
#43 0x40018aa9 in kdeinitmain (argc=1, argv=0x815ce48) at kexi_dummy.cpp:2
#44 0x0804e766 in launch ()
#45 0x0804ee7c in handle_launcher_request ()
#46 0x0804f439 in handle_requests ()
#47 0x0804fc1a in main ()
Comment 1 Jarosław Staniek 2004-11-11 22:06:49 UTC
Already fixed in beta 5 update1.

*** This bug has been marked as a duplicate of 92563 ***
Comment 2 Jarosław Staniek 2005-05-14 15:09:25 UTC
*** Bug has been marked as fixed ***.