Bug 404767 - SIGSEGV opening kmymoney
Summary: SIGSEGV opening kmymoney
Status: RESOLVED NOT A BUG
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-24 12:42 UTC by Jose Arthur Benetasso Villanova
Modified: 2019-03-03 15:25 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 Jose Arthur Benetasso Villanova 2019-02-24 12:42:28 UTC
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
Comment 1 Thomas Baumgart 2019-02-24 17:52:15 UTC
Can you start the application from the command line while providing the "-n" option?
Comment 2 Thomas Baumgart 2019-02-24 17:52:50 UTC
And in case this works, please give us some more information about the exact KMyMoney version you are using.
Comment 3 Jose Arthur Benetasso Villanova 2019-02-24 23:14:24 UTC
kmymoney -n works.

I'm using git HEAD, last commit ef7eb6684daf7629e44772a3cb264f1a78b4075c.
Comment 4 Jose Arthur Benetasso Villanova 2019-03-03 15:25:10 UTC
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.