View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005670ITKpublic2007-09-10 11:352008-01-23 15:56
ReporterLuis Ibanez 
Assigned ToBill Lorensen 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005670: FEM Tests failing in Cygwin
DescriptionSeveral FEM tests are throwing exceptions in Cygwin
Additional InformationTracking the problem using gdb we get to the method

itkFEMLightObject::CreateFromStream(),
and line 137
a->Read(f,info)

more digging is required....




TagsNo tags attached.
Resolution Date
Sprint
Sprint Status
Attached Files

 Relationships

  Notes
(0008904)
Luis Ibanez (manager)
2007-09-10 11:46

Tracking it further,...

The segmentation fault happens when trying to read a "Node" element
as invoked from the FEMSolver in line

/src/Insight/Code/Numerics/FEM/itkFEMSolver.cxx:114
(0010247)
Luis Ibanez (manager)
2008-01-23 15:15

We think that Bill Lorensen fixed this problem...
we are checking for confirmation.
(0010252)
Bill Lorensen (developer)
2008-01-23 15:34

FEM files must be opened in binary mode. On cygwin and mingw, seekg(streampos) does not work properly in text mode.

http://www.itk.org/cgi-bin/viewcvs.cgi/Testing/Code/Numerics/FEM/itkFEMElementTest.cxx?rev=1.26&root=Insight&sortby=date&view=log [^]
(0010253)
Bill Lorensen (developer)
2008-01-23 15:35

Tests are now passing on cygwin/mingw builds.
(0010258)
Luis Ibanez (manager)
2008-01-23 15:56

Bill confirmed that he fixed this issue:

http://www.itk.org/mailman/private/insight-developers/2008-January/009955.html [^]


 Issue History
Date Modified Username Field Change
2007-09-10 11:35 Luis Ibanez New Issue
2007-09-10 11:46 Luis Ibanez Note Added: 0008904
2008-01-23 15:15 Luis Ibanez Note Added: 0010247
2008-01-23 15:32 Bill Lorensen Status new => assigned
2008-01-23 15:32 Bill Lorensen Assigned To => Bill Lorensen
2008-01-23 15:34 Bill Lorensen Status assigned => resolved
2008-01-23 15:34 Bill Lorensen Resolution open => fixed
2008-01-23 15:34 Bill Lorensen Note Added: 0010252
2008-01-23 15:35 Bill Lorensen Status resolved => closed
2008-01-23 15:35 Bill Lorensen Note Added: 0010253
2008-01-23 15:56 Luis Ibanez Note Added: 0010258


Copyright © 2000 - 2018 MantisBT Team