Summary: | Segfault when creating account in Kmail | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Alois Steindl <Alois.Steindl> |
Component: | Account Wizard | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | Alois.Steindl, blagozlatev, dvratil, myriam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alois Steindl
2011-12-07 11:03:50 UTC
The bug is not reproducible or a duplicate. I think that I should add, that the error occured when I made an su - testuser from my ordinary session. So maybe my akonadi-kmail-nepomuk-whatever-environment encountered some conflict with the programs started from the testuser-shell. Later I created a new testuser, logged into that account and could use everything without any problems. The main problem here is that every time I login with my usual account I get a segfault from nepomukservicestub. I already installed the debug-libraries and wanted to report that problem. But there is already a long list of reports for that problem, mostly indicating that the error should already be resolved in the recent program versions. Most error reports are for Ubuntu and Suse distributions, I couldn't find Fedora reports. (I don't think that this is an important information.) From my experience with the new account I would guess, that Nepomuk/Akonadi/... has some problem with my configuration files; so maybe resetting everything would resolve the problem. Of course I wouldn't like to lose too much data. Best regards Alois the 'su - testuser' could be the cause. Some distributions added some patches to start a user dbus session when using su. Does 'ps x |grep dbus-launch' return something when you log as testuser ? Hello, thanks for your response. When logged in by su - testuser, the command ps x |grep dbus-launch shows no process dbus-launch. Best regards Alois ok, After using su, try: eval "`which dbus-launch` --auto-syntax" (ie: start dbus for this user) then akonadictl start Closing this issue, as current version does no longer use KJSEmbed, which seems to be what crashed here. |