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

Bug #761463 was apparently fixed upstream by making "dirname" variable
static

http://sourceforge.net/tracker/index.php?func=detail&aid=3300978&group_id=18136&atid=118136

I tested the same fix applied to seen-db.c in indicator-messages and
confirm that after I rebuilt indicator-messages, this crash ceased

> @@ -26,7 +26,7 @@
>  
>  GHashTable * seendb = NULL;
>  gchar * filename = NULL;
> -gchar * dirname = NULL;
> +static gchar * dirname = NULL;
>  guint write_process = 0;
>  
>  /* Build the hashtable and then see if we have a keyfile that

** Bug watch added: SourceForge.net Tracker #3300978
   http://sourceforge.net/support/tracker.php?aid=3300978

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to