View Issue Details

IDProjectCategoryView StatusLast Update
0001789FreeCADBugpublic2014-12-31 17:09
Reporterbalazs Assigned Toyorik  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSDebianOS VersionWheezy
Product Version0.14 
Summary0001789: FreeCAD crashes during arch example rotation
DescriptionFreeCAD crashes during arch example rotation
Kernel is 3.2.0-4-amd64
Steps To Reproducestart FreeCAD
open data/examples/ArchDetail.FCStd
click tab ArchDetail : 1
click Set front view (1) - I see it only in Hungarian, it is a cube with the lower left face facing us filled with blue.
However, other views make it too.
Additional InformationTraceback (most recent call last):
  File "/opt/tmp/free-cad-code/Mod/Arch/ArchSectionPlane.py", line 182, in attach
    self.onChanged(vobj,"DisplayLength")
  File "/opt/tmp/free-cad-code/Mod/Arch/ArchSectionPlane.py", line 209, in onChanged
    ld = vobj.DisplayLength.Value/2
<type 'exceptions.AttributeError'>: 'Gui.ViewProviderPythonFeature' object has no attribute 'DisplayLength'
Traceback (most recent call last):
  File "/opt/tmp/free-cad-code/Mod/Arch/ArchSectionPlane.py", line 197, in updateData
    self.onChanged(obj.ViewObject,"DisplayLength")
  File "/opt/tmp/free-cad-code/Mod/Arch/ArchSectionPlane.py", line 209, in onChanged
    ld = vobj.DisplayLength.Value/2
<type 'exceptions.AttributeError'>: 'Gui.ViewProviderPythonFeature' object has no attribute 'DisplayLength'
Coin error in SoIndexedShape::computeBBox(): coordinate index nr 1 for <unnamed> node of type IndexedFaceSet is out of bounds: is 1, but no coordinates are available from the state!
Coin error in SoIndexedShape::computeBBox(): coordinate index nr 1 for <unnamed> node of type IndexedFaceSet is out of bounds: is 1, but no coordinates are available from the state!
Coin error in SoIndexedShape::computeBBox(): coordinate index nr 1 for <unnamed> node of type SoBrepEdgeSet is out of bounds: is 1, but no coordinates are available from the state!
Coin error in SoIndexedShape::computeBBox(): coordinate index nr 1 for <unnamed> node of type SoBrepEdgeSet is out of bounds: is 1, but no coordinates are available from the state!
Coin warning in SoNormalCache::generatePerFace(): Polygon with less than three valid vertices detected. (offset: 0, [0 1 2]). Should be within [0, 0].
Coin warning in SoNormalCache::generatePerFace(): Polygon with less than three valid vertices detected. (offset: 2, [2 -1 0]). Should be within [0, 0].
Coin warning in SoNormalCache::generatePerFace(): Polygon with less than three valid vertices detected. (offset: 3, [-1 0 2]). Should be within [0, 0].
Coin warning in SoNormalCache::generatePerFace(): Polygon with less than three valid vertices detected. (offset: 4, [0 2 3]). Should be within [0, 0].
Coin warning in SoNormalCache::generatePerFace(): Face specification did not end with a valid polygon. Too few points
FreeCAD: SoCoordinateElement.cpp:169: const SbVec3f& SoCoordinateElement::get3(int) const: Assertion `index >= 0 && index < this->numCoords' failed.
Félbeszakítva (interrupted)
TagsNo tags attached.
FreeCAD Information

Activities

balazs

2014-10-16 15:37

reporter   ~0005222

I've forgotten to mention: it is trunk downloaded on 10.10.2014

Related Changesets

FreeCAD: master 3f607d73

2014-12-31 17:42:22

yorik

Details Diff
Arch: Fixed Arch example - fixes 0001789 Affected Issues
0001789
mod - data/examples/ArchDetail.FCStd Diff File
mod - src/Mod/Arch/ArchSectionPlane.py Diff File
mod - src/Mod/Arch/ArchVRM.py Diff File

Issue History

Date Modified Username Field Change
2014-10-16 15:35 balazs New Issue
2014-10-16 15:37 balazs Note Added: 0005222
2014-10-16 17:23 yorik Assigned To => yorik
2014-10-16 17:23 yorik Status new => assigned
2014-12-31 17:09 yorik Changeset attached => FreeCAD Master master 3f607d73
2014-12-31 17:09 yorik Status assigned => closed
2014-12-31 17:09 yorik Resolution open => fixed