View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005670 | ITK | public | 2007-09-10 11:35 | 2008-01-23 15:56 | |||||
Reporter | Luis Ibanez | ||||||||
Assigned To | Bill Lorensen | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005670: FEM Tests failing in Cygwin | ||||||||
Description | Several FEM tests are throwing exceptions in Cygwin | ||||||||
Additional Information | Tracking the problem using gdb we get to the method itkFEMLightObject::CreateFromStream(), and line 137 a->Read(f,info) more digging is required.... | ||||||||
Tags | No tags attached. | ||||||||
Resolution Date | |||||||||
Sprint | |||||||||
Sprint Status | |||||||||
Attached Files | |||||||||
Relationships | |
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 [^] |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |