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 361160 - crash in Evolution: Easy to reproduce for me...
crash in Evolution: Easy to reproduce for me...
Status: RESOLVED DUPLICATE of bug 360237
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-10 14:56 UTC by Germán Poo-Caamaño
Modified: 2006-10-10 15:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Popup window with the error (15.88 KB, image/png)
2006-10-10 14:59 UTC, Germán Poo-Caamaño
Details

Description Germán Poo-Caamaño 2006-10-10 14:56:46 UTC
What were you doing when the application crashed?
Easy to reproduce for me:

1. Mark a couple of mails as junk from the Inbox.
2. Visit any other folder.
3. Visit the Junk folder.
        I was expecting to see the junk mail as in previous versions,
        but it looked empty.  I wanted to delete them.
4. Come back to Inbox.

That's all.  You get a popup window complaining about an Unkown type parse tree. Closing the popup, you get bug-buddy to the rescue.



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

Memory status: size: 300449792 vsize: 0 resident: 300449792 share: 0 rss: 163090432 rss_rlim: 0
CPU usage: start_time: 1160486983 rtime: 0 utime: 11528 stime: 0 cutime:10883 cstime: 0 timeout: 645 it_real_value: 0 frequency: 522

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1233324368 (LWP 16237)]
[New Thread -1300354128 (LWP 16249)]
[New Thread -1291965520 (LWP 16248)]
[New Thread -1283576912 (LWP 16245)]
[New Thread -1264919632 (LWP 16243)]
[New Thread -1256137808 (LWP 16241)]
[New Thread -1247749200 (LWP 16239)]
0xb7106e61 in __waitpid_nocancel () from /lib/libc.so.6

Thread 1 (Thread -1233324368 (LWP 16237))

  • #0 __waitpid_nocancel
    from /lib/libc.so.6
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 874
  • #2 segv_redirect
    at main.c line 426
  • #3 <signal handler called>
  • #4 pango_attr_iterator_get_font
    from /usr/lib/libpango-1.0.so.0
  • #5 pango_context_get_font_description
    from /usr/lib/libpango-1.0.so.0
  • #6 pango_context_get_font_description
    from /usr/lib/libpango-1.0.so.0
  • #7 pango_itemize_with_base_dir
    from /usr/lib/libpango-1.0.so.0
  • #8 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #9 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #10 pango_layout_get_pixel_extents
    from /usr/lib/libpango-1.0.so.0
  • #11 get_size
    at gtkcellrenderertext.c line 1520
  • #12 gtk_cell_renderer_text_render
    at gtkcellrenderertext.c line 1604
  • #13 IA__gtk_cell_renderer_render
    at gtkcellrenderer.c line 563
  • #14 gtk_tree_view_column_cell_process_action
    at gtktreeviewcolumn.c line 2768
  • #15 _gtk_tree_view_column_cell_render
    at gtktreeviewcolumn.c line 3101
  • #16 gtk_tree_view_expose
    at gtktreeview.c line 4540
  • #17 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #18 g_type_class_meta_marshal
    at gclosure.c line 567
  • #19 IA__g_closure_invoke
    at gclosure.c line 490
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #21 IA__g_signal_emit_valist
    at gsignal.c line 2209
  • #22 IA__g_signal_emit
    at gsignal.c line 2243
  • #23 gtk_widget_event_internal
    at gtkwidget.c line 3911
  • #24 IA__gtk_main_do_event
    at gtkmain.c line 1403
  • #25 gdk_window_process_updates_internal
    at gdkwindow.c line 2324
  • #26 IA__gdk_window_process_all_updates
    at gdkwindow.c line 2387
  • #27 gtk_container_idle_sizer
    at gtkcontainer.c line 1113
  • #28 g_idle_dispatch
    at gmain.c line 3926
  • #29 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #30 g_main_context_iterate
    at gmain.c line 2677
  • #31 IA__g_main_loop_run
    at gmain.c line 2881
  • #32 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #33 main
    at main.c line 615
  • #0 __waitpid_nocancel
    from /lib/libc.so.6

Comment 1 Germán Poo-Caamaño 2006-10-10 14:59:09 UTC
Created attachment 74412 [details]
Popup window with the error

It says:

*Error while Generating message list.*

Error excecuting search expression: Unkown type in parse tree:
140156944:
(and (match-all (not (system-flag "junk")))
 )
Comment 2 Germán Poo-Caamaño 2006-10-10 15:00:55 UTC
The only thing that changes between crashes is the number in the error dialog. I uploaded a different one from the stack trace.
Comment 3 Germán Poo-Caamaño 2006-10-10 15:03:06 UTC

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