View Issue Details

IDProjectCategoryView StatusLast Update
0001690FreeCADBugpublic2019-07-29 15:16
Reportergalou_breizh Assigned Towmayer  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
OSLinux 
Product Version0.14 
Summary0001690: sketch.getPoint crashes FreeCAD if the point does not exist
Description- App.ActiveDocument.Sketch.getPoint(n, 0) crashes FreeCAD if n is greater than App.ActiveDocument.Sketch.GeometryCount
Steps To ReproduceApp.ActiveDocument.Sketch.getPoint(12343948374, 0)
Additional InformationOS: Linux
Word size: 64-bit
Version: 0.14.3705 (Git)
Branch: master
Hash: f91c64aba9e7ceb984f21b074df4406b7b46e6a0
Python version: 2.7.3
Qt version: 4.8.5
Coin version: 2.5.0
SoQt version: 1.5.0
OCC version: 6.6.0
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master 8808b823

2014-08-16 14:41:30

wmayer

Details Diff
+ fixes 0001690: sketch.getPoint crashes FreeCAD if the point does not exist Affected Issues
0001690
mod - src/Mod/Sketcher/App/SketchObjectPyImp.cpp Diff File

FreeCAD: releases 3ecaf877

2014-08-28 15:27:35

wmayer

Details Diff
- fix focus issue with InputField
- on document load set camera setting of the MDI views
- do not try to use framebuffer objects when it's not supported on the system
0001690: sketch.getPoint crashes FreeCAD if the point does not exist
0001630: IGES-Export in [mm] turns to [Inches]
0001684: Sweep ignores the list of subshapes
0001667: 'Save file' disabled when viewing a drawing
0001682: Crash after updating editable texts in drawing
0001659: 3dconnexion space navigator moves view even when FreeCAD is not the active application
0001696: Quantity.getValueAs('rad') touches the Property
0001638: Not possible to draw anything
Affected Issues
0001630, 0001638, 0001659, 0001667, 0001682, 0001684, 0001690, 0001696
mod - src/App/Application.cpp Diff File
mod - src/Base/QuantityPy.xml Diff File
mod - src/Gui/Application.cpp Diff File
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/GuiApplicationNativeEventAware.cpp Diff File
mod - src/Gui/InputField.cpp Diff File
mod - src/Gui/MouseSelection.cpp Diff File
mod - src/Mod/Drawing/App/FeaturePage.cpp Diff File
mod - src/Mod/Drawing/Gui/DrawingView.cpp Diff File
mod - src/Mod/Part/App/PartFeatures.cpp Diff File
mod - src/Mod/Part/App/TopoShape.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObjectPyImp.cpp Diff File

Issue History

Date Modified Username Field Change
2014-08-14 19:56 galou_breizh New Issue
2014-08-16 13:12 wmayer Changeset attached => FreeCAD Master master 8808b823
2014-08-16 13:12 wmayer Assigned To => wmayer
2014-08-16 13:12 wmayer Status new => closed
2014-08-16 13:12 wmayer Resolution open => fixed
2019-07-29 15:16 Kunda1 Changeset attached => FreeCAD releases 3ecaf877