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 94188 - Segmentation fault during startup
Segmentation fault during startup
Status: RESOLVED DUPLICATE of bug 91658
Product: Pan
Classification: Other
Component: general
0.13.0
Other Linux
: Normal critical
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-09-25 16:57 UTC by Ron Smits
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ron Smits 2002-09-25 16:57:21 UTC
I installed gnome 2.0.2 this afternoon and recompiled pan 0.13.0 against
it, It will not start up and it crashes with a segfault here is a
stacktrace, the pan that was compiled against gnome 2.0.0 still runs
without a problem while using the libraries from gnome 2.0.2:

Program received signal SIGSEGV, Segmentation fault.

Thread 1024 (LWP 32320)

  • #0 g_str_hash
    at gstring.c line 75
  • #1 g_hash_table_lookup
    at ghash.c line 192
  • #2 pango_x_list_subfonts
    at pangox.c line 1116
  • #3 find_char
    at basic-x.c line 254
  • #4 basic_engine_shape
    at basic-x.c line 626
  • #5 pango_shape
    at shape.c line 47
  • #6 process_item
    at pango-layout.c line 2561
  • #7 process_line
    at pango-layout.c line 2706
  • #8 pango_layout_check_lines
    at pango-layout.c line 2925
  • #9 pango_layout_get_extents_internal
    at pango-layout.c line 1879
  • #10 pango_layout_get_extents
    at pango-layout.c line 2004
  • #11 gtk_label_size_request
    at gtklabel.c line 1524
  • #12 gtk_accel_label_size_request
    at gtkaccellabel.c line 286
  • #13 g_cclosure_marshal_VOID__BOXED
    at gmarshal.c line 566
  • #14 g_type_class_meta_marshal
    at gclosure.c line 514
  • #15 g_closure_invoke
    at gclosure.c line 437
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2271
  • #17 g_signal_emit_valist
    at gsignal.c line 2100
  • #18 gtk_signal_emit_by_name
    at gtksignal.c line 374
  • #19 do_size_request
    at gtksizegroup.c line 491
  • #20 _gtk_size_group_compute_requisition
    at gtksizegroup.c line 678
  • #21 gtk_widget_size_request
    at gtkwidget.c line 2203
  • #22 gtk_option_menu_calc_size
    at gtkoptionmenu.c line 867
  • #23 gtk_option_menu_set_menu
    at gtkoptionmenu.c line 274
  • #24 grouplist_mode_menu_create
    at grouplist.c line 539
  • #25 grouplist_create
    at grouplist.c line 692
  • #26 gui_construct
    at gui.c line 1831
  • #27 main
    at pan.c line 263
  • #28 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

Comment 1 Christophe Lambin 2002-09-25 18:42:46 UTC
Current thinking this is a pango bug (or at least related to pango).

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