https://bugs.kde.org/show_bug.cgi?id=392703
--- Comment #2 from José JORGE <lists.jjo...@free.fr> --- (In reply to Thomas Baumgart from comment #1) > Can you provide a sample file (without personal data) that causes the crash > to happen? Also, can you provide a backtrace of the crash? I think the file is not the problem, as I have no segfault if I open it from the file import menu... Well, it did not segfault when I tried to xdg-open the ofxfile under gdb the first 2 tries, but the third segfaulted : (gdb) backtrace #0 0x00007ffff19002f4 in QMetaObject::activate(QObject*, int, int, void**) () from /lib64/libQt5Core.so.5 #1 0x00007ffff18040b1 in QIODevice::channelReadyRead(int) () from /lib64/libQt5Core.so.5 #2 0x00007ffff1c8525c in QAbstractSocketPrivate::canReadNotification() () from /lib64/libQt5Network.so.5 #3 0x00007ffff1c94fc1 in QReadNotifier::event(QEvent*) () from /lib64/libQt5Network.so.5 #4 0x00007ffff23b951c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #5 0x00007ffff23c09c7 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #6 0x00007ffff18d5c68 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #7 0x00007ffff19293cd in socketNotifierSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5 #8 0x00007fffe7867ac7 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #9 0x00007fffe7867cf8 in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0 #10 0x00007fffe7867d9c in g_main_context_iteration () from /lib64/libglib-2.0.so.0 #11 0x00007ffff1928776 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5 #12 0x00007ffff18d3e0a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5 #13 0x00007ffff18dc9c8 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5 #14 0x0000000000471182 in runKMyMoney(QApplication&, std::unique_ptr<QSplashScreen, std::default_delete<QSplashScreen> >, QUrl const&, bool) () #15 0x000000000046fc5e in main () Is this enough? -- You are receiving this mail because: You are the assignee for the bug.