View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002159 | FreeCAD | Bug | public | 2015-06-15 12:11 | 2015-12-15 13:17 |
Reporter | pfirszt | Assigned To | yorik | ||
Priority | low | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Fedora | OS Version | 21 |
Product Version | 0.15 | ||||
Fixed in Version | 0.16 | ||||
Summary | 0002159: Crash with DIV/0 exception | ||||
Description | FreeCAD throws ZeroDivisionError when trying to extrude face in Draft wb | ||||
Steps To Reproduce | 1. Open new model 2. Switch to Draft wb 3. Create rectangle 4. Click Trim/extend/extrude face 5. Type 10 mm as dimension Report View/terminal window show: Traceback (most recent call last): File "/home/przemo/fedora/FreeCAD/build/Mod/Draft/DraftTools.py", line 2762, in action dist = self.extrude(self.shift) File "/home/przemo/fedora/FreeCAD/build/Mod/Draft/DraftTools.py", line 2786, in extrude ratio = self.force/delta.Length ZeroDivisionError: float division by zero <type 'exceptions.ZeroDivisionError'> | ||||
Additional Information | OS: Linux Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16.5099 (Git) Build type: Unknown Branch: master Hash: f99fd100e6e46b0df5b43ad94161c2be80277fe7 Python version: 2.7.8 Qt version: 4.8.6 Coin version: 3.1.3 OCC version: 6.7.1.oce-0.16 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-06-15 12:11 | pfirszt | New Issue | |
2015-08-05 02:59 | yorik | Changeset attached | => FreeCAD Master master 192dca36 |
2015-08-05 02:59 | yorik | Assigned To | => yorik |
2015-08-05 02:59 | yorik | Status | new => closed |
2015-08-05 02:59 | yorik | Resolution | open => fixed |
2015-08-05 02:59 | yorik | Note Added: 0006277 | |
2015-12-15 13:17 | yorik | Fixed in Version | => 0.16 |