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 73498 - Perfmeter crashes on choosing setup option
Perfmeter crashes on choosing setup option
Status: VERIFIED FIXED
Product: gperfmeter
Classification: Deprecated
Component: general
unspecified
Other Linux
: Urgent critical
: ---
Assigned To: Satyajit Kanungo
Satyajit Kanungo
Depends on:
Blocks:
 
 
Reported: 2002-03-05 08:12 UTC by Anand
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Anand 2002-03-05 08:12:59 UTC
The latest Gnome 2.0 was built on 4th Feb 2002 on a Red Hat Linux 7.1 
machine

Description of Problem:
When Options -> Setup is chosen, gperfmeter crashes.

Additional Info:
Stack trace is attached below.

[New Thread 1024 (LWP 1636)]
0x40ab3519 in __wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 1024 (LWP 1636))

  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 598
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 gfx_draw_rectangle
    at color_picker.c line 490
  • #7 color_picker_set_index
    at color_picker.c line 160
  • #8 SetPickerColor
    at props.c line 178
  • #9 CreateProps
    at props.c line 309
  • #10 PmShowProps
    at props.c line 598
  • #11 menu_handler
    at perfmeter.c line 483
  • #12 gtk_item_factory_callback_marshal
    at gtkitemfactory.c line 237
  • #13 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #14 g_closure_invoke
    at gclosure.c line 437
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2340
  • #16 g_signal_emit_valist
    at gsignal.c line 2099
  • #17 gtk_signal_emit
    at gtksignal.c line 355
  • #18 gtk_widget_activate
    at gtkwidget.c line 3104
  • #19 gtk_menu_shell_activate_item
    at gtkmenushell.c line 873
  • #20 gtk_menu_shell_button_release
    at gtkmenushell.c line 491
  • #21 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #22 g_type_class_meta_marshal
    at gclosure.c line 514
  • #23 g_closure_invoke
    at gclosure.c line 437
  • #24 signal_emit_unlocked_R
    at gsignal.c line 2378
  • #25 g_signal_emit_valist
    at gsignal.c line 2109
  • #26 gtk_signal_emit
    at gtksignal.c line 355
  • #27 gtk_widget_event_internal
    at gtkwidget.c line 3072
  • #28 gtk_widget_event
    at gtkwidget.c line 2933
  • #29 gtk_propagate_event
    at gtkmain.c line 1905
  • #30 gtk_main_do_event
    at gtkmain.c line 1157
  • #31 gdk_event_dispatch
    at gdkevents-x11.c line 1753
  • #32 g_main_dispatch
    at gmain.c line 1616
  • #33 g_main_context_dispatch
    at gmain.c line 2160
  • #34 g_main_context_iterate
    at gmain.c line 2241
  • #35 g_main_loop_run
    at gmain.c line 2461
  • #36 gtk_main
    at gtkmain.c line 882
  • #37 main
    at perfmeter.c line 276
  • #38 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 598
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 gfx_draw_rectangle
    at color_picker.c line 490

Comment 1 Luis Villa 2002-03-13 23:22:43 UTC
Seems borderline high/urgent but if repeatable probably
urgent/unshippable.
Comment 2 Santhana Krishnan 2002-03-20 11:41:12 UTC
It seems gperfmeter does not export the functions , so need to pass 
-export-dynamic to the linker by adding gperfmeter_LDFLAGS.
Comment 3 Satyajit Kanungo 2002-03-22 10:26:33 UTC
 The fix has been put into the cvs. Please test the latest code 
 from cvs .
 

 
Comment 4 Anand 2002-03-26 16:03:24 UTC
Verified. Marking as closed