SUMMARY STEPS TO REPRODUCE 1. Open kmymoney 2. Crash OBSERVED RESULT EXPECTED RESULT kmymoney working SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: Fedora 29 (available in About System) KDE Plasma Version: 5.14 KDE Frameworks Version: 5.54 Qt Version: 5.11 ADDITIONAL INFORMATION #0 0x0000000000000000 in () #1 0x00000000004a182b in KMyMoneyApp::slotFileOpenRecent(QUrl const&) (this=0xcac490, url=...) at /home/ze/src/no-backup/kde/kmymoney/kmymoney/kmymoney.cpp:3512 #2 0x0000000000488596 in runKMyMoney(QApplication&, std::unique_ptr<QSplashScreen, std::default_delete<QSplashScreen> >, QUrl const&, bool) ( a=..., splash=std::unique_ptr<QSplashScreen> = {...}, file=..., noFile=false) at /home/ze/src/no-backup/kde/kmymoney/kmymoney/main.cpp:308 #3 0x0000000000487d1f in main(int, char**) (argc=1, argv=0x7fffffffd3a8) at /home/ze/src/no-backup/kde/kmymoney/kmymoney/main.cpp:243 Related to commit 0b79fc5d74088029ff67f57ebe3b52fb285b1d51
Can you start the application from the command line while providing the "-n" option?
And in case this works, please give us some more information about the exact KMyMoney version you are using.
kmymoney -n works. I'm using git HEAD, last commit ef7eb6684daf7629e44772a3cb264f1a78b4075c.
Hi. I just found that my dev env is using system-level libs, not the one that I compiled, so it's a lib mismatch here. Changing to resolv, not a bug. Sorry for the noise and thanks for the help.