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 350746 - crash on Evolution
crash on Evolution
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
: 381202 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-10 14:23 UTC by James "Doc" Livingston
Modified: 2006-12-01 21:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description James "Doc" Livingston 2006-08-10 14:23:53 UTC
What were you doing when the application crashed?



Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.15.91 2006-08-08 (Ubuntu)
BugBuddy Version: 2.15.90

Memory status: size: 208941056 vsize: 0 resident: 208941056 share: 0 rss: 62726144 rss_rlim: 0
CPU usage: start_time: 1155195434 rtime: 0 utime: 9988 stime: 0 cutime:9509 cstime: 0 timeout: 479 it_real_value: 0 frequency: 53

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 -1229829776 (LWP 17957)]
[New Thread -1327535200 (LWP 22825)]
[New Thread -1285571680 (LWP 2886)]
[New Thread -1344320608 (LWP 21593)]
[New Thread -1319142496 (LWP 20187)]
[New Thread -1310749792 (LWP 20186)]
[New Thread -1302357088 (LWP 20185)]
[New Thread -1293964384 (LWP 20184)]
[New Thread -1277178976 (LWP 18230)]
[New Thread -1268581472 (LWP 18171)]
[New Thread -1260184672 (LWP 18121)]
[New Thread -1243583584 (LWP 18019)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1229829776 (LWP 17957))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 867
  • #3 es_menu_new
  • #4 <signal handler called>
  • #5 pango_ot_buffer_output
    from /usr/lib/libpangoft2-1.0.so.0
  • #6 script_engine_init
    from /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
  • #7 pango_coverage_new
    from /usr/lib/libpango-1.0.so.0
  • #8 pango_shape
    from /usr/lib/libpango-1.0.so.0
  • #9 pango_layout_set_width
    from /usr/lib/libpango-1.0.so.0
  • #10 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #11 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #12 pango_layout_get_line_count
    from /usr/lib/libpango-1.0.so.0
  • #13 e_cell_text_new
    from /usr/lib/evolution/2.8/libetable.so.0
  • #14 e_cell_text_get_text_by_view
    from /usr/lib/evolution/2.8/libetable.so.0
  • #15 e_cell_text_get_text_by_view
    from /usr/lib/evolution/2.8/libetable.so.0
  • #16 e_cell_draw
    from /usr/lib/evolution/2.8/libetable.so.0
  • #17 e_table_item_set_cursor
    from /usr/lib/evolution/2.8/libetable.so.0
  • #18 gnome_canvas_root
    from /usr/lib/libgnomecanvas-2.so.0
  • #19 gnome_canvas_item_new
    from /usr/lib/libgnomecanvas-2.so.0
  • #20 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #21 g_type_class_meta_marshal
    at gclosure.c line 567
  • #22 IA__g_closure_invoke
    at gclosure.c line 490
  • #23 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #24 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #25 IA__g_signal_emit
    at gsignal.c line 2241
  • #26 gtk_widget_event_internal
    at gtkwidget.c line 3901
  • #27 IA__gtk_main_do_event
    at gtkmain.c line 1406
  • #28 gdk_window_process_updates_internal
    at gdkwindow.c line 2324
  • #29 IA__gdk_window_process_all_updates
    at gdkwindow.c line 2387
  • #30 gdk_window_update_idle
    at gdkwindow.c line 2245
  • #31 g_idle_dispatch
    at gmain.c line 3924
  • #32 IA__g_main_context_dispatch
    at gmain.c line 2043
  • #33 g_main_context_iterate
    at gmain.c line 2675
  • #34 IA__g_main_loop_run
    at gmain.c line 2879
  • #35 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #36 main
  • #0 __kernel_vsyscall

Comment 1 André Klapper 2006-08-10 15:07:56 UTC
perhaps very related to bug 349310
Comment 2 Christian Kirbach 2006-08-11 10:01:35 UTC
crashes in pango but could be caused by e_cell_text_new ()
Comment 3 Christian Kirbach 2006-08-11 10:02:11 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.

please install pango and evolutin debuggin packages
Comment 4 James "Doc" Livingston 2006-08-11 10:14:25 UTC
I'd installed the debugging symbols for those (and a few others) shortly after this, but haven't yet been able to reproduce the crash - it's occurrence was seemingly random. I'll try to get itto happen again, but I'm not sure what caused it.
Comment 5 André Klapper 2006-11-09 23:51:14 UTC
Closing this bug report as no further information has been provided.

Doc, please feel free to reopen this bug if this happens again, thanks!
Comment 6 ebbywiselyn 2006-12-01 21:45:45 UTC
*** Bug 381202 has been marked as a duplicate of this bug. ***