*** This bug is a duplicate of bug 761463 ***
    https://bugs.launchpad.net/bugs/761463

I don't know that this is an indicator-messages problem -- in indicator-
message's seen-db.c, the crash comes by calling g_get_user_cache_dir(),
which doesn't even take any arguments so I don't think we're using it
wrong ;)

In glib, the crash is coming from this block:

> logname = (gchar *) g_getenv ("LOGNAME");
> ...
> if (logname) {
>     error = getpwnam_r (logname, &pwd, buffer, bufsize, &pw);

Where logname appears to be "lamont"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980907

Title:
  indicator-messages-service crashed with SIGSEGV in dirname()

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/980907/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to