View Issue Details

IDProjectCategoryView StatusLast Update
0000050Slicer3Libspublic2007-04-04 11:06
Reporterpieper Assigned Tonicole  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformlinuxOSOS Version
Summary0000050: MGH IO causes segfault on exit
Description

On linux there's a segfault on exit. valgrind reports something fishy going on in the MGH IO library, but isn't specific about what. If I disable setting the ITK_AUTOLOAD_PATH in Slicer3.cxx, the problem goes away, so it's probably something in the reader code.

int putSuccess
= vtkKWApplication::PutEnv(const_cast <char *> (itkAutoLoadPath.c_str()));
if (!putSuccess)
{
cout << "Unable to set ITK_AUTOLOAD_PATH. " << itkAutoLoadPath << endl;
}

TagsNo tags attached.

Activities

nicole

nicole

2007-04-03 08:50

administrator   ~0000090

Not reproducible when VTK_BUILD_TYPE is Debug.

nicole

nicole

2007-04-04 11:06

administrator   ~0000091

Due to new version of ITK, clean compile fixed the issue.

Issue History

Date Modified Username Field Change
2007-04-02 15:36 pieper New Issue
2007-04-02 15:36 pieper Status new => assigned
2007-04-02 15:36 pieper Assigned To => nicole
2007-04-03 08:50 nicole Note Added: 0000090
2007-04-04 11:06 nicole Note Added: 0000091
2007-04-04 11:06 nicole Status assigned => closed
2007-04-04 11:06 nicole Resolution open => fixed