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 371492 - crash in Evolution: I had opened mail with f...
crash in Evolution: I had opened mail with f...
Status: RESOLVED DUPLICATE of bug 333864
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-11-06 12:22 UTC by joona
Modified: 2006-11-06 19:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description joona 2006-11-06 12:22:14 UTC
What were you doing when the application crashed?
I had opened mail with four .jpg images as attachment, clicked the preview button to see the first, and evolution crashed as i pressed the prev. button again to hide it.


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 41529344 vsize: 0 resident: 174665728 share: 0 rss: 174665728 rss_rlim: 0
CPU usage: start_time: 4800 rtime: 0 utime: 1162815093 stime: 0 cutime:1746 cstime: 0 timeout: 1643 it_real_value: 0 frequency: 103

Backtrace was generated from '/usr/bin/evolution-2.8'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805571440 (LWP 11827)]
[New Thread 892773616 (LWP 11932)]
[New Thread 883373296 (LWP 11843)]
[New Thread 874984688 (LWP 11842)]
[New Thread 874722544 (LWP 11841)]
[New Thread 866333936 (LWP 11840)]
[New Thread 844535024 (LWP 11837)]
[New Thread 835753200 (LWP 11834)]
[New Thread 827233520 (LWP 11832)]
(no debugging symbols found)
0x0ea1f220 in waitpid () from /lib/libc.so.6

Thread 9 (Thread 827233520 (LWP 11832))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 em_sync_stream_get_type
    from /usr/lib/evolution/2.8/components/libevolution-mail.so
  • #3 em_sync_stream_get_type
    from /usr/lib/evolution/2.8/components/libevolution-mail.so
  • #4 camel_stream_flush
    from /usr/lib/libcamel-1.2.so.8
  • #5 em_format_html_new
    from /usr/lib/evolution/2.8/components/libevolution-mail.so
  • #6 mail_enable_stop
    from /usr/lib/evolution/2.8/components/libevolution-mail.so
  • #7 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #8 start_thread
    from /lib/libpthread.so.0
  • #9 start_thread
    from /lib/libpthread.so.0

Thread 8 (Thread 835753200 (LWP 11834))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 start_thread
    from /lib/libpthread.so.0

Thread 7 (Thread 844535024 (LWP 11837))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 start_thread
    from /lib/libpthread.so.0

Thread 6 (Thread 866333936 (LWP 11840))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 start_thread
    from /lib/libpthread.so.0

Thread 5 (Thread 874722544 (LWP 11841))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 start_thread
    from /lib/libpthread.so.0

Thread 3 (Thread 883373296 (LWP 11843))

  • #0 select
    from /lib/libc.so.6
  • #1 e_msgport_wait
    from /usr/lib/libedataserver-1.2.so.7
  • #2 e_msgport_reply
    from /usr/lib/libedataserver-1.2.so.7
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 start_thread
    from /lib/libpthread.so.0

Comment 1 Karsten Bräckelmann 2006-11-06 19:11:37 UTC
, unfortunately the stacktrace does not have any hints about the real cause of the crash and does not help in debugging this issue.

However, according to the description this is the same issue as bug 333864,
which is fixed in Evolution 2.8.1.1.


Just in case you can reproduce this crash later, please consider installing
debugging packages [1], which help a lot in tracking down the crash.  Thanks!

Also, please feel free to report any further bugs you find.  Thanks!


[1] debugging packages for evolution, evolution-data-server and gtkhtml,
    plus debugging packages for some basic GNOME libs. More details can
    be found here:
    http://live.gnome.org/GettingTraces/DistroSpecificInstructions


*** This bug has been marked as a duplicate of 333864 ***