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 232475 - copy/paste, crash
copy/paste, crash
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
unspecified
Other All
: Normal critical
: 1.2.x
Assigned To: Larry Ewing
Evolution QA team
: 232463 234134 235267 235625 235845 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-10-17 23:31 UTC by Luis Villa
Modified: 2003-01-02 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix selection logic (4.76 KB, patch)
2002-10-19 21:59 UTC, Larry Ewing
none Details | Review

Description Luis Villa 2002-10-17 23:31:01 UTC
Package: GtkHtml
Priority: Critical
Version: GNOME2.1.0 1.1.4.99
Synopsis: copy/paste, crash
Bugzilla-Product: GtkHtml
Bugzilla-Component: html-editor-control
Description:
Description of Problem:
I was pasting a URL from mozilla, and *boom*- got the following stack
trace. Should probably be inspected before 1.2.


Debugging Information:

Backtrace was generated from '/usr/bin/gnome-gtkhtml-editor-1.1'

0x40d054d9 in wait4 () from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_init
    from /usr/lib/libgnomeui.so.32
  • #3 <signal handler called>
  • #4 html_object_prev
    at htmlobject.c line 1338
  • #5 html_object_prev_not_type
    at htmlobject.c line 1184
  • #6 html_object_prev_not_slave
    at htmlobject.c line 1198
  • #7 remove_empty_and_merge
    at htmlengine-edit-cut-and-paste.c line 288
  • #8 insert_object
    at htmlengine-edit-cut-and-paste.c line 758
  • #9 html_engine_insert_object
    at htmlengine-edit-cut-and-paste.c line 851
  • #10 html_engine_paste_object
    at htmlengine-edit-cut-and-paste.c line 859
  • #11 selection_received
    at gtkhtml.c line 1844
  • #12 gtk_marshal_NONE__POINTER_INT
    from /usr/lib/libgtk-1.2.so.0
  • #13 gtk_signal_set_funcs
    from /usr/lib/libgtk-1.2.so.0
  • #14 gtk_signal_emit_by_name
    from /usr/lib/libgtk-1.2.so.0
  • #15 gtk_selection_property_notify
    from /usr/lib/libgtk-1.2.so.0
  • #16 gtk_selection_convert
    from /usr/lib/libgtk-1.2.so.0
  • #17 gtk_html_request_paste
    at gtkhtml.c line 1992
  • #18 button_press_event
    at gtkhtml.c line 1440
  • #19 gtk_marshal_BOOL__POINTER
    from /usr/lib/libgtk-1.2.so.0
  • #20 gtk_signal_set_funcs
    from /usr/lib/libgtk-1.2.so.0
  • #21 gtk_signal_emit
    from /usr/lib/libgtk-1.2.so.0
  • #22 gtk_widget_event
    from /usr/lib/libgtk-1.2.so.0
  • #23 gtk_propagate_event
    from /usr/lib/libgtk-1.2.so.0
  • #24 gtk_main_do_event
    from /usr/lib/libgtk-1.2.so.0
  • #25 gdk_wm_protocols_filter
    from /usr/lib/libgdk-1.2.so.0
  • #26 g_get_current_time
    from /usr/lib/libglib-1.2.so.0
  • #27 g_get_current_time
    from /usr/lib/libglib-1.2.so.0
  • #28 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #29 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #30 bonobo_main
    from /usr/lib/libbonobo.so.2
  • #31 main
    at editor-control-factory.c line 857
  • #32 __libc_start_main
    from /lib/libc.so.6



Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Gerardo Marin 2002-10-18 18:52:00 UTC
*** bug 232463 has been marked as a duplicate of this bug. ***
Comment 2 Larry Ewing 2002-10-18 21:15:48 UTC
luis says he may have clicked in gtkhtml before pasting which makes
this stack more reasonable.
Comment 3 Larry Ewing 2002-10-19 21:59:33 UTC
Created attachment 41640 [details] [review]
fix selection logic
Comment 4 Larry Ewing 2002-10-19 21:59:51 UTC
patch sent to evolution patches
Comment 5 Larry Ewing 2002-10-24 10:41:44 UTC
committed
Comment 6 Gerardo Marin 2002-12-09 18:41:36 UTC
*** bug 235267 has been marked as a duplicate of this bug. ***
Comment 7 Gerardo Marin 2002-12-09 18:42:04 UTC
*** bug 234134 has been marked as a duplicate of this bug. ***
Comment 8 Gerardo Marin 2002-12-15 19:00:38 UTC
*** bug 235625 has been marked as a duplicate of this bug. ***
Comment 9 Gerardo Marin 2003-01-02 21:28:23 UTC
*** bug 235845 has been marked as a duplicate of this bug. ***