On Thu, 2011-02-17 at 00:48 +0100, Carlos Martín Nieto wrote:
>  I've attached the backtrace for a year of 167 (I think) though I don't
> think it gives much information. This happens even if I have my main
> calendar off (which I think it's the only one with recurring events).

        Hi,
this is from your CalDAV calendar, based on the backtrace. Try to get
the component which is causing this trouble, and see whether there is
something wrong either with that component or with evolution. You can
achieve that if you breakpoint as you did earlier, then move to frame
of e_cal_backend_sexp_match_comp function and invoke gdb command:
   (gdb) printf "%s\n", e_cal_component_get_as_string (comp)
then strip any private information (the best by replacing with 'x' or
similar letter) and maybe share it here, if you think it's correct,
or better file a bug report and post here a link to it.
        Bye,
        Milan

_______________________________________________
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to