MantisBT - ITK
View Issue Details
0004099ITKpublic2006-11-30 05:322007-02-02 11:27
Marco Nolden 
Luis Ibanez 
normalmajoralways
closedfixed 
 
 
0004099: crash with static initialization in shared object file
My application crashed while loading a dll which itself does some static initializations on load time which create itk objects.

The problem I identified was the itself statically initialized TimeStampMutex.

My proposed patch moves the initialization of TimeStampMutex so it is guaranteed before first usage.
No tags attached.
? timestamp-patch (615) 1969-12-31 19:00
https://public.kitware.com/Bug/file/756/timestamp-patch
Issue History

Notes
(0006329)
Luis Ibanez   
2007-02-02 11:27   
A fix has been committed in the MAIN branch:
http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkTimeStamp.cxx?r1=1.10&root=Insight&sortby=date&r2=1.11&only_with_tag=MAIN [^]