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 340384 - Critical warning and crash in evolution composer
Critical warning and crash in evolution composer
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-05-02 08:58 UTC by Kjartan Maraas
Modified: 2006-07-01 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2006-05-02 08:58:16 UTC
As I recall I marked all text in the composer window and then hit backspace to delete it.

(gdb) bt
  • #0 ??
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 820
  • #3 <signal handler called>
  • #4 ??
  • #5 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #6 *__GI_abort
    at abort.c line 88
  • #7 IA__g_logv
    at gmessages.c line 497
  • #8 IA__g_log
    at gmessages.c line 517
  • #9 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #10 html_cursor_jump_to_position
    at htmlcursor.c line 634
  • #11 html_engine_delete
    at htmlengine-edit-cut-and-paste.c line 1852
  • #12 command
    at gtkhtml.c line 4776
  • #13 html_g_cclosure_marshal_BOOLEAN__ENUM
    at htmlmarshal.c line 122
  • #14 g_type_class_meta_marshal
    at gclosure.c line 567
  • #15 IA__g_closure_invoke
    at gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #17 IA__g_signal_emitv
  • #18 gtk_binding_entry_activate
    at gtkbindings.c line 526
  • #19 binding_match_activate
    at gtkbindings.c line 928
  • #20 gtk_bindings_activate_list
    at gtkbindings.c line 1063
  • #21 IA__gtk_bindings_activate_event
    at gtkbindings.c line 1139
  • #22 gtk_widget_real_key_press_event
    at gtkwidget.c line 3492
  • #23 key_press_event
    at gtkhtml.c line 919
  • #24 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #25 g_type_class_meta_marshal
    at gclosure.c line 567
  • #26 IA__g_closure_invoke
    at gclosure.c line 490
  • #27 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #28 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #29 IA__g_signal_emit
    at gsignal.c line 2241
  • #30 gtk_widget_event_internal
    at gtkwidget.c line 3751
  • #31 IA__gtk_window_propagate_key_event
    at gtkwindow.c line 4517
  • #32 gtk_window_key_press_event
    at gtkwindow.c line 4547
  • #33 bonobo_window_key_press_event
  • #34 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #35 g_type_class_meta_marshal
    at gclosure.c line 567
  • #36 IA__g_closure_invoke
    at gclosure.c line 490
  • #37 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #38 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #39 IA__g_signal_emit
    at gsignal.c line 2241
  • #40 gtk_widget_event_internal
    at gtkwidget.c line 3751
  • #41 IA__gtk_propagate_event
    at gtkmain.c line 2169
  • #42 IA__gtk_main_do_event
    at gtkmain.c line 1424
  • #43 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #44 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #45 g_main_context_iterate
    at gmain.c line 2547
  • #46 IA__g_main_loop_run
    at gmain.c line 2751
  • #47 bonobo_main
    at bonobo-main.c line 311
  • #48 main
    at main.c line 611
  • #49 __libc_start_main
    at libc-start.c line 231
  • #50 _start

Comment 1 Kjartan Maraas 2006-07-01 12:15:02 UTC
Can't reproduce this any longer. Marking as fixed.