View Issue Details

IDProjectCategoryView StatusLast Update
0001868Slicer4Core: Scripting (Wrapping, Python)public2014-03-06 06:09
Reporterpieper Assigned Tojcfr  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformwindowsOS7OS Versionx64
Product VersionSlicer 4.0.1 
Target VersionSlicer 4.2.0Fixed in VersionSlicer 4.2.0 
Summary0001868: crash on exit and other issues
Description

With the fix of the numpy debug build issue (based on the patch-python-msvc9compiler (see 0001747) it's possible to run tests on window 64 bit debug builds.

Some strange behavior is described in the email exchanges copied below.

Additional Information

As a follow up, here is the result of an Experimental submission from the debug build:

http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=14253

16 failed tests and oddly only qSlicerExtensionsManagerModelTest in common with the nightly release build for windows 64:

http://slicer.cdash.org/viewTest.php?onlyfailed&buildid=14205

Here is the stack trace for the crash on exit issue:

 ntdll.dll!00000000771812f7()    
 [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]   
 KernelBase.dll!000007fefd8f1863()    
 kernel32.dll!0000000077032f61()    
 tcl85.dll!00000000100d6dc8()    
 tcl85.dll!00000000100d87fa()    
 tcl85.dll!0000000010071b75()    
 tcl85.dll!0000000010057e16()    
 tcl85.dll!0000000010057c8d()    
 tcl85.dll!00000000100c99f5()    
 tcl85.dll!00000000100e6427()    
 ntdll.dll!0000000077154371()    
 ntdll.dll!0000000077154180()    

msvcr90d.dll!crtExitProcess(int status=0) Line 732 C
msvcr90d.dll!doexit(int code=0, int quick=0, int retcaller=0) Line 645 C
msvcr90d.dll!exit(int code=0) Line 413 C
SlicerQT-real.exe!
tmainCRTStartup() Line 595 C
SlicerQT-real.exe!mainCRTStartup() Line 399 C
kernel32.dll!000000007702652d()
ntdll.dll!000000007715c521()

On Fri, Apr 6, 2012 at 12:30 PM, Steve Pieper <pieper@ibility.net> wrote:

Hi Jc -

Yes, there are several issues on windows - and we are making progress on most of them.  Jumping to the conclusion I would say that current state of things is that release builds one windows (i.e. the package builds from the factory) are in pretty good shape except for the three failing tests today.  Also debug builds on windows are much better with the &quot;patch-python-msvc9compiler&quot; topic integrated because it's now possible to build a debug windows (on vs2008) and have numpy load properly.  (All my tests are on windows 7 64).

-------------

However, the crash on exit issue I mentioned in the last email still happens for me even when slicer otherwise runs fine.  Since the Experimental build is running right now I can't paste the stack trace but it's one that we discussed a long time ago - for my windows testing I've been using the workaround I described here:

http://massmail.spl.harvard.edu/public-archives/slicer-devel/2011/006900.html

I believe it might be related to this failing test but it's hard to say:

http://slicer.cdash.org/testDetails.php?test=1173201&build=14205

The stack trace for the exit on my machine indicates the issue in exit handling, possibly in tcl85.dll, although visual studio reports that the stack is not reliable and only says for sure that the issue in in the nt dll.

I don't think we have an independent tracker issue on this, probably because I was thinking it was related to this bug:

http://www.na-mic.org/Bug/view.php?id=1537

But now I think it's maybe not related and might(?) have to do with the version of tcl we are using and/or the way they are being initialized or shut down.

Since this doesn't seem to occur in the release packages it hasn't gotten much attention.

--------------

The issue we discussed on the tcon about the ctkFDHandler was this one:

http://www.na-mic.org/Bug/view.php?id=1766

which turned out to be due to using a qt debug build to make a slicer release build (what I mentioned this to you on yesterday's tcon and closed the issue this morning).  To avoid this kind of issue in the future I think we should consider integrating Qt into the superbuild process so that it is built using the same configuration options as the rest of slicer.  This would also clear up a lot of the questions about which version to use (noting of course that this would add a lot of time to a fresh build).  Another option would be to add some build-time tests to see if the qt version is compatible with the slicer build settings.

Hope that all makes sense to you,
Steve

On Fri, Apr 6, 2012 at 11:54 AM, Jean-Christophe Fillion-Robin &lt;jchris.fillionr@kitware.com> wrote:

    Hi Steve,

    Thanks for your help in sorting out that issue :)

    Just to make I understand, you are talking about the issue related to ctkFDHandler we discussed during the Na-mic tcon. And you explained yesterday that, it was due to the fact you were using a debug version of Qt while building in RelVWithDebInfo or something along the line. Could you remind me the details ? Is it a mis-configuration from your side or something we need to fix  ? Or even document on the wiki ?

    With a better understanding of the machine used to test the topic, I will feel more confortable with integrating or not the &quot;patch-python-msvc9compiler&quot; topic.

    Thanks
    Jc

    On Fri, Apr 6, 2012 at 11:47 AM, Steve Pieper &lt;pieper@ibility.net> wrote:

        Hi Jc -

        I'll submit the experimental but I'm still seeing the crash on exit from the debug builds so it won't be pretty (machine is yaz and it's running now).

        -Steve

        On Fri, Apr 6, 2012 at 11:00 AM, Jean-Christophe Fillion-Robin &lt;jchris.fillionr@kitware.com> wrote:

            Excellent  - Good news.

            I would say that, on windows, using the version of Andras or CMake 2.8.8 rc2 .. is almost mandatory to avoid trouble ...

            On my side, I just re-started the continuous on the windows factory 32 and 64-bit using CMake 2.8.8 rc2, when that's done, will integrate the patch.

            Before proceeding, two questions:

            Did you run the complete suite of test ? Could you submit an experimental ?

            Thanks
            Jc

            On Fri, Apr 6, 2012 at 10:36 AM, Steve Pieper &lt;pieper@ibility.net> wrote:

                Confirmed - a fresh build on windows 7 64 with visual studio 2008 pro in debug x64 mode is able to import numpy when using the

                  patch-python-msvc9compiler

                branch! (it had failed for me before in the way reported by Daniel).  So I would say this patch should be merged to the master (trunk).

                One side note - when doing the build I got the odd linker exception pasted below.  Re-running the build got past this with no further errors.  I'd say this is flaky visual studio behavior unrelated to the python patch.  (BTW, I used Andras' patched version of cmake that works around a lot of the visual studio instability but this may or may not be some residual oddness related to the issues he was seeing).

                -Steve

                7>4>Python Wrapping - generating vtkTableExtentTranslatorPython.cxx
                7>5>Linking...
                7>5>LINK : fatal error LNK1000: Internal error during IncrBuildImage
                7>5>  Version 9.00.21022.08
                7>5>  ExceptionCode            = C0000005
                7>5>  ExceptionFlags           = 00000000
                7>5>  ExceptionAddress         = 00000000 (00000000) &quot;d:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64\link.exe&quot;
                7>5>  NumberParameters         = 00000002
                7>5>  ExceptionInformation[ 0] = 00000008
                7>5>  ExceptionInformation[ 1] = 00000000
                7>5>CONTEXT:
                7>5>  Eax    = 00000000  Esp    = 0035F260
                7>5>  Ebx    = 40008174  Ebp    = 0035F28C
                7>5>  Ecx    = 011BD670  Esi    = 4006AC3C
                7>5>  Edx    = 0035F27C  Edi    = 0107D6C0
                7>5>  Eip    = 00000000  EFlags = 00010246
                7>5>  SegCs  = 00000023  SegDs  = 0000002B
                7>5>  SegSs  = 0000002B  SegEs  = 0000002B
                7>5>  SegFs  = 00000053  SegGs  = 0000002B
                7>5>  Dr0    = 00000000  Dr3    = 00000000
                7>5>  Dr1    = 00000000  Dr6    = 00000000
                7>5>  Dr2    = 00000000  Dr7    = 00000000
                7>4>Python Wrapping - generating vtkStructuredVisibilityConstraintPython.cxx
                7>5>Build log was saved at &quot;file://d:\pieper\slicer4\Slicer-superbuild\VTK-build\Wrapping\Python\vtkpython.dir\Debug\BuildLog.htm&quot;
                7>5>vtkpython - 1 error(s), 0 warning(s)

                On Tue, Mar 27, 2012 at 6:57 PM, Jean-Christophe Fillion-Robin &lt;jchris.fillionr@kitware.com> wrote:

                    Hi Folks,

                    With the help of Daniel and Steve :), it resumes the problem is probably related to the fact manifest associated with the pyd module are not properly managed.

                    The following topic [1] contains the required change.

                    To apply locally the change in your source tree, you have two options:

                    1) If you are using git-svn:
                      cd Slicer
                      git stash # In case you have local changes
                      git remote add jcfr git://github.com/jcfr/Slicer.git
                      git checkout -b patch-python-msvc9compiler jcfr/patch-python-msvc9compiler

                    2) if you are using SVN:
                      Download the patch available here [2]
                      Apply it using for example tortoiseSVN

                    In both case, before configuring and rebuilding, make sure to delete from Slicer-Superbuild:
                      -  NUMPY*
                      -  python*
                      -  CLAPACK*
                      -  tcl*

                    Let us know how it goes, if you are able to successfully:
                        import numpy.core.numeric
                        numpy.core.numeric.multiarray

                    I will then integrate the change to master.

                    Hth
                    Jc

                    [1] https://github.com/jcfr/Slicer/compare/patch-python-msvc9compiler
                    [2] http://lcorneliussen.de/utils/git-svn/github.com/jcfr/Slicer/tree/patch-python-msvc9compiler

                    On Tue, Mar 27, 2012 at 4:26 PM, Andriy Fedorov &lt;fedorov@bwh.harvard.edu> wrote:

                        Daniel,

                        MultiVolume support modules are indeed available in the nightly binary
                        packages available here: http://download.slicer.org/. I have just
                        downloaded it and installed on Windows7 64bit, and both multivolume
                        support modules were there, and were functional, I tested this just
                        now.

                        AF

                        On Tue, Mar 27, 2012 at 3:10 PM, Jean-Christophe Fillion-Robin
                        &lt;jchris.fillionr@kitware.com> wrote:
                        > Hi,
                        >
                        > It could be a Debug vs Release issue specific to numpy.
                        >
                        > What happen if you do the following:
                        >
                        > ./Slicer --disable-cli-modules --disable-loadable-modules
                        > --disable-scripted-loadable-modules --no-main-window
                        > --show-python-interactor
                        >
                        > Then:
                        >   import numpy.core.numeric
                        >   numpy.core.numeric.multiarray.__file__
                        >
                        > The last command should something similar to:
                        >
                        > 'C:\\D\\N\\Slicer-build-0\\python-build\\lib\\site-packages\\numpy\\core\\numeric\\multiarray.pyd'
                        >
                        > I did the test on a Release build of Slicer build on either 32 or 64bit and
                        > it works as expected.
                        >
                        > Using the method described here, it should provide you with an easy
                        > mechanism to track down the issue.
                        >
                        > >From a regular &quot;cmd.exe&quot; terminal, you could also run the following test:
                        >
                        >   ctest -C Debug -R SlicerPythonSimpleNUMPYTest -V
                        >
                        > or
                        >
                        >   ctest -C Release -R SlicerPythonSimpleNUMPYTest -V
                        >
                        > Hth
                        > Jc
                        >
                        > On Tue, Mar 27, 2012 at 2:17 PM, &lt;danieljohnsonusa@netscape.net> wrote:
                        >>
                        >> I did a fresh install of QT 4.7.4 and I got Slicer to build and compile
                        >> with no errors.  This time 103 out of 104 modules instantiated and loaded
                        >> correctly, but ironically MultiVolumeImporter, the one module I did the
                        >> upgrade to try to get to work, did not.  The CL of Slicer had the following
                        >> messages
                        >>
                        >> Failed to obtain reference to qSlicerMainWindow
                        >> No Data Probe frame - cannot create DataProbe
                        >> File
                        >> C:/Slicer4-Superbuild/lib/Slicer-4.1/qt-scripted-modules/MultivolumeImporter.ph
                        >> line 2 in module
                        >>      import vtk.util.numpy_support
                        >> File
                        >> C:/Slicer4-Superbuild\VTK-build/Wrapping/Python/vtk\util\numpy_support.py
                        >> line 30 in module
                        >>      import numpy
                        >> File C:\Slicer4-Superbuild\python-build\Lib\site-packages\numpy\_init_.py
                        >> line 132 in module
                        >>     import add_newdocs
                        >> File
                        >> C:\Slicer4-Superbuild\python-build\Lib\site-packages\numpy\add_newdocs.py
                        >> line 9 in module
                        >>      from lib import add_newdoc
                        >> File
                        >> C:\Slicer4-Superbuild\python-build\Lib\site-packages\numpy\lib\_init_.py
                        >> line 4 in module
                        >>     from type_check import *
                        >> File
                        >> C:\Slicer4-Superbuild\python-build\Lib\site-packages\numpy\lib\type_check.py,
                        >> line 8 in module
                        >>    import numpy.core.numeric as _nx
                        >> File
                        >> C:\Slicer4-Superbuild\python-build\Lib\site-packages\numpy\core_init_.py
                        >> line 5 in module
                        >>    import multiarray
                        >> ImportError: DLL load failed: A dynamic link library (DLL) initialization
                        >> routine failed
                        >> RuntimeError: qSlicerScriptedLoadableModule::setPythonSource - Failed to
                        >> load scripted pythonqt module class definition MultiVolumeImporter from
                        >> C:/Slicer4-Superbuild/Slicer-build/lib/Slicer-4./qt-scripted-modules/MultiVolumeImporter.py
                        >>
                        >> Does anyone know what these errors are and how they can be corrected?
                        >>
                        >> Also, is there plans to integrate the MultiVolumeImporter and Explorer
                        >> into a binary version of Slicer?
                        >>
                        >> Thanks,
                        >>
                        >> Daniel
                        >>
                        >>
                        >>
                        >>
                        >> _______________________________________________
                        >> slicer-devel mailing list
                        >> slicer-devel@bwh.harvard.edu
                        >> http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel
                        >> To unsubscribe: send email to
                        >> slicer-devel-request@massmail.spl.harvard.edu with unsubscribe as the
                        >> subject
                        >
                        >
                        >
                        >
                        > --
                        > +1 919 869 8849
                        >
                        >
                        > _______________________________________________
                        > slicer-devel mailing list
                        > slicer-devel@bwh.harvard.edu
                        > http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel
                        > To unsubscribe: send email to slicer-devel-request@massmail.spl.harvard.edu
                        > with unsubscribe as the subject 

                    -- 
                    +1 919 869 8849

                    _______________________________________________
                    slicer-devel mailing list
                    slicer-devel@bwh.harvard.edu
                    http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel
                    To unsubscribe: send email to slicer-devel-request@massmail.spl.harvard.edu with unsubscribe as the subject

            -- 
            +1 919 869 8849

    -- 
    +1 919 869 8849
TagsNo tags attached.

Relationships

child of 0001766 closedjcfr startup crash - windows x64 build 
child of 0001747 closedjcfr windows build/run issues as of svn 19350 

Activities

jcfr

jcfr

2012-04-26 12:56

administrator   ~0004093

Is that resolved with the integration of "patch-python-msvc9compiler" and the fix
associated to itcl [1] ?

[1] http://viewvc.slicer.org/viewvc.cgi/Slicer3-lib-mirrors?view=revision&amp;revision=182

pieper

pieper

2012-04-27 06:39

administrator   ~0004107

The fix for the manifests seems to have taken care of most of the issues - that's great :)

Slicer now exits cleanly from my x86 debug build that includes the manifest patch. The full visual studio output for a simple run is pasted below with an exit code of 0x0. However there is this one troublesome access violation that printed but it does not trigger a breakpoint so I can't debug it. From the message it could mean that we are trying to print into a closed window (or something).

First-chance exception at 0x102e1262 in SlicerQT-real.exe: 0xC0000005: Access violation reading location 0x0000000000000368.
PostMessage to hwnd: 00080438 failed with error: 00000578

'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\SlicerQT-real.exe', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\ntdll.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\kernel32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\KernelBase.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerQT.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTGUI.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtWebKitd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\winmm.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\user32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\gdi32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\lpk.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\usp10.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\advapi32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\sechost.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\shlwapi.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\version.dll'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\phonond4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtGuid4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\comdlg32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\shell32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\ole32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\imm32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msctf.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\winspool.drv'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtCored4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\ws2_32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\nsi.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_4ec74c6b3093419c\msvcp90d.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_4ec74c6b3093419c\msvcr90d.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtNetworkd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkCommon.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtksys.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wsock32.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkFiltering.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkPythonCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\PCbuild\amd64\python26.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_08e4299fa83d7e3c\msvcr90.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\SlicerBaseLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkITK.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkImaging.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\snmpapi.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\ITKv3-build\bin\Debug\ITKCommon.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGraphics.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkverdict.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkHybrid.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkRendering.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkIO.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkDICOMParser.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkNetCDF.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkhdf5.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkzlib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkhdf5_hl.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkNetCDF_cxx.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\LSDyna.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkmetaio.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkpng.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkjpeg.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtktiff.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkexpat.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\avifil32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msacm32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msvfw32.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkftgl.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\opengl32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\glu32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\ddraw.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dciman32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\setupapi.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\devobj.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dwmapi.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkfreetype.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\d3d9.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\d3d8thk.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkParallel.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\VPIC.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\Cosmo.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkexoIIc.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\avicap32.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\FreeSurfer.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkTeem.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\teem-build\bin\Debug\teem.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\RemoteIO.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\LibArchive-install\bin\archive.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCLI.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\SlicerExecutionModel-build\ModuleDescriptionParser\bin\Debug\ModuleDescriptionParser.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLDisplayableManager.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkVolumeRendering.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKImageProcessingITKCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKVisualizationVTKCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKScriptingPythonCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\PythonQt-build\Debug\PythonQt.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtXmld4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtScriptd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qMRMLWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtOpenGLd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKVisualizationVTKWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkCharts.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkViews.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkInfovis.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtklibxml2.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkalglib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\QVTK.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtSqld4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKScriptingPythonWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerModulesCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCLI.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\cryptbase.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\ITKFactories\Debug\MGHIOPlugin.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MGHIO.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\ITKFactories\Debug\MRMLIDIOPlugin.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLIDIO.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\userenv.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\profapi.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkCommonPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkCommonPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkFilteringPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkFilteringPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkIOPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkIOPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkImagingPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkImagingPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGraphicsPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGraphicsPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGenericFilteringPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGenericFilteringPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGenericFiltering.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkRenderingPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkRenderingPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkVolumeRenderingPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkVolumeRenderingPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkHybridPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkHybridPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkWidgetsPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkWidgetsPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkChartsPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkChartsPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkViewsPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGeovisPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGeovisPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkGeovis.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkproj4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkInfovisPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkInfovisPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkViewsPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkParallelPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\VTK-build\bin\Debug\vtkParallelPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKVisualizationVTKWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKVisualizationVTKCorePythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKScriptingPythonWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKImageProcessingITKCorePythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKDICOMWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKDICOMWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKDICOMCore.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\netapi32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\netutils.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\srvcli.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wkscli.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKDICOMCorePythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\CTK-build\CTK-build\bin\Debug\CTKCorePythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\FreeSurferPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\FreeSurferPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCorePython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCorePythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\RemoteIOPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\RemoteIOPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkTeemPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkTeemPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qMRMLWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\SlicerBaseLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\SlicerBaseLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCorePythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTGUIPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCLIPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCLIPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAtlasCreatorModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAtlasCreatorModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAtlasCreatorModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerColorsModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerColorsModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerColorsModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumesModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerEMSegmentModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerEMSegmentModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerEMSegmentModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerFetchMIModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerFetchMIModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerFetchMIModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelMirrorModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelMirrorModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelMirrorModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelsModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelsModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelsModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelTransformModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelTransformModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModelTransformModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModuleTemplateModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModuleTemplateModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerModuleTemplateModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\OpenIGTLink-build\bin\Debug\OpenIGTLink.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerReformatModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerReformatModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerReformatModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerSceneViewsModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerSceneViewsModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerSceneViewsModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyDisplayModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyDisplayModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyDisplayModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyFiducialSeedingModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyFiducialSeedingModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyFiducialSeedingModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleLogic.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleMRML.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumesModuleLogicPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumesModuleLogicPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerAnnotationsModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerCropVolumeModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerMultiVolumeExplorerModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerOpenIGTLinkIFModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerTractographyModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleMRMLPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\vtkSlicerVolumeRenderingModuleMRMLPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerAnnotationsModuleWidgetsPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerAnnotationsModuleWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCLIPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\MRMLCLIPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\qSlicerBaseQTCLIPythonQt.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\iconengines\qSlicerIconEnginePlugin.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\iconengines\qsvgicond4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\bin\QtSvgd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qgifd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qicod4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qjpegd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qmngd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qsvgd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\imageformats\qtiffd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerAnnotationsModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerColorsModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerCropVolumeModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerDataModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerEMSegmentModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerEMSegmentQuickModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerModelsModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerModelsModuleWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerModuleTemplateModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerMultiVolumeExplorerModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerOpenIGTLinkIFModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerReformatModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerSceneViewsModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerTractographyDisplayModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerTractographyDisplayModuleWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerTractographyFiducialSeedingModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerTractographyModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerTransformsModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerViewControllersModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerVolumeRenderingModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\VolumeRenderingReplacements.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerVolumeRenderingModuleWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerVolumesModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerVolumesModuleWidgets.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\qt-loadable-modules\Debug\qSlicerWelcomeModule.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ACPCTransformLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\SlicerBaseCLI.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\AddScalarVolumesLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\AffineRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BRAINSDemonWarpLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BRAINSFitLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BRAINSResampleLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BRAINSROIAutoLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BSplineDeformableRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\BSplineToDeformationFieldLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\CastScalarVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\CheckerBoardFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\CLIModule4TestLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ConnectedComponentLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\CreateDICOMSeriesLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\CurvatureAnisotropicDiffusionLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\DicomToNrrdConverterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\DiffusionTensorTestLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\DWIJointRicianLMMSEFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\DWIRicianLMMSEFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\DWIUnbiasedNonLocalMeansFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ExecutionModelTourLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ExpertAutomatedRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ExtractSkeletonLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\FiducialRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\GaussianBlurImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\GradientAnisotropicDiffusionLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\GrayscaleFillHoleImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\GrayscaleGrindPeakImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\HistogramMatchingLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ImageLabelCombineLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\LabelMapSmoothingLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\LinearRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\MaskScalarVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\MedianImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\MergeModelsLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ModelMakerLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ModelToLabelMapLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\MultiplyScalarVolumesLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\MultiResolutionAffineRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\N4ITKBiasFieldCorrectionLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\OrientScalarVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\OtsuThresholdImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\OtsuThresholdSegmentationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ResampleDTIVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ResampleScalarVectorDWIVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ResampleScalarVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\RigidRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\RobustStatisticsSegmenterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\SimpleRegionGrowingSegmentationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\SubtractScalarVolumesLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\TestGridTransformRegistrationLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\ThresholdScalarVolumeLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\VBRAINSDemonWarpLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\lib\Slicer-4.1\cli-modules\Debug\VotingBinaryHoleFillingImageFilterLib.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\cryptsp.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\rsaenh.dll'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\sqldrivers\qsqlited4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\apphelp.dll'
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkITKPython.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\Slicer-build\bin\Debug\vtkITKPythonD.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib_ctypes.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib_tkinter.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\tcl-build\bin\tcl85.dll', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\tcl-build\bin\tk85.dll', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\tcl-build\lib\itcl3.4\itcl34.dll', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\core\multiarray.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\core\umath.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\core_sort.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\core\scalarmath.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\lib_compiled_base.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\linalg\lapack_lite.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\fft\fftpack_lite.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib\site-packages\numpy\random\mtrand.pyd', Binary was not built with debug information.
'SlicerQT-real.exe': Loaded 'D:\pieper\s4fresh\Slicer-s\python-build\Lib_socket.pyd', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\RpcRtRemote.dll'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\bearer\qgenericbearerd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\IPHLPAPI.DLL'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\winnsi.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dhcpcsvc.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dhcpcsvc6.dll'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\bearer\qnativewifibearerd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wlanapi.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wlanutil.dll'
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\codecs\qcncodecsd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\codecs\qjpcodecsd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\codecs\qkrcodecsd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'D:\downloads\qt\qt4.7.4\plugins\codecs\qtwcodecsd4.dll', Symbols loaded.
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wintrust.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\crypt32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msasn1.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiu9p64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\dxgi.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd6a.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\atiumd64.dll'
'SlicerQT-real.exe': Unloaded 'C:\Windows\System32\aticfx64.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\MMDevAPI.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\propsys.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wdmaud.drv'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\ksuser.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\avrt.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\winsta.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\rdpendp.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\wtsapi32.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\slc.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\AudioSes.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\msacm32.drv'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\midimap.dll'
'SlicerQT-real.exe': Loaded 'C:\Windows\System32\clbcatq.dll'
The thread 'Win64 Thread' (0x974) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x1690) has exited with code 0 (0x0).
First-chance exception at 0x000007fefdf3cacd in SlicerQT-real.exe: 0x0000000D: The data is invalid.
The thread 'Win64 Thread' (0x14f8) has exited with code 0 (0x0).
The thread 'QWindowsFileSystemWatcherEngine' (0x17bc) has exited with code 0 (0x0).
The thread 'QThread' (0x4c0) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x2bc) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x1424) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x1664) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0xa98) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x179c) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x9fc) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x17f0) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x43c) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x1460) has exited with code 0 (0x0).
The thread 'Win64 Thread' (0x420) has exited with code 0 (0x0).
First-chance exception at 0x102e1262 in SlicerQT-real.exe: 0xC0000005: Access violation reading location 0x0000000000000368.
PostMessage to hwnd: 00080438 failed with error: 00000578
The program '[4068] SlicerQT-real.exe: Native' has exited with code 0 (0x0).

pieper

pieper

2012-07-30 04:34

administrator   ~0005442

With the newer version of PythonQt this issue does not occur.

Issue History

Date Modified Username Field Change
2012-04-06 10:08 pieper New Issue
2012-04-06 10:08 pieper Status new => assigned
2012-04-06 10:08 pieper Assigned To => jcfr
2012-04-06 10:09 pieper Relationship added child of 0001766
2012-04-06 10:09 pieper Relationship added child of 0001747
2012-04-26 12:56 jcfr Note Added: 0004093
2012-04-26 12:56 jcfr Status assigned => feedback
2012-04-26 13:16 jcfr Status feedback => assigned
2012-04-26 13:16 jcfr Assigned To jcfr => pieper
2012-04-27 06:39 pieper Note Added: 0004107
2012-04-27 13:00 jcfr Assigned To pieper => jcfr
2012-05-09 09:14 jcfr Target Version => Slicer 4.2.0 AHM Summer 2012
2012-07-30 04:34 pieper Note Added: 0005442
2012-07-30 04:34 pieper Status assigned => closed
2012-07-30 04:34 pieper Resolution open => fixed
2014-03-06 06:09 jcfr Fixed in Version => Slicer 4.2.0