GNOME Bugzilla – Bug 416141
Dia hangs on arced connector back to same object
Last modified: 2007-03-09 21:39:51 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:
Windows XP dia 0.95-1 gtk+-2.8.18
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 ***