After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 573761 - [itip-formatter] crash when displaying meeting invites
[itip-formatter] crash when displaying meeting invites
Status: RESOLVED INVALID
Product: evolution
Classification: Applications
Component: Plugins
2.24.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-03-02 14:52 UTC by Patrick Ohly
Modified: 2009-03-02 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
a meeting invitation (1.36 KB, application/octet-stream)
2009-03-02 14:53 UTC, Patrick Ohly
Details

Description Patrick Ohly 2009-03-02 14:52:40 UTC
Steps to reproduce:
1. display a meeting invite, either in the preview pane or standalone

It does not depend on the kind of invite. I'm attaching an example email nevertheless. 


Stack trace:

Thread 3 (Thread 0xb3335b90 (LWP 28446))

  • #0 e_dlist_addtail
    at ../../../evolution-data-server/libedataserver/e-msgport.c line 219
  • #1 em_format_html_add_pobject
    at ../../../evolution/mail/em-format-html.c line 380
  • #2 format_itip
    at ../../../../evolution/plugins/itip-formatter/itip-formatter.c line 2318
  • #3 epl_invoke
    at ../../../evolution/e-util/e-plugin.c line 1035
  • #4 e_plugin_invoke
    at ../../../evolution/e-util/e-plugin.c line 769
  • #5 ??
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #6 ??
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #7 em_format_part_as
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #8 em_format_part
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #9 ??
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #10 ??
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #11 ??
    from /usr/lib/evolution/2.24/components/libevolution-mail.so
  • #12 ??
    from /usr/lib/libglib-2.0.so.0
  • #13 ??
    from /usr/lib/libglib-2.0.so.0
  • #14 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #15 clone
    from /lib/tls/i686/cmov/libc.so.6


Other information:
I'm running Evolution compiled from the 2.24.x branch, compiled a few days ago. According to the changelogs this revision was tagged as 2.24.5.
Comment 1 Patrick Ohly 2009-03-02 14:53:35 UTC
Created attachment 129853 [details]
a meeting invitation
Comment 2 Srinivasa Ragavan 2009-03-02 16:28:55 UTC
Is this just with 2.24.5? IIUC, it was fine in 2.24.4. Correct?
Comment 3 Patrick Ohly 2009-03-02 17:47:07 UTC
Hmm, never mind. It seems that this was due to Evolution from SVN loading
libevolution-mail.so from the system. Purging the system's Evolution
installation fixed the issue.