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 346972 - Assertion during weird selection behaviour
Assertion during weird selection behaviour
Status: RESOLVED DUPLICATE of bug 344826
Product: gedit
Classification: Applications
Component: general
2.14.x
Other Linux
: Normal critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-08 09:56 UTC by James "Doc" Livingston
Modified: 2006-07-08 10:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description James "Doc" Livingston 2006-07-08 09:56:31 UTC
While I was editing a few files (in ther same gedit window) I selected some text in one to copy to a different file. After selecting the text I typed Control-C, switched to the other tab, and types Control-V to paste. After switching back to the first tab, I noticed that was still changing the selection when I moved the mouse, as if it was still held down from the initial selection.

When I next clicked the mouse gedit died, with the following assertion printed on the console:

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

Backtrace was generated from '/usr/bin/gedit'
[New Thread -1225607488 (LWP 28505)]
[New Thread -1251013712 (LWP 23351)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1225607488 (LWP 28505))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 820
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 IA__g_logv
  • #8 IA__g_log
    at gmessages.c line 517
  • #9 IA__g_assert_warning
    at gmessages.c line 552
  • #10 gtk_text_view_start_selection_drag
    at gtktextview.c line 5670
  • #11 gtk_text_view_button_press_event
    at gtktextview.c line 3996
  • #12 gtk_source_view_get_marker_pixbuf
    from /usr/lib/libgtksourceview-1.0.so.0
  • #13 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #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_emit_valist
    at gsignal.c line 2207
  • #18 IA__g_signal_emit
    at gsignal.c line 2241
  • #19 gtk_widget_event_internal
    at gtkwidget.c line 3751
  • #20 IA__gtk_propagate_event
    at gtkmain.c line 2218
  • #21 IA__gtk_main_do_event
    at gtkmain.c line 1447
  • #22 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #23 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #24 g_main_context_iterate
    at gmain.c line 2547
  • #25 IA__g_main_loop_run
    at gmain.c line 2751
  • #26 IA__gtk_main
    at gtkmain.c line 1026
  • #27 main
  • #0 __kernel_vsyscall

Comment 1 Steve Frécinaux 2006-07-08 10:31:46 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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