Bug 1143814
| Summary: | [abrt] freecad: DraftSnap.py:578:snapToPolar:Exception: Both points are equal | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcus <mcm> | ||||||
| Component: | freecad | Assignee: | Richard Shaw <hobbes1069> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | hobbes1069, john, n.massao, xyzk | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ed18ab9b8a379929c94a328fb5eea607ae50cfa3 | ||||||||
| Whiteboard: | abrt_hash:c9cc8d0a69aa0d3b50688117931884acab62e4fb | ||||||||
| Fixed In Version: | freecad-0.14-4.fc21 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-11-27 08:37:41 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 938742 [details]
File: backtrace
Created attachment 938743 [details]
File: environ
Reported upstream. freecad-0.14-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/freecad-0.14-4.fc20 freecad-0.14-4.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/freecad-0.14-4.fc21 Package freecad-0.14-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing freecad-0.14-4.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15281/freecad-0.14-4.fc20 then log in and leave karma (feedback). freecad-0.14-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. Works perfectly. Thanks to all involved in fixing this. Great product. *** Bug 1169548 has been marked as a duplicate of this bug. *** *** Bug 1162818 has been marked as a duplicate of this bug. *** freecad-0.14-4.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Version-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)]