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 326317 - double clicking in result textbox makes gcalctool crash
double clicking in result textbox makes gcalctool crash
Status: RESOLVED DUPLICATE of bug 325074
Product: gnome-calculator
Classification: Core
Component: general
5.7.x
Other Linux
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2006-01-09 16:29 UTC by Claudio Saavedra
Modified: 2006-01-09 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claudio Saavedra 2006-01-09 16:29:15 UTC
1. Open gcalctool
2. Double click in the result textbox.
3. Crash

Console output:

Gtk-ERROR **: file gtktextview.c: line 5685 (gtk_text_view_start_selection_drag): assertion failed: (text_view->selection_drag_handler == 0)
aborting...

Backtrace:

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 784
  • #2 <signal handler called>
  • #3 IA__g_logv
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_assert_warning
    at gmessages.c line 552
  • #6 gtk_text_view_start_selection_drag
    at gtktextview.c line 5685
  • #7 gtk_text_view_button_press_event
    at gtktextview.c line 3993
  • #8 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #9 g_type_class_meta_marshal
    at gclosure.c line 567
  • #10 IA__g_closure_invoke
    at gclosure.c line 490
  • #11 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #13 IA__g_signal_emit
    at gsignal.c line 2241
  • #14 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #15 IA__gtk_propagate_event
    at gtkmain.c line 2175
  • #16 IA__gtk_main_do_event
    at gtkmain.c line 1412
  • #17 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #18 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #19 g_main_context_iterate
    at gmain.c line 2547
  • #20 IA__g_main_loop_run
    at gmain.c line 2751
  • #21 IA__gtk_main
    at gtkmain.c line 991
  • #22 do_calctool
    at calctool.c line 1215
  • #23 main
    at gtk.c line 493

Comment 1 Rich Burridge 2006-01-09 17:15:10 UTC

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