View Issue Details

IDProjectCategoryView StatusLast Update
0001757FreeCADBugpublic2014-09-18 23:30
Reporterhobbes1069 Assigned Toyorik  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinux x86_64OSFedoraOS Version20
Product Version0.14 
Summary0001757: DraftSnap.py:578:snapToPolar:Exception: Both points are equal
DescriptionVersion-Release number of selected component:
freecad-0.14-2.fc20

Additional info:
reporter: libreport-2.2.3
cmdline: /usr/bin/FreeCAD
executable: /usr/bin/FreeCAD
kernel: 3.16.2-200.fc20.x86_64
runlevel: N 5
type: Python
uid: 1000

Truncated backtrace:
DraftSnap.py:578:snapToPolar:Exception: Both points are equal

Traceback (most recent call last):
  File "/usr/lib64/freecad/Mod/Draft/DraftTools.py", line 2281, in action
    self.point,ctrlPoint,info = getPoint(self,arg)
  File "/usr/lib64/freecad/Mod/Draft/DraftTools.py", line 131, in getPoint
    point = FreeCADGui.Snapper.snap(args["Position"],lastpoint=last,active=amod,constrain=cmod,noTracker=noTracker)
  File "/usr/lib64/freecad/Mod/Draft/DraftSnap.py", line 214, in snap
    point,eline = self.snapToPolar(point,lastpoint)
  File "/usr/lib64/freecad/Mod/Draft/DraftSnap.py", line 578, in snapToPolar
    de = Part.Line(last,last.add(v)).toShape()
Exception: Both points are equal

Local variables in innermost frame:
a: 45
last: Vector (-1.598287106195417e+17, -6.867849111557007, 0.0)
point: Vector (-1.570246601721636e+17, -6.696150541305542, 0.0)
self: <DraftSnap.Snapper instance at 0x39fff38>
vecs: [Vector (1.0, 6.123233995736766e-17, 0.0), Vector (-1.0, -6.123233995736766e-17, -0.0), Vector (0.0, 1.0, 0.0), Vector (-0.0, -1.0, -0.0), Vector (0.7071067811865476, 0.7071067811865475, 0.0), Vector (-0.7071067811865476, -0.7071067811865475, -0.0), Vector (-0.7071067811865475, 0.7071067811865476, 0.0), Vector (0.7071067811865475, -0.7071067811865476, -0.0)]
v: Vector (1.0, 6.123233995736766e-17, 0.0)
ax: [Vector (1.0, 6.123233995736766e-17, 0.0), Vector (0.0, 1.0, 0.0), Vector (0.0, 0.0, 1.0)]
Additional InformationAdditional details:
https://bugzilla.redhat.com/show_bug.cgi?id=1143814
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master 328bdcf6

2014-09-19 00:39:37

yorik

Details Diff
Draft: small fix in trackers - fixes 0001757 Affected Issues
0001757
mod - src/Mod/Draft/DraftSnap.py Diff File

Issue History

Date Modified Username Field Change
2014-09-18 21:14 hobbes1069 New Issue
2014-09-18 23:30 yorik Changeset attached => FreeCAD Master master 328bdcf6
2014-09-18 23:30 yorik Assigned To => yorik
2014-09-18 23:30 yorik Status new => closed
2014-09-18 23:30 yorik Resolution open => fixed