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 416141 - Dia hangs on arced connector back to same object
Dia hangs on arced connector back to same object
Status: RESOLVED DUPLICATE of bug 360013
Product: dia
Classification: Other
Component: general
0.95.1
Other All
: Normal critical
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-08 18:08 UTC by Bill Welch
Modified: 2007-03-09 21:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bill Welch 2007-03-08 18:08:08 UTC
Steps to reproduce:
1.  Draw 1 box
2.  Select arced connector
3.  Connect to middle of box.  Observe red end at middle of box, orange grab handle, and green, unattached end outside of box.
4.  Move unattached end to box. Observe box turns red, hourglass or a vaugely snowflake looking cursor, dia hangs.

Dia goes into tight loop, shows on task manager as 'not responding'
Have to 'end program' to recover.

Also happens immediately upon attaching new arced connector to middle of box when box is enlarged at least 2x in both directions, i.e. box it big enough that the green, unattached end is already inside the box.  May have to try to move the unattached end to activate the bug.

Stack trace:
N/A

Other information:
Comment 1 Bill Welch 2007-03-08 18:10:20 UTC
Windows XP
dia 0.95-1
gtk+-2.8.18 
Comment 2 Hans Breuer 2007-03-09 21:39:51 UTC
Fixed in 0.96-pre

2006-10-14  Hans Breuer  <hans@breuer.org>

	* objects/standard/arc.c : don't rely on the result of atan2(inf,inf),
	it is C-runtime dependent. Fixes infinitesimal burning of CPU cycles,
	bug #360013 and duplicates.


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