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 359991 - crash in Evolution: changing mailboxes with ...
crash in Evolution: changing mailboxes with ...
Status: RESOLVED DUPLICATE of bug 359785
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-10-05 19:22 UTC by drt
Modified: 2006-10-05 22:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description drt 2006-10-05 19:22:01 UTC
What were you doing when the application crashed?
changing mailboxes with the sidebar


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

Memory status: size: 152858624 vsize: 0 resident: 152858624 share: 0 rss: 44630016 rss_rlim: 0
CPU usage: start_time: 1160061597 rtime: 0 utime: 4923 stime: 0 cutime:4659 cstime: 0 timeout: 264 it_real_value: 0 frequency: 0

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

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1232550224 (LWP 22728)]
[New Thread -1323066464 (LWP 28247)]
[New Thread -1297204320 (LWP 25494)]
[New Thread -1288512608 (LWP 22783)]
[New Thread -1288246368 (LWP 22782)]
[New Thread -1267283040 (LWP 22760)]
[New Thread -1258890336 (LWP 22757)]
[New Thread -1249854560 (LWP 22756)]
0xffffe410 in __kernel_vsyscall ()

Comment 1 Karsten Bräckelmann 2006-10-05 19:38:55 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.

Can you reproduce this?
Comment 2 drt 2006-10-05 20:25:35 UTC
I am able to reproduce the crash consistently; it occurs when switching mail folders in the sidebar.  It usually takes about 5-10 tries for the crash to occur, and it the destination folder doesn't seem to matter. 
Here is another backtrace, this time with evolution & gnome UI debugging symbols.  I've replaced the username & email server with "x" for privacy in case this page is public.  

Like I said, it looks like I can cause this crash on command so let me know if there's any other information that would be useful.  Thanks! -David



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

Memory status: size: 130682880 vsize: 0 resident: 130682880 share: 0 rss: 33697792 rss_rlim: 0
CPU usage: start_time: 1160079144 rtime: 0 utime: 294 stime: 0 cutime:280 cstime: 0 timeout: 14 it_real_value: 0 frequency: 0

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

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232730448 (LWP 31343)]
[New Thread -1305478240 (LWP 31354)]
[New Thread -1305212000 (LWP 31353)]
[New Thread -1284248672 (LWP 31351)]
[New Thread -1275855968 (LWP 31349)]
[New Thread -1267463264 (LWP 31348)]
[New Thread -1259070560 (LWP 31347)]
[New Thread -1250034784 (LWP 31346)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1232730448 (LWP 31343))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libc.so.6
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 874
  • #3 segv_redirect
    at main.c line 426
  • #4 <signal handler called>
  • #5 __kernel_vsyscall
  • #6 __lll_mutex_unlock_wake
    from /lib/tls/i686/cmov/libpthread.so.0
  • #7 _L_mutex_unlock_269
    from /lib/tls/i686/cmov/libpthread.so.0
  • #8 ??
    from /lib/tls/i686/cmov/libc.so.6
  • #9 ??
  • #10 ??
  • #11 ??
  • #12 pthread_mutex_unlock
    from /lib/tls/i686/cmov/libc.so.6
  • #13 pthread_mutex_unlock
    from /lib/tls/i686/cmov/libc.so.6
  • #14 e_thread_put
    from /usr/lib/libedataserver-1.2.so.7
  • #15 ml_regen_timeout
    at message-list.c line 3923
  • #16 message_list_thaw
    at message-list.c line 3305
  • #17 emfb_set_folder
    at em-folder-browser.c line 1899
  • #18 emfv_got_folder
    at em-folder-view.c line 691
  • #19 get_folder_got
    at mail-ops.c line 1230
  • #20 mail_msgport_replied
    at mail-mt.c line 461
  • #21 g_io_channel_unix_get_fd
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #23 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #24 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #25 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #26 main
    at main.c line 615
  • #0 __kernel_vsyscall

Comment 3 Sergej Kotliar 2006-10-05 22:03:01 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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