← Back to team overview

desktop-packages team mailing list archive

[Bug 842829] Re: evolution 2.32.2-0ubuntu7 suddenly kills calendar, tasks, memo

 

Downloading source,  cscope shows only a few hits in the 'e-*' part of
the code which I 'assume' means the e-calendar-thingie and none of the
others are assertions:

Functions calling this function: g_utf8_validate

  File                Function                  Line
0 e-name-western.c    e_name_western_parse       941 if (!g_utf8_validate
                                                     (full_name, -1, (const
                                                     gchar **)&end)) {
1 e-vcard.c           make_valid_utf8            576 if (g_utf8_validate
                                                     (remainder,
                                                     remaining_bytes, &invalid))
2 e-vcard.c           make_valid_utf8            596 g_assert (g_utf8_validate     <<<<
                                                     (string->str, -1, NULL));


  this seems to be from here:

 563 /* Stolen from glib/glib/gconvert.c */
 564 static gchar *
 565 make_valid_utf8 (const gchar *name)
 566 {
....
 594     g_string_append (string, remainder);
 595 
 596         g_assert (g_utf8_validate (string->str, -1, NULL));   <<<<<
 597

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/842829

Title:
  evolution 2.32.2-0ubuntu7 suddenly kills calendar, tasks, memo

Status in “evolution” package in Ubuntu:
  New

Bug description:
  When using evolution to manage calendars, the calendar will suddenly
  create popups that say "The Evolution tasks have quit unexpectedly.
  Your tasks will not be available until Evolution is restarted. "   A
  total of 3 popups are created, one for calendar, one for tasks and one
  for memo.   This is somewhat random but appears after moving the
  calendar through several entries and hovering to display the entries.
  It takes no more than 2 minutes to make the problem appear.  Mail
  keeps functioning.

  Similar problem was reported with 10.04:

  https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/838963

  The difference now is that the notification area does not immediately
  cause the problem.

  Email is configured to use IMAP.   Many calendar entries are
  repeating.

  This laptop was upgraded from Lucid.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: evolution 2.32.2-0ubuntu7
  ProcVersionSignature: Ubuntu 2.6.38-11.49-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Tue Sep  6 11:09:49 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to natty on 2011-09-04 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/842829/+subscriptions


References