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 309044 - TextEdit related crash?
TextEdit related crash?
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other Linux
: High normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-26 10:02 UTC by Hans Breuer
Modified: 2005-10-09 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans Breuer 2005-06-26 10:02:11 UTC
While trying to reprocude bug #308515 I got the following crash:

ddisplay_add_update_pixels (ddisp=0x965a920, point=0x8, pixel_width=7,
    pixel_height=7) at display.c:332
332       rect.left = point->x - size_x/2.0;
(gdb) bt
  • #0 ddisplay_add_update_pixels
    at display.c line 332
  • #1 diagram_add_update_pixels
    at diagram.c line 765
  • #2 handle_add_update
    at handle_ops.c line 94
  • #3 object_add_updates
    at object_ops.c line 46
  • #4 textedit_activate_object
    at textedit.c line 50
  • #5 create_object_button_release
    at create_object.c line 173
  • #6 ddisplay_canvas_events
    at disp_callbacks.c line 632
  • #7 gtk_marshal_VOID__UINT_STRING
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0

Steps to reproduce:
a) create a "ChemEng - Measurement"
b) ctrl^Z
c) try to create a new "ChemEng - Measurement"
d) Dia dies on mouse button up
Comment 1 Muthiah Annamalai 2005-06-26 19:02:08 UTC
could not reproduce a bug in dia version 0.94.
CVS head, does have this problem. Reproduceable on
FC3, with CVS head of DIA.
Comment 2 Lars Clausen 2005-07-16 07:35:14 UTC
Might be related to 308515.
Comment 3 Hans Breuer 2005-10-08 16:05:38 UTC
2005-10-08  Hans Breuer  <hans@breuer.org>

	* lib/focus.c(reset_foci) : also remove_focus(). This fixes bug #172851
	I also can't reproduce bug #309044 anymore (on win32).
	
Comment 4 Hans Breuer 2005-10-09 10:22:19 UTC
Nor on Linux.