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 346484 - gucharmap-1.6.0 Segmentation Fault with GTK+-2.8.19
gucharmap-1.6.0 Segmentation Fault with GTK+-2.8.19
Status: RESOLVED DUPLICATE of bug 347585
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.8.x
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-03 17:37 UTC by Samuli Suominen
Modified: 2007-10-18 05:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuli Suominen 2006-07-03 17:37:41 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:
Program received signal SIGSEGV, Segmentation fault.
0xb7c7fb86 in _gtk_text_btree_get_chars_changed_stamp (tree=0x2) at gtktextbtree.c:538
538     gtktextbtree.c: No such file or directory.
        in gtktextbtree.c
(gdb) bt
  • #0 _gtk_text_btree_get_chars_changed_stamp
    at gtktextbtree.c line 538
  • #1 IA__gtk_text_iter_ends_line
    at gtktextiter.c line 160
  • #2 IA__gtk_text_iter_forward_to_line_end
    at gtktextiter.c line 4098
  • #3 IA__gtk_text_layout_draw
    at gtktextdisplay.c line 767
  • #4 gtk_text_view_expose_event
    at gtktextview.c line 4235
  • #5 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #6 g_type_class_meta_marshal
    at gclosure.c line 567
  • #7 IA__g_closure_invoke
    at gclosure.c line 490
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #9 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #10 IA__g_signal_emit
    at gsignal.c line 2241
  • #11 gtk_widget_event_internal
    at gtkwidget.c line 3751
  • #12 IA__gtk_main_do_event
    at gtkmain.c line 1382
  • #13 gdk_window_process_updates_internal
    at gdkwindow.c line 2292
  • #14 IA__gdk_window_process_all_updates
    at gdkwindow.c line 2345
  • #15 gdk_window_update_idle
    at gdkwindow.c line 2213
  • #16 g_idle_dispatch
    at gmain.c line 3796
  • #17 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #18 g_main_context_iterate
    at gmain.c line 2547
  • #19 IA__g_main_loop_run
    at gmain.c line 2751
  • #20 IA__gtk_main
    at gtkmain.c line 1003
  • #21 main
    at main.c line 102
  • #22 __libc_start_main
    at libc-start.c line 238
  • #23 _start


Other information:
It also crashes with Gaim same way.

GTK+ bug?
Comment 1 Samuli Suominen 2006-07-22 18:19:21 UTC
It only happens if GTK+ is compiled with CFLAGS -O3 , with -O2 it works.

Problem was still there with GTK+-2.10.

GCC version is 4.1.1.

Comment 2 Kristian Rietveld 2006-08-16 14:49:08 UTC
No tree view stuff in the trace but text view stuff.  Moving over to text view component.
Comment 3 Owen Taylor 2007-10-18 05:27:19 UTC

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