View Issue Details

IDProjectCategoryView StatusLast Update
0002535Slicer4Core: Base Codepublic2017-06-07 23:27
Reporterpieper Assigned Tojcfr  
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionfixed 
Platformmac and linuxOSOS Version
Product Version 
Target VersionSlicer 4.3.1Fixed in VersionSlicer 4.3.1 
Summary0002535: slicer can hang after restart due to full output buffer
Description

Printing to the console can hang after doing a restart (for example, after changing something in the Application Settings). For Qt testing for example, the scripts generate a lot of output to the console and running them after restart can lead to a hang, probably because stdout/stderr pipes are not being read by and process.

Steps To Reproduce

Start slicer
enable qt testing
restart when prompted
run attached xml
close scene
re-run macro and it hangs in the middle.

TagsNo tags attached.

Activities

sankhesh

sankhesh

2012-10-29 08:40

developer   ~0006848

Could not reproduce this issue on Ubuntu Linux 12.04 with Slicer version r21254. The attached xml test file was failing because it could not find a Qt component. I am uploading an updated version that works.

2012-10-29 08:42

 

redToConventFidLoc.xml (17,102 bytes)
sankhesh

sankhesh

2012-10-29 09:20

developer   ~0006853

Could not reproduce with r21270 either.

pieper

pieper

2012-10-30 09:51

administrator   ~0006907

I was just working with Ron and we were able to reproduce the issue and capture the following trace.

What we did was to install and extension and then restart. After that he went to the dicom module and slicer hung while browsing the data.

The CPUs were idle. We used the mac activity monitor to sample the process and found that the program is blocked on the call to 'write' as shown below.

Sampling process 7694 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Slicer (pid 7694) every 1 millisecond
Process: Slicer [7694]
Path: /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/MacOS/Slicer
Load Address: 0x100000000
Identifier: ???
Version: 4.2.0 (4.2.0-rc1-2012-10-29)
Code Type: X86-64 (Native)
Parent Process: ??? [1]

Date/Time: 2012-10-30 12:52:43.654 -0400
OS Version: Mac OS X 10.8.2 (12C60)
Report Version: 7

Call graph:
2591 Thread_561935 DispatchQueue_1: com.apple.main-thread (serial)

  • 2591 start (in Slicer) + 52 [0x10001fd68]
  • 2591 main (in Slicer) + 3016 [0x100020aa8]
  • 2591 QCoreApplication::exec() (in QtCore) + 186 [0x1077985aa]
  • 2591 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (in QtCore) + 180 [0x1077971f4]
  • 2591 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in QtCore) + 68 [0x107796ed4]
  • 2591 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in QtGui) + 1588 [0x1069e8324]
  • 2591 -[NSApplication run] (in AppKit) + 636 [0x7fff88edf2fa]
  • 2591 -[QNSApplication sendEvent:] (in QtGui) + 74 [0x1069de62a]
  • 2591 -[NSApplication sendEvent:] (in AppKit) + 5761 [0x7fff88fc9744]
  • 2591 -[QCocoaWindow sendEvent:] (in QtGui) + 241 [0x1069dafb1]
  • 2591 -[NSWindow sendEvent:] (in AppKit) + 7053 [0x7fff88fcd6d6]
  • 2591 -[QCocoaView mouseUp:] (in QtGui) + 22 [0x1069d3be6]
  • 2591 qt_mac_handleMouseEvent(void, void, QEvent::Type, Qt::MouseButton) (in QtGui) + 2269 [0x1069e349d]
  • 2591 qt_sendSpontaneousEvent(QObject, QEvent) (in QtGui) + 44 [0x106a2bd7c]
  • 2591 QCoreApplication::notifyInternal(QObject, QEvent) (in QtCore) + 124 [0x1076ac23c]
  • 2591 QApplication::notify(QObject, QEvent) (in QtGui) + 2416 [0x106a33040]
  • 2591 QApplicationPrivate::notify_helper(QObject, QEvent) (in QtGui) + 142 [0x106a2c84e]
  • 2591 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject, QEvent) (in QtCore) + 151 [0x107797827]
  • 2591 QAbstractScrollAreaFilter::eventFilter(QObject, QEvent) (in QtGui) + 48 [0x106e797f0]
  • 2591 QTreeView::viewportEvent(QEvent*) (in QtGui) + 299 [0x106f45ccb]
  • 2591 QAbstractItemView::viewportEvent(QEvent*) (in QtGui) + 363 [0x106f0b1ab]
  • 2591 QAbstractScrollArea::viewportEvent(QEvent*) (in QtGui) + 23 [0x106e77317]
  • 2591 QFrame::event(QEvent*) (in QtGui) + 44 [0x106df1fac]
  • 2591 QWidget::event(QEvent*) (in QtGui) + 2384 [0x106a83970]
  • 2591 QAbstractItemView::mouseReleaseEvent(QMouseEvent*) (in QtGui) + 290 [0x106f0baa2]
  • 2591 QAbstractItemView::clicked(QModelIndex const&) (in QtGui) + 41 [0x106efb149]
  • 2591 QMetaObject::activate(QObject, QMetaObject const, int, void**) (in QtCore) + 710 [0x1076b29d6]
  • 2591 PythonQtSignalReceiver::qt_metacall(QMetaObject::Call, int, void**) (in libPythonQt.dylib) + 176 [0x1036db200]
  • 2591 PythonQtSignalTarget::call(_object, PythonQtMethodInfo const, void**, bool) (in libPythonQt.dylib) + 218 [0x1036da62a]
  • 2591 PyEval_CallObjectWithKeywords (in libpython2.6.dylib) + 87 [0x1052b8c17]
  • 2591 PyObject_Call (in libpython2.6.dylib) + 98 [0x105213992]
  • 2591 instancemethod_call (in libpython2.6.dylib) + 363 [0x105225f2b]
  • 2591 PyObject_Call (in libpython2.6.dylib) + 98 [0x105213992]
  • 2591 function_call (in libpython2.6.dylib) + 165 [0x105243655]
  • 2591 PyEval_EvalCodeEx (in libpython2.6.dylib) + 2281 [0x1052c0e19]
  • 2591 PyEval_EvalFrameEx (in libpython2.6.dylib) + 25399 [0x1052c00c7]
  • 2591 PyEval_EvalFrameEx (in libpython2.6.dylib) + 25399 [0x1052c00c7]
  • 2591 PyEval_EvalFrameEx (in libpython2.6.dylib) + 25399 [0x1052c00c7]
  • 2591 PyEval_EvalFrameEx (in libpython2.6.dylib) + 9009 [0x1052bc0c1]
  • 2591 PyFile_WriteString (in libpython2.6.dylib) + 294 [0x10523ae86]
  • 2591 PyFile_WriteObject (in libpython2.6.dylib) + 377 [0x105239419]
  • 2591 PyEval_CallObjectWithKeywords (in libpython2.6.dylib) + 87 [0x1052b8c17]
  • 2591 PyObject_Call (in libpython2.6.dylib) + 98 [0x105213992]
  • 2591 PythonQtStdOutRedirect_write(_object, _object) (in libPythonQt.dylib) + 253 [0x1036e16ed]
  • 2591 PythonQt::stdOutRedirectCB(QString const&) (in libPythonQt.dylib) + 39 [0x1036771e7]
  • 2591 PythonQt::pythonStdOut(QString const&) (in libPythonQt.dylib) + 38 [0x10398c516]
  • 2591 QMetaObject::activate(QObject, QMetaObject const, int, void**) (in QtCore) + 710 [0x1076b29d6]
  • 2591 ctkAbstractPythonManager::qt_metacall(QMetaObject::Call, int, void**) (in libCTKScriptingPythonCore.0.1.dylib) + 78 [0x10364839e]
  • 2591 ctkAbstractPythonManager::printStdout(QString const&) (in libCTKScriptingPythonCore.0.1.dylib) + 60 [0x103645cec]
  • 2591 std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long) (in libstdc++.6.dylib) + 425 [0x7fff8203cbff]
  • 2591 (anonymous namespace)::ctkStreamHandler::xsputn(char const*, long) (in libCTKCore.0.1.dylib) + 836 [0x10446c054]
  • 2591 ctkErrorLogAbstractMessageHandler::handleMessage(QString const&, ctkErrorLogLevel::LogLevel, QString const&, QString const&) (in libCTKCore.0.1.dylib) + 488 [0x104464c48]
  • 2591 ctkErrorLogTerminalOutput::output(QString const&) (in libCTKCore.0.1.dylib) + 221 [0x10446494d]
  • 2591 write (in libsystem_kernel.dylib) + 10 [0x7fff834164aa]
    2591 Thread_561938 DispatchQueue_2: com.apple.libdispatch-manager (serial)
  • 2591 _dispatch_mgr_thread (in libdispatch.dylib) + 54 [0x7fff8764a9ee]
  • 2591 _dispatch_mgr_invoke (in libdispatch.dylib) + 883 [0x7fff8764adea]
  • 2591 kevent (in libsystem_kernel.dylib) + 10 [0x7fff83415d16]
    2591 Thread_561946
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 ctkFDHandler::run() (in libCTKCore.0.1.dylib) + 134 [0x104469906]
  • 2591 read (in libsystem_kernel.dylib) + 10 [0x7fff83415ffa]
    2591 Thread_561947
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 ctkFDHandler::run() (in libCTKCore.0.1.dylib) + 134 [0x104469906]
  • 2591 read (in libsystem_kernel.dylib) + 10 [0x7fff83415ffa]
    2591 Thread_561948
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 vtkSlicerApplicationLogic::ProcessingThreaderCallback(void*) (in libSlicerBaseLogic.dylib) + 31 [0x102fc7c3f]
  • 2590 vtkSlicerApplicationLogic::ProcessProcessingTasks() (in libSlicerBaseLogic.dylib) + 154 [0x102fc7afa]
  • ! 2590 usleep (in libsystem_c.dylib) + 54 [0x7fff89e3c717]
  • ! 2586 nanosleep (in libsystem_c.dylib) + 163 [0x7fff89e3c800]
  • ! : 2586 __semwait_signal (in libsystem_kernel.dylib) + 10 [0x7fff83415386]
  • ! 2 cerror_nocancel (in libsystem_kernel.dylib) + 28 [0x7fff834164f0]
  • ! 2 nanosleep (in libsystem_c.dylib) + 0,42 [0x7fff89e3c75d,0x7fff89e3c787]
  • 1 vtkSlicerApplicationLogic::ProcessProcessingTasks() (in libSlicerBaseLogic.dylib) + 157 [0x102fc7afd]
    2591 Thread_561949
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 vtkSlicerApplicationLogic::NetworkingThreaderCallback(void*) (in libSlicerBaseLogic.dylib) + 31 [0x102fc7e2f]
  • 2591 vtkSlicerApplicationLogic::ProcessNetworkingTasks() (in libSlicerBaseLogic.dylib) + 154 [0x102fc7cea]
  • 2591 usleep (in libsystem_c.dylib) + 54 [0x7fff89e3c717]
  • 2588 nanosleep (in libsystem_c.dylib) + 163 [0x7fff89e3c800]
  • ! 2588 __semwait_signal (in libsystem_kernel.dylib) + 10 [0x7fff83415386]
  • 1 cerror_nocancel (in libsystem_kernel.dylib) + 40 [0x7fff834164fc]
  • ! 1 cthread_set_errno_self (in libsystem_c.dylib) + 93 [0x7fff89dba0b8]
  • 1 cerror_nocancel (in libsystem_kernel.dylib) + 28 [0x7fff834164f0]
  • 1 nanosleep (in libsystem_c.dylib) + 82 [0x7fff89e3c7af]
    2591 Thread_561967
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 WTF::TCMalloc_PageHeap::runScavengerThread(void*) (in QtWebKit) + 9 [0x1021450e9]
  • 2591 WTF::TCMalloc_PageHeap::scavengerThread() (in QtWebKit) + 520 [0x102145048]
  • 2591 _pthread_cond_wait (in libsystem_c.dylib) + 869 [0x7fff89db6f89]
  • 2591 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7fff834150fa]
    2591 Thread_561968
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QThread::exec() (in QtCore) + 182 [0x1076df116]
  • 2591 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (in QtCore) + 180 [0x1077971f4]
  • 2591 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in QtCore) + 68 [0x107796ed4]
  • 2591 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (in QtCore) + 178 [0x1077bd0a2]
  • 2591 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) (in QtCore) + 435 [0x1077bcbd3]
  • 2591 qt_safe_select(int, fd_set, fd_set, fd_set, timeval const) (in QtCore) + 389 [0x1077b8935]
  • 2591 __select (in libsystem_kernel.dylib) + 10 [0x7fff83415322]
    2591 Thread_561971
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QKqueueFileSystemWatcherEngine::run() (in QtCore) + 155 [0x107783a2b]
  • 2591 kevent (in libsystem_kernel.dylib) + 10 [0x7fff83415d16]
    2591 Thread_561972
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QProcessManager::run() (in QtCore) + 96 [0x107779410]
  • 2591 __select (in libsystem_kernel.dylib) + 10 [0x7fff83415322]
    2591 Thread_561973: com.apple.CFSocket.private
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 __CFSocketManager (in CoreFoundation) + 1302 [0x7fff8328d4e6]
  • 2591 __select (in libsystem_kernel.dylib) + 10 [0x7fff83415322]
    2591 Thread_562120
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QKqueueFileSystemWatcherEngine::run() (in QtCore) + 155 [0x107783a2b]
  • 2591 kevent (in libsystem_kernel.dylib) + 10 [0x7fff83415d16]
    2591 Thread_562121
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QFileInfoGatherer::run() (in QtGui) + 531 [0x106ee3683]
  • 2591 QWaitCondition::wait(QMutex*, unsigned long) (in QtCore) + 304 [0x107664130]
  • 2591 _pthread_cond_wait (in libsystem_c.dylib) + 869 [0x7fff89db6f89]
  • 2591 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7fff834150fa]
    2591 Thread_562125
  • 2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
  • 2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
  • 2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
  • 2591 QKqueueFileSystemWatcherEngine::run() (in QtCore) + 155 [0x107783a2b]
  • 2591 kevent (in libsystem_kernel.dylib) + 10 [0x7fff83415d16]
    2591 Thread_562137
    2591 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
    2591 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
    2591 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
    2591 QKqueueFileSystemWatcherEngine::run() (in QtCore) + 155 [0x107783a2b]
    2591 kevent (in libsystem_kernel.dylib) + 10 [0x7fff83415d16]

Total number in stack (recursive counted multiple, when >=5):
13 _pthread_start (in libsystem_c.dylib) + 327 [0x7fff89db2742]
13 thread_start (in libsystem_c.dylib) + 13 [0x7fff89d9f181]
9 QThreadPrivate::start(void*) (in QtCore) + 149 [0x1076e0125]
5 kevent (in libsystem_kernel.dylib) + 0 [0x7fff83415d0c]

Sort by top of stack, same collapsed (when >= 5):
kevent (in libsystem_kernel.dylib) 12955
select (in libsystem_kernel.dylib) 7773
__psynch_cvwait (in libsystem_kernel.dylib) 5182
read (in libsystem_kernel.dylib) 5182
semwait_signal (in libsystem_kernel.dylib) 5174
write (in libsystem_kernel.dylib) 2591

Binary Images:
0x100000000 - 0x100022ff7 + (4.2.0 - 4.2.0-rc1-2012-10-29) <144B3666-390F-E8DE-D85F-370645D58941> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/MacOS/Slicer
0x100027000 - 0x1000cdfe7 +libqSlicerApp.dylib (??? - ???) <3021D8C8-BBB2-FF4E-0546-A444104E0A1D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerApp.dylib
0x1000e0000 - 0x10013cfe7 +libqSlicerBaseQTApp.dylib (??? - ???) <9AAFC2F7-FFC2-D7BD-DA2E-3598EB1903FE> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerBaseQTApp.dylib
0x100142000 - 0x1001a7fff +libqSlicerModulesCore.dylib (??? - ???) <D7A8A373-3906-3ACA-6047-29596326957B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerModulesCore.dylib
0x1001b7000 - 0x100254ff7 +libqSlicerBaseQTCLI.dylib (??? - ???) <D879CC6D-E33B-B583-5CB1-25830BD18FFD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerBaseQTCLI.dylib
0x100279000 - 0x100439fff +libqSlicerBaseQTGUI.dylib (??? - ???) <E2BEB1CC-BDDC-3E66-8970-857DB18DABA7> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerBaseQTGUI.dylib
0x100495000 - 0x100649fef +libqMRMLWidgets.dylib (??? - ???) <6A620B71-39AF-1941-68D3-0CE87D5C5F9C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqMRMLWidgets.dylib
0x1006d0000 - 0x1006eefef +libCTKQtTesting.0.1.dylib (0.1.0 - compatibility 0.1.0) <831F26D6-A709-9452-91D3-7777B2FC4C03> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKQtTesting.0.1.dylib
0x1006fb000 - 0x100737fff +libCTKDICOMWidgets.0.1.dylib (0.1.0 - compatibility 0.1.0) <0A67D697-E666-3422-272F-CBFCB3D84A87> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKDICOMWidgets.0.1.dylib
0x100752000 - 0x100ceffe7 +libCTKDICOMCore.0.1.dylib (0.1.0 - compatibility 0.1.0) <16232044-DB7B-DB05-51BB-9575CF214819> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKDICOMCore.0.1.dylib
0x100e80000 - 0x100ec9fef +libCTKVisualizationVTKWidgets.0.1.dylib (0.1.0 - compatibility 0.1.0) <E36A085D-D6FA-9EA3-1AAC-35E1014E1CC5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKVisualizationVTKWidgets.0.1.dylib
0x100efa000 - 0x100f05fff +libCTKScriptingPythonWidgets.0.1.dylib (0.1.0 - compatibility 0.1.0) <3B2DB402-ADE0-EC14-83A5-1DFBE2ECA0B5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKScriptingPythonWidgets.0.1.dylib
0x100f0e000 - 0x10103dfe7 +libCTKWidgets.0.1.dylib (0.1.0 - compatibility 0.1.0) <BC41D11D-6780-20D1-9292-5AD6B081DF87> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKWidgets.0.1.dylib
0x1010e2000 - 0x1011d6fe7 +libqSlicerBaseQTCore.dylib (??? - ???) <215521C5-7210-465F-DB8C-3A7078AB069F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libqSlicerBaseQTCore.dylib
0x101205000 - 0x101254fef +QtSvg (4.7.4 - compatibility 4.7.0) <E677A868-424A-A043-1875-68712C7C8518> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x101275000 - 0x1012c2fe7 +libQtTesting.dylib (??? - ???) <41CA6C55-B749-B189-8F6B-9879906A86DE> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libQtTesting.dylib
0x1012e8000 - 0x10139cff7 +libvtkCharts.5.10.dylib (5.10.0 - compatibility 5.10.0) <12C9BF1F-5BDD-7CDF-EE50-E576A79D3DB4> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkCharts.5.10.dylib
0x1013da000 - 0x10142cfe7 +libQVTK.5.10.dylib (5.10.0 - compatibility 5.10.0) <0D45116D-0E0C-D79F-7365-0EFDA4730A21> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libQVTK.5.10.dylib
0x101467000 - 0x102719fe7 +QtWebKit (4.7.4 - compatibility 4.7.0) <9B1FC74C-73D0-745C-3FF4-29EB666F50F5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x102eb4000 - 0x102f0efe7 +libvtkViews.5.10.dylib (5.10.0 - compatibility 5.10.0) <421208BB-E263-6AEF-D68F-0B2068760E9F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkViews.5.10.dylib
0x102f46000 - 0x102f8bff7 +phonon (4.4.0 - compatibility 4.4.0) <39362159-143E-E9B2-1F1F-78097107B372> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
0x102fb1000 - 0x103038ff7 +libSlicerBaseLogic.dylib (??? - ???) <AEEC9D41-8AA2-0B2A-C610-0963596483D1> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libSlicerBaseLogic.dylib
0x103066000 - 0x1030bafff +libMRMLDisplayableManager.dylib (??? - ???) <BF265E32-E9C7-A800-6619-37F7E6883CD0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLDisplayableManager.dylib
0x1030e8000 - 0x10316ffe7 +libMRMLLogic.dylib (??? - ???) <D02F3833-A4D5-BEBE-29BF-4B0D41291572> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLLogic.dylib
0x10319d000 - 0x10323efe7 +libarchive.12.dylib (??? - ???) <EC4570EB-BAB7-8A16-7C07-FE80E37E9DCC> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libarchive.12.dylib
0x103253000 - 0x10329dfef +libRemoteIO.dylib (??? - ???) <DF166332-AE50-462E-09D4-35920DCCA90F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libRemoteIO.dylib
0x1032ab000 - 0x1032bafff +libCTKImageProcessingITKCore.0.1.dylib (0.1.0 - compatibility 0.1.0) <90AC8C68-4206-A281-22A0-8C848330D182> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKImageProcessingITKCore.0.1.dylib
0x1032bf000 - 0x1032e7fef +libCTKVisualizationVTKCore.0.1.dylib (0.1.0 - compatibility 0.1.0) <8188F8AD-8B24-3190-B4DC-927E3671BCAD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKVisualizationVTKCore.0.1.dylib
0x1032fc000 - 0x103553fe7 +QtScript (4.7.4 - compatibility 4.7.0) <CF46B370-D570-8EB5-8A0D-CE78FA18CDB2> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
0x10360e000 - 0x103630fe7 +QtTest (4.7.4 - compatibility 4.7.0) <1B9C9CA5-551F-59A0-5A1B-F6BFCEC10602> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtTest.framework/Versions/4/QtTest
0x103641000 - 0x103649ff7 +libCTKScriptingPythonCore.0.1.dylib (0.1.0 - compatibility 0.1.0) <CB946666-A109-962D-1518-EC21EC8FED51> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKScriptingPythonCore.0.1.dylib
0x10364f000 - 0x103de6ff7 +libPythonQt.dylib (??? - ???) <77E2F9B9-2601-A503-B7F8-2DE64076DD5A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libPythonQt.dylib
0x10444b000 - 0x1044a6fe7 +libCTKCore.0.1.dylib (0.1.0 - compatibility 0.1.0) <EF829401-C892-2D81-F15D-00749047817C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCTKCore.0.1.dylib
0x1044ce000 - 0x10450bfff +QtXml (4.7.4 - compatibility 4.7.0) <8DA0705B-9B27-02A9-8B64-36015D761988> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x104525000 - 0x1045f4fe7 +QtOpenGL (4.7.4 - compatibility 4.7.0) <2D8D9407-78FE-C035-6D57-471C62226955> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
0x10463a000 - 0x104addfef +QtXmlPatterns (4.7.4 - compatibility 4.7.0) <D51F339E-D3CB-953E-4086-F8B576CB80B0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x104c60000 - 0x104d89fe7 +QtNetwork (4.7.4 - compatibility 4.7.0) <35FCB4C9-A697-4F29-3663-6477D4BFD2D2> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x104de2000 - 0x1050a9fff +libvtkCommonPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <0A98FCA8-2C14-8499-7AB4-92C9E671A92A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkCommonPythonD.5.10.dylib
0x1051d5000 - 0x1051fbff7 +libvtkPythonCore.5.10.dylib (5.10.0 - compatibility 5.10.0) <B28B0568-D9D0-A15A-8A48-5C608356854C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkPythonCore.5.10.dylib
0x10520a000 - 0x105352ff7 +libpython2.6.dylib (2.6.0 - compatibility 2.6.0) <DD5CB353-588B-01CC-7D4C-5B9CD1858E84> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/libpython2.6.dylib
0x105412000 - 0x10542efff +libMRMLCLI.dylib (??? - ???) <D052ADE7-B87A-B5C9-DF8B-1FDEF5989B6B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLCLI.dylib
0x105437000 - 0x105475ff7 +libModuleDescriptionParser.dylib (??? - ???) <E6E30E07-A168-C4E9-A468-C428D20AA8EB> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libModuleDescriptionParser.dylib
0x105482000 - 0x105675fe7 +libMRMLCore.dylib (??? - ???) <35211ADF-560D-42FB-FA20-40043CF56A13> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLCore.dylib
0x10577b000 - 0x10591dff7 +libvtkInfovis.5.10.dylib (5.10.0 - compatibility 5.10.0) <D98AD4AE-DA9C-F878-E7C4-978D8B020D37> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkInfovis.5.10.dylib
0x1059ac000 - 0x105ae9fff +libvtkWidgets.5.10.dylib (5.10.0 - compatibility 5.10.0) <12F751DD-2677-9068-56CC-3DA4B1E6548A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkWidgets.5.10.dylib
0x105b80000 - 0x105d3dfe7 +libvtkHybrid.5.10.dylib (5.10.0 - compatibility 5.10.0) <D5A92787-85E5-7730-2B16-2D188574D602> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkHybrid.5.10.dylib
0x105de2000 - 0x105f20fef +libvtkParallel.5.10.dylib (5.10.0 - compatibility 5.10.0) <18C42E4A-1169-3F66-7262-C6B7B621D45A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkParallel.5.10.dylib
0x105fab000 - 0x1062e6ff7 +libvtkVolumeRendering.5.10.dylib (5.10.0 - compatibility 5.10.0) <F5619E96-EBA3-AB9D-A438-69C44AC4FD4E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkVolumeRendering.5.10.dylib
0x106513000 - 0x1067e1ff7 +libvtkRendering.5.10.dylib (5.10.0 - compatibility 5.10.0) <29D5E22E-352E-CEB4-223E-DE29D400ED93> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkRendering.5.10.dylib
0x1069a9000 - 0x10736aff7 +QtGui (4.7.4 - compatibility 4.7.0) <22478417-64CA-483A-6CBC-1A901E1E10A4> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x10760c000 - 0x107642fe7 +QtSql (4.7.4 - compatibility 4.7.0) <B2E1D98D-5B74-8B78-F0B7-914F860932CA> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
0x107659000 - 0x1078dbfe7 +QtCore (4.7.4 - compatibility 4.7.0) <FA188E2A-AAA4-2937-478E-0145888AC396> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x10796e000 - 0x10858cfef +libvtkITK.dylib (??? - ???) <B973D4AA-CA35-1A55-453A-0B3A4183583C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkITK.dylib
0x108d0a000 - 0x108d15ff7 +libITKAlgorithms.3.20.dylib (3.20.1 - compatibility 3.20.0) <DEE00B87-93C2-4843-76D2-D1C020537C92> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKAlgorithms.3.20.dylib
0x108d1d000 - 0x108d61fff +libITKNumerics.3.20.dylib (3.20.1 - compatibility 3.20.0) <40DD4217-CD76-44FB-B5D5-906BE9387AEA> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKNumerics.3.20.dylib
0x108d87000 - 0x108da0fff +libITKStatistics.3.20.dylib (3.20.1 - compatibility 3.20.0) <E0DE3522-B665-22B7-2DB1-A658503B54F5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKStatistics.3.20.dylib
0x108dae000 - 0x108db3fff +libitkNetlibSlatec.3.20.dylib (3.20.1 - compatibility 3.20.0) <34FD22F1-483D-4C7E-55BF-77765927BC0F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkNetlibSlatec.3.20.dylib
0x108db6000 - 0x108e4bff7 +libITKFEM.3.20.dylib (3.20.1 - compatibility 3.20.0) <428287CE-4484-DCB9-3AC8-2BFE42AFFA27> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKFEM.3.20.dylib
0x108e9b000 - 0x108ea1ff7 +libITKBasicFilters.3.20.dylib (3.20.1 - compatibility 3.20.0) <CA6AB529-A382-9D86-7940-5911578054FC> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKBasicFilters.3.20.dylib
0x108ea9000 - 0x108fedfff +libITKIO.3.20.dylib (3.20.1 - compatibility 3.20.0) <7A920242-361E-4B84-AB6D-5DD3D578E211> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKIO.3.20.dylib
0x109073000 - 0x1090a1fef +libITKNrrdIO.3.20.dylib (3.20.1 - compatibility 3.20.0) <A08EEE7E-51D4-E483-B908-1CE3721C30DA> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKNrrdIO.3.20.dylib
0x1090b2000 - 0x109138fe7 +libitkgdcm.3.20.dylib (3.20.1 - compatibility 3.20.0) <102BC682-D804-BCF2-0849-BD9B114F9AC2> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkgdcm.3.20.dylib
0x109170000 - 0x109199fe7 +libitkjpeg12.3.20.dylib (3.20.1 - compatibility 3.20.0) <A8435B19-DFC8-414D-F6B0-B48E70A19AC9> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkjpeg12.3.20.dylib
0x1091a0000 - 0x1091c9fe7 +libitkjpeg16.3.20.dylib (3.20.1 - compatibility 3.20.0) <7C03E57E-9CBE-4AB7-389B-FBF1DEF602DD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkjpeg16.3.20.dylib
0x1091d0000 - 0x1091e8fef +libitkopenjpeg.3.20.dylib (3.20.1 - compatibility 3.20.0) <4C0A3AC8-CD86-A585-C7EC-82F98CF8667B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkopenjpeg.3.20.dylib
0x1091ed000 - 0x10920ffff +libitkpng.3.20.dylib (3.20.1 - compatibility 3.20.0) <8BEDC279-CEFB-A6D8-BA24-420D43A2C0EA> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkpng.3.20.dylib
0x109217000 - 0x109267fef +libitktiff.3.20.dylib (3.20.1 - compatibility 3.20.0) <C73FE005-AA57-648F-51CF-17F0C1C75918> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitktiff.3.20.dylib
0x109271000 - 0x10929afe7 +libitkjpeg8.3.20.dylib (3.20.1 - compatibility 3.20.0) <E218DBCF-51F2-B176-DCE9-7743332DC081> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkjpeg8.3.20.dylib
0x1092a1000 - 0x1092cafff +libITKSpatialObject.3.20.dylib (3.20.1 - compatibility 3.20.0) <CD7BD252-7BEE-88CB-D599-C432F3C48B8F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKSpatialObject.3.20.dylib
0x1092e8000 - 0x109356fe7 +libITKMetaIO.3.20.dylib (3.20.1 - compatibility 3.20.0) <F982A73C-DC01-7B19-F991-F932B5BAD214> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKMetaIO.3.20.dylib
0x109371000 - 0x109395ff7 +libITKDICOMParser.3.20.dylib (3.20.1 - compatibility 3.20.0) <4D511080-58E9-B789-EAAE-E0C3752F7246> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKDICOMParser.3.20.dylib
0x1093a7000 - 0x1093cffef +libITKEXPAT.3.20.dylib (3.20.1 - compatibility 3.20.0) <AE5B06FF-DBE4-45C1-D554-0832C16E8108> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKEXPAT.3.20.dylib
0x1093d5000 - 0x1093f5fff +libITKniftiio.3.20.dylib (3.20.1 - compatibility 3.20.0) <05A9E433-DBB2-918C-D1B2-023B42222994> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKniftiio.3.20.dylib
0x1093fa000 - 0x1093fbfff +libITKznz.3.20.dylib (3.20.1 - compatibility 3.20.0) <1A5CE914-FC22-08E7-D9CC-89F3DC37FD6D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKznz.3.20.dylib
0x1093fe000 - 0x109411fef +libitkzlib.3.20.dylib (3.20.1 - compatibility 3.20.0) <A9A591A5-1B2F-FC5D-5C2C-8698ABEDE75F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkzlib.3.20.dylib
0x109415000 - 0x109428fff +libITKTransformIOReview.3.20.dylib (3.20.1 - compatibility 3.20.0) <C1BFC373-952A-5F81-31C4-FB02C1FEB51D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKTransformIOReview.3.20.dylib
0x109435000 - 0x109439fff +libITKQuadEdgeMesh.3.20.dylib (3.20.1 - compatibility 3.20.0) <4C49C809-B6CF-9DAD-CBEC-37537F6E2D3E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKQuadEdgeMesh.3.20.dylib
0x10943d000 - 0x10956bfff +libITKCommon.3.20.dylib (3.20.1 - compatibility 3.20.0) <55F65346-9F45-36A2-B9B6-A638DF47DE47> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libITKCommon.3.20.dylib
0x10965b000 - 0x10969efff +libitkvnl_inst.3.20.dylib (3.20.1 - compatibility 3.20.0) <0989117C-CD68-8344-D1FF-9FC4A919D3AC> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkvnl_inst.3.20.dylib
0x1096c5000 - 0x109709ff7 +libitkvnl_algo.3.20.dylib (3.20.1 - compatibility 3.20.0) <53B0CC99-9285-CCE3-27F5-C4D58CCE1799> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkvnl_algo.3.20.dylib
0x109725000 - 0x1097d3ff7 +libitkv3p_netlib.3.20.dylib (3.20.1 - compatibility 3.20.0) <1D6EDD9A-077B-4247-024B-1AC549ED4D03> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkv3p_netlib.3.20.dylib
0x1097dc000 - 0x109a4afff +libitkvnl.3.20.dylib (3.20.1 - compatibility 3.20.0) <046C8216-764D-38F8-6147-16C3F0070BD1> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkvnl.3.20.dylib
0x109b99000 - 0x109b9aff7 +libitkvcl.3.20.dylib (3.20.1 - compatibility 3.20.0) <AAADC181-80A4-F2A8-F61F-E586324D1419> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkvcl.3.20.dylib
0x109b9d000 - 0x109ba1ff7 +libitkv3p_lsqr.3.20.dylib (3.20.1 - compatibility 3.20.0) <42D53F57-6E25-1034-AD7C-57230B27372F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitkv3p_lsqr.3.20.dylib
0x109ba5000 - 0x109bdefef +libitksys.3.20.dylib (3.20.1 - compatibility 3.20.0) <21593421-175A-185D-83F4-460856F807B4> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libitksys.3.20.dylib
0x109bf0000 - 0x109c0afff +libFreeSurfer.dylib (??? - ???) <36F0614D-F559-3BD8-647D-65B7B679F925> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libFreeSurfer.dylib
0x109c1a000 - 0x109c8cfff +libvtkTeem.dylib (??? - ???) <0D4BBBB1-E35C-032D-BFA8-0AC4A0191EE3> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkTeem.dylib
0x109cbe000 - 0x10a2a4ff7 +libvtkGraphics.5.10.dylib (5.10.0 - compatibility 5.10.0) <8940AB2F-FCB1-5590-C77C-45D029916BD5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGraphics.5.10.dylib
0x10a412000 - 0x10a6dfff7 +libvtkImaging.5.10.dylib (5.10.0 - compatibility 5.10.0) <300912DC-BEEA-3358-5C8A-C4DD1CC22A08> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkImaging.5.10.dylib
0x10a785000 - 0x10abb6fe7 +libvtkIO.5.10.dylib (5.10.0 - compatibility 5.10.0) <90B97EA5-ECAF-5398-06F6-E603F6A9C1F7> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkIO.5.10.dylib
0x10acb9000 - 0x10afb0fff +libvtkFiltering.5.10.dylib (5.10.0 - compatibility 5.10.0) <7B253B10-630A-8644-E2FD-720E1B89D6EF> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkFiltering.5.10.dylib
0x10b0cb000 - 0x10b35afe7 +libvtkCommon.5.10.dylib (5.10.0 - compatibility 5.10.0) <932FA9C4-A93B-DBF6-F6A6-5013E8E0C7F4> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkCommon.5.10.dylib
0x10b437000 - 0x10b46afef +libvtksys.5.10.dylib (5.10.0 - compatibility 5.10.0) <5C8FB2E7-FEB0-ACD3-799E-451997906223> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtksys.5.10.dylib
0x10b47b000 - 0x10b48efff +libvtkzlib.5.10.dylib (5.10.0 - compatibility 5.10.0) <D05B92A5-0E93-0386-90C9-350D167D627B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkzlib.5.10.dylib
0x10b492000 - 0x10b640fff +libteem.1.dylib (1.10.0 - compatibility 1.0.0) <9063AE20-E0A1-E3E9-6824-105C8125FF6D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libteem.1.dylib
0x10b6de000 - 0x10b700fff +libvtkpng.5.10.dylib (5.10.0 - compatibility 5.10.0) <8882495C-0FD7-E198-50DE-6E0BC4AAE544> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkpng.5.10.dylib
0x10b708000 - 0x10b70dfff com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10b714000 - 0x10b71cfff +libvtkftgl.5.10.dylib (5.10.0 - compatibility 5.10.0) <2BD9DDD2-CCB6-1B3D-43AE-B99231F4E002> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkftgl.5.10.dylib
0x10b723000 - 0x10b7a4fef +libvtkfreetype.5.10.dylib (5.10.0 - compatibility 5.10.0) <2E0D2F77-2EA6-BDF4-654A-BF14F6AC5A63> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkfreetype.5.10.dylib
0x10b7b6000 - 0x10b7dcff7 +libvtkverdict.5.10.dylib (5.10.0 - compatibility 5.10.0) <F93EE6BE-7E1E-56F6-BF74-A7CA117DE139> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkverdict.5.10.dylib
0x10b7e5000 - 0x10b7fafe7 +libvtkDICOMParser.5.10.dylib (5.10.0 - compatibility 5.10.0) <C478FE4F-C900-6B2E-5CE6-7AC44427C109> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkDICOMParser.5.10.dylib
0x10b805000 - 0x10b883fef +libvtkNetCDF.5.10.dylib (5.10.0 - compatibility 5.10.0) <3659F9BB-1DB3-016F-D960-67864892D5FB> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkNetCDF.5.10.dylib
0x10b8e9000 - 0x10b903fff +libvtkNetCDF_cxx.dylib (??? - ???) <7C31BC36-946B-F899-4C6A-5B7892848822> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkNetCDF_cxx.dylib
0x10b90f000 - 0x10b919ff7 +libLSDyna.5.10.dylib (5.10.0 - compatibility 5.10.0) <41CEFF3E-AEE8-6BF2-AED5-2021EB82BF15> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libLSDyna.5.10.dylib
0x10b91f000 - 0x10b997fef +libvtkmetaio.5.10.dylib (5.10.0 - compatibility 5.10.0) <DDDD9D15-106E-1457-0B67-F09772F20F04> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkmetaio.5.10.dylib
0x10b9b7000 - 0x10ba82fef +libvtksqlite.5.10.dylib (5.10.0 - compatibility 5.10.0) <6E5B691B-6881-BEB1-7E91-28BACED621FD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtksqlite.5.10.dylib
0x10ba8f000 - 0x10bab3ff7 +libvtkjpeg.5.10.dylib (5.10.0 - compatibility 5.10.0) <D0A3E222-797A-28E5-9BEF-255AD918C8A4> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkjpeg.5.10.dylib
0x10bab9000 - 0x10bb0efff +libvtktiff.5.10.dylib (5.10.0 - compatibility 5.10.0) <F2079DCA-5886-6E1C-057C-F4FD963F3396> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtktiff.5.10.dylib
0x10bb19000 - 0x10bb41fef +libvtkexpat.5.10.dylib (5.10.0 - compatibility 5.10.0) <92CCBDAD-BAFB-9EB8-0575-BA95503B762D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkexpat.5.10.dylib
0x10bb48000 - 0x10bb5ffef +libvtkhdf5_hl.1.8.5.dylib (1.8.5 - compatibility 1.8.5) <2AD8DD28-C6C1-44D1-E2D5-C6672E51D14D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkhdf5_hl.1.8.5.dylib
0x10bb78000 - 0x10bddefff +libvtkhdf5.1.8.5.dylib (1.8.5 - compatibility 1.8.5) <CEC61177-41AC-9EEF-810A-3387C5C318DD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkhdf5.1.8.5.dylib
0x10be25000 - 0x10be6cfef +libvtkexoIIc.5.10.dylib (5.10.0 - compatibility 5.10.0) <A701F8A9-4E8A-27F7-F1C3-DD0EA7209253> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkexoIIc.5.10.dylib
0x10be74000 - 0x10be86fff +libVPIC.5.10.dylib (5.10.0 - compatibility 5.10.0) <B59F0274-149D-5702-E31B-89E1EFBA7C40> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libVPIC.5.10.dylib
0x10be8e000 - 0x10bea8ff7 +libCosmo.5.10.dylib (5.10.0 - compatibility 5.10.0) <8414FC3F-27B8-14E7-A515-DAC4AD4B9199> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libCosmo.5.10.dylib
0x10beb2000 - 0x10c010fef +libvtklibxml2.5.10.dylib (5.10.0 - compatibility 5.10.0) <90944FAA-BBCB-2C7B-FC69-82D1414BE64F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtklibxml2.5.10.dylib
0x10c041000 - 0x10c060ff7 +libvtkalglib.5.10.dylib (5.10.0 - compatibility 5.10.0) <2716A2D8-E431-397E-3619-FC81C814F17F> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkalglib.5.10.dylib
0x10c067000 - 0x10c067fff libcharset.1.dylib (2.0.0 - compatibility 2.0.0) <00AD4738-7A92-316C-99CC-1FFCF41E9BE4> /usr/lib/libcharset.1.dylib
0x10c72e000 - 0x10c72fff7 +_md5.so (??? - ???) <03945E44-83B9-F464-8B75-604F3F977CEC> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_md5.so
0x10c733000 - 0x10c734fff +_sha.so (??? - ???) <08AAF23A-D167-45FD-E892-3FE79DDCFD35> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_sha.so
0x10c737000 - 0x10c739ff7 +_sha256.so (??? - ???) <A00D5D9E-DCE1-431B-1F97-2D8B16967864> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_sha256.so
0x10c73f000 - 0x10c742fff +_sha512.so (??? - ???) <2D3D60FB-8570-94E6-B558-B9549C05F75C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_sha512.so
0x10c7fa000 - 0x10c7fbff7 +_functools.so (??? - ???) <94BA7780-95BF-C819-8BC3-BE38D452E3E6> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_functools.so
0x10d883000 - 0x10d88efff +libMGHIOPlugin.dylib (??? - ???) <490380F3-7D00-DD6D-F633-A0CBBC8E1A0B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/ITKFactories/libMGHIOPlugin.dylib
0x10d891000 - 0x10d8a9fff +libMGHIO.dylib (??? - ???) <2EF438A4-3A4D-179B-BA05-B44323A43A30> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMGHIO.dylib
0x10d8b4000 - 0x10d8c6fff +libMRMLIDIOPlugin.dylib (??? - ???) <28F7A528-26BA-5767-B87B-DB799266640C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/ITKFactories/libMRMLIDIOPlugin.dylib
0x10d8c9000 - 0x10d8e7fff +libMRMLIDIO.dylib (??? - ???) <B96C2A9A-FEF9-C28C-E767-98F131915F59> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLIDIO.dylib
0x10d8f3000 - 0x10d8f6ff7 +strop.so (??? - ???) <34F494F9-F37A-6B2C-5836-8DBF046BE061> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/strop.so
0x10eff3000 - 0x10eff7fff +vtkCommonPython.so (??? - ???) <6A1E1C08-15AA-226B-725E-78496EF9E531> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkCommonPython.so
0x111ce4000 - 0x111d9dff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x111fee000 - 0x111ff3fff +vtkFilteringPython.so (??? - ???) <5A52FB15-A664-34F2-7498-2596240198E1> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkFilteringPython.so
0x111ffc000 - 0x111ffdfff +_random.so (??? - ???) <5527EFC8-655D-30EC-281C-4638A514B63A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_random.so
0x1121c0000 - 0x1121c5fff +vtkIOPython.so (??? - ???) <245D71C9-B814-1304-EC88-497345E93F60> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkIOPython.so
0x1121cc000 - 0x1121d0fff +vtkImagingPython.so (??? - ???) <C2900E96-B3EC-7CF8-D094-34CAA35A19AA> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkImagingPython.so
0x1121d6000 - 0x1121dbfff +vtkGraphicsPython.so (??? - ???) <1ADD2986-CBC6-07B3-6952-21D167F48678> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkGraphicsPython.so
0x1121e5000 - 0x1121e9fff +vtkGenericFilteringPython.so (??? - ???) <4F92590C-AFC4-AF7B-79FE-924F9E6F3643> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkGenericFilteringPython.so
0x1121ec000 - 0x1121f3fff +vtkRenderingPython.so (??? - ???) <10CC1B46-FBC8-C241-636A-84B61665C913> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkRenderingPython.so
0x1121fb000 - 0x1121fcff7 +fcntl.so (??? - ???) <B1CE176A-EAC9-6DF2-423F-949747DA9CF0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/fcntl.so
0x112300000 - 0x112461ff7 +libvtkIOPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <140F953C-9DD8-7FF0-069C-B115692533D0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkIOPythonD.5.10.dylib
0x112562000 - 0x112569fff +vtkVolumeRenderingPython.so (??? - ???) <E8BA97CF-F8E1-1866-F7DC-58CDE935BB3A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkVolumeRenderingPython.so
0x11256d000 - 0x112575fff +vtkHybridPython.so (??? - ???) <563949CB-1C32-14F5-DB8C-0055B8976C65> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkHybridPython.so
0x112579000 - 0x11257fff7 +CTKScriptingPythonWidgetsPythonQt.so (??? - ???) <3BCE1FB5-26B7-6FB2-4218-4A3CF0380EB6> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKScriptingPythonWidgetsPythonQt.so
0x112e75000 - 0x112e7bff7 +libqgif.dylib (??? - ???) <6882CBBA-C97D-A371-28D2-43AB530B83C7> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqgif.dylib
0x112e80000 - 0x112e86ff7 +libqico.dylib (??? - ???) <9CDDBB6F-E5F4-1EE3-F817-6376E4E932B3> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqico.dylib
0x112e8c000 - 0x112ec7ff7 +libqjpeg.dylib (??? - ???) <9D5B3A8C-91C0-529E-2288-BDDB7B17E907> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqjpeg.dylib
0x112ed0000 - 0x112f24fe7 +libqmng.dylib (??? - ???) <A180C733-DE96-333A-BB42-0DDAB8C32A8B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqmng.dylib
0x112f35000 - 0x112f3aff7 +libqsvg.dylib (??? - ???) <94820886-96B5-0C40-CD68-5B1F7655F176> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqsvg.dylib
0x112f3f000 - 0x112f94fe7 +libqtiff.dylib (??? - ???) <FA27AF65-5D6D-F4DF-C69F-CA8B3AC8E75E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/QtPlugins/imageformats/libqtiff.dylib
0x112fc9000 - 0x112fcdfff +operator.so (??? - ???) <E885CA55-C325-0647-FECA-5C3536213DFD> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/operator.so
0x112fd4000 - 0x112fd8fff +_collections.so (??? - ???) <A7F6EE4C-15C5-A92B-EB89-7A81CEF731ED> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_collections.so
0x112fde000 - 0x112fe4ff7 +itertools.so (??? - ???) <910950D8-DA9A-E879-363F-DE9301CBF903> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/itertools.so
0x112fee000 - 0x112ff2fff +libSlicerBaseCLI.dylib (??? - ???) <27FFB999-0EB7-0C22-055C-574772934815> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libSlicerBaseCLI.dylib
0x112ff7000 - 0x112ff8fff +time.so (??? - ???) <F11EAF5A-F822-AC3F-5AE9-FD33AD7CD59A> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/time.so
0x112ffd000 - 0x112ffdfff +_weakref.so (??? - ???) <42A2944A-20D7-28B9-D891-629A83AD0B9D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_weakref.so
0x113306000 - 0x113330ff7 +libvtkSlicerVolumeRenderingModuleMRMLDisplayableManager.dylib (??? - ???) <C544483C-4F6F-D696-8001-762414BA5E07> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/qt-loadable-modules/libvtkSlicerVolumeRenderingModuleMRMLDisplayableManager.dylib
0x11333b000 - 0x11333bfff +_scproxy.so (??? - ???) <025F991C-01C7-1813-C4D2-3E4CD20B435E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/_scproxy.so
0x113400000 - 0x113418ff7 +libMergeModelsLib.dylib (??? - ???) <8609ABD8-D197-3E92-94A1-0F1133D8C61C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/cli-modules/libMergeModelsLib.dylib
0x113424000 - 0x11369bfff +libvtkFilteringPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <AA3C5C6C-9CCF-B616-E0C3-20C61F4E2D6C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkFilteringPythonD.5.10.dylib
0x113783000 - 0x1137acfff +libvtkGenericFilteringPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <1C585203-7DE8-A19B-713D-80C6DB914403> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGenericFilteringPythonD.5.10.dylib
0x1137ba000 - 0x1137d7ff7 +libvtkGenericFiltering.5.10.dylib (5.10.0 - compatibility 5.10.0) <9011A49E-DCAB-7B17-3D76-AE055FBF6174> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGenericFiltering.5.10.dylib
0x1137ea000 - 0x1137f3fff +vtkWidgetsPython.so (??? - ???) <AF342285-3FE4-5C0C-615E-617EADA202E0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkWidgetsPython.so
0x1137f9000 - 0x1137fdfff +FreeSurferPython.so (??? - ???) <B8DD6535-BC3A-A57B-4248-D5DF425F381B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/FreeSurferPython.so
0x1140c0000 - 0x1141b5ff7 +libvtkImagingPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <C52E8778-A5CE-E6E1-E5B5-30A2F993FB20> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkImagingPythonD.5.10.dylib
0x114204000 - 0x1144e2ff7 +libvtkGraphicsPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <F9CD774F-2B75-A557-1947-652CD8F668AB> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGraphicsPythonD.5.10.dylib
0x1145bd000 - 0x114830ff7 +libvtkRenderingPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <90E2B4AE-F362-3330-53DD-328BBECC9C1D> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkRenderingPythonD.5.10.dylib
0x114945000 - 0x1149c6ff7 +libvtkVolumeRenderingPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <23903F70-8865-815B-C981-144A5BF32203> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkVolumeRenderingPythonD.5.10.dylib
0x1149f3000 - 0x114b15ff7 +libvtkHybridPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <6F900B72-95EF-E863-20F8-5F2E7E5CA3B5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkHybridPythonD.5.10.dylib
0x114b73000 - 0x114d13ff7 +libvtkWidgetsPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <2707E53F-C9F9-F3DA-D28D-EDA097FB522C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkWidgetsPythonD.5.10.dylib
0x114dea000 - 0x114df4fff +vtkChartsPython.so (??? - ???) <5DC92CC4-22B7-C38E-5D09-26ED5C4852C6> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkChartsPython.so
0x114df8000 - 0x114e70ff7 +libvtkChartsPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <1677D683-DC81-01E1-580C-965D9A0D16D3> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkChartsPythonD.5.10.dylib
0x114ea0000 - 0x114f04ff7 +libvtkViewsPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <109CA343-ED87-B133-E9F8-A635D42C0AB0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkViewsPythonD.5.10.dylib
0x114f31000 - 0x115031fff +libvtkInfovisPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <055E9795-5678-4A4C-98B4-D0169A3AA7D0> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkInfovisPythonD.5.10.dylib
0x115086000 - 0x115090fff +vtkGeovisPython.so (??? - ???) <3F6A5F22-10E2-50FA-C899-4877FE4283FB> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkGeovisPython.so
0x115093000 - 0x1150d6fff +libvtkGeovisPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <2BC4B568-F011-A7C8-3224-D353F2E3E4B8> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGeovisPythonD.5.10.dylib
0x1150ee000 - 0x115139fff +libvtkGeovis.5.10.dylib (5.10.0 - compatibility 5.10.0) <58B543C7-5232-3D21-A6A9-AB4460C8C045> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkGeovis.5.10.dylib
0x115163000 - 0x115198fef +libvtkproj4.5.10.dylib (5.10.0 - compatibility 5.10.0) <C7F9888C-80A5-52F8-0C4C-477405BE5353> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkproj4.5.10.dylib
0x1151a6000 - 0x1151b0fff +vtkInfovisPython.so (??? - ???) <26864CF7-0402-D199-E4E9-AFB67D80E017> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkInfovisPython.so
0x1151f6000 - 0x1151fffff +vtkViewsPython.so (??? - ???) <31774C5B-2426-D965-8BCC-88BEE852172E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkViewsPython.so
0x115202000 - 0x115209fff +vtkParallelPython.so (??? - ???) <CD621064-F450-B2AF-6EE9-2FE5A290C1DE> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkParallelPython.so
0x11520e000 - 0x1152acfff +libvtkParallelPythonD.5.10.dylib (5.10.0 - compatibility 5.10.0) <7985E5E1-45C9-032D-758F-2F918C476F58> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libvtkParallelPythonD.5.10.dylib
0x1152e6000 - 0x1152f7ff7 +CTKVisualizationVTKWidgetsPythonQt.so (??? - ???) <2283AA3C-BFC0-A843-4600-E832F14BC838> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKVisualizationVTKWidgetsPythonQt.so
0x115301000 - 0x11530bfff +CTKVisualizationVTKCorePythonQt.so (??? - ???) <422E1143-266B-28AB-BA25-CF28FE257FF3> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKVisualizationVTKCorePythonQt.so
0x115311000 - 0x11531ffff +CTKImageProcessingITKCorePythonQt.so (??? - ???) <E4E28DE0-CB88-DCF6-4FC6-84C789E58F04> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKImageProcessingITKCorePythonQt.so
0x115322000 - 0x11532bff7 +CTKDICOMWidgetsPythonQt.so (??? - ???) <B4BA2F6B-335F-D92D-1CEE-657F97267CD8> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKDICOMWidgetsPythonQt.so
0x115333000 - 0x11533afff +CTKDICOMCorePythonQt.so (??? - ???) <CF6CF953-354A-7E4E-5837-B2051265353C> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKDICOMCorePythonQt.so
0x115340000 - 0x115366fff +CTKWidgetsPythonQt.so (??? - ???) <B06E5649-4DDD-846B-AE27-FA703335D43B> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKWidgetsPythonQt.so
0x115393000 - 0x11539afff +CTKCorePythonQt.so (??? - ???) <7A63064A-3C47-EF03-0CE6-F282041900F5> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/CTKCorePythonQt.so
0x1153a1000 - 0x1153b0ff7 +libFreeSurferPythonD.dylib (??? - ???) <6BE52D9F-2057-6B79-DAD5-147A85F00E4E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libFreeSurferPythonD.dylib
0x1153b7000 - 0x1153cdfff +MRMLCorePython.so (??? - ???) <F106D98A-FD5A-C93A-C4D1-440F2855BAA9> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/MRMLCorePython.so
0x1153d2000 - 0x1153e9fff +MRMLLogicPython.so (??? - ???) <8C2D6FC5-D2E3-FCCB-EC65-4B0491D9A525> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/MRMLLogicPython.so
0x1153ec000 - 0x1153f3fff +vtkTeemPython.so (??? - ???) <8321DD08-328C-330D-5956-0E751EC7318E> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/vtkTeemPython.so
0x1153f6000 - 0x1153f9fff +math.so (??? - ???) <7574FBD9-E5D6-9434-9883-20E1A58B8E93> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Python/lib/python2.6/site-packages/math.so
0x115500000 - 0x115601fff +libMRMLCorePythonD.dylib (??? - ???) <C7E526C9-241A-3E6E-4A6E-984E5AA66839> /Users/rkikinis/Downloads/Slicer-4.2.0-rc1-2012-10-29-macosx-amd64.app/Contents/lib/Slicer-4.2/libMRMLCorePythonD.dylib
0x1156bb000 - 0x1156f2fff +libMRMLLogicPythonD.dylib (??? -

sankhesh

sankhesh

2012-10-30 12:12

developer   ~0006930

Hmm.. I think its only exhibited on Mac. I'll look into it.

jcfr

jcfr

2012-11-06 10:14

administrator   ~0007083

What about creating a short python script to reproduce the issue ?

pieper

pieper

2012-11-07 06:10

administrator   ~0007097

This cropped up again when Ron was giving a demo yesterday - if we can't find a solution, I suggest we remove the option to restart and instead just prompt the user to restart manually.

sankhesh

sankhesh

2012-11-10 07:16

developer   ~0007152

Investigated this issue further.
There are two mechanisms by which to restart a Qt application.

  1. Using QProcess to start a new process ()
  2. Use a do-while loop where the exit code (http://qt-project.org/wiki/ApplicationRestart)

Slicer uses the former ( https://github.com/Slicer/Slicer/blob/master/Base/QTCore/qSlicerCoreApplication.cxx#L1248 )

Since, restart starts a new process and quits the current one, the current stdout and stderr buffers are not available to the new process. It stores its stdout and stderr in memory and we can retrieve it only after the process exits.

IMHO we should switch to the second method of restarting the application. This way the current buffers are retained.

jcfr

jcfr

2012-11-12 13:59

administrator   ~0007169

Just created a toy project implementing the two approaches: https://github.com/jcfr/2535-QtApplication-Reboot-mechanism

Would be great if you could fork the toy project and illustrate the problem associated with the buffer. It would then be easy to confirm that a given approach works or fails.

The toy project builds two applications:
1) RestartWithQProcessDetached

2) RestartWithWhileLoop: when clicking on restart button, the following messages are displayed:

(<unknown>:880): Gtk-CRITICAL **: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed

(<unknown>:880): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(<unknown>:880): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

[...]

jcfr

jcfr

2012-11-13 04:30

administrator   ~0007180

Updated toy project. Now able to illustrate the fact stdout/stderr are lost after a restart using QProcess::startDetached
See https://github.com/jcfr/2535-QtApplication-Reboot-mechanism

sankhesh

sankhesh

2012-11-13 07:18

developer   ~0007184

Pushed commit https://github.com/sankhesh/Slicer/commit/2839be85e7d9ddfbb74be2804a846f97f98a9f5e

It seems that Slicer does not destroy all instances of PythonQt when the application exits. The code crashes while restarting when a new PythonQt is being initailized @ https://github.com/sankhesh/Slicer/blob/2535-Restart-with-buffer/Base/QTCore/qSlicerCoreApplication.cxx#L244

Could you confirm that JC?

jcfr

jcfr

2012-11-13 08:27

administrator   ~0007188

Last edited: 2012-11-13 08:28

There is currently a bug in ctkFDHandler, it's currently not possible to enable, disable and re-enable the registered message handler. I should have a patch ready for that soon.

jcfr

jcfr

2012-11-14 14:07

administrator   ~0007228

Fixed in r21413
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;revision=21413

jcfr

jcfr

2012-11-15 04:36

administrator   ~0007234

Following up commit: http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;revision=21415

pieper

pieper

2013-06-21 04:40

administrator   ~0008798

This is still a problem. Ron just did the following:

  • download Mac nightly
  • install extension
  • restart with the button when prompted
  • work with slicer for a while and eventually SLICER HANGS

Using the Activity Monitor's inspect option we confirm that the application is hung in the ctkErrorModel trying to write.

After killing the application and restarting by hand the same workflow succeeds.

pieper

pieper

2013-06-21 04:41

administrator   ~0008799

Reminder sent to: kikinis

Adding a reminder so Ron will monitor the issue.

jcfr

jcfr

2013-06-21 14:19

administrator   ~0008802

Does this happen each time an extension is installed and Slicer restarted ?

pieper

pieper

2013-06-24 06:26

administrator   ~0008804

Yes, it happens every time.

For example:

1) start slicer
2) trigger a restart via the application settings (e.g. disable splash screen)
3) in new slicer python interactor do something like:

def x():
for ss in range(1000):
print('test')

4) run the x() function a number of times and eventually the program will hang.

Sampling the process with Activity Monitor show it is blocked here:

+                                                                                                     2660 ctkAbstractPythonManager::printStdout(QString const&)  (in libCTKScriptingPythonCore.0.1.dylib) + 60  [0x1032f9a1c]
+                                                                                                       2660 std::basic_ostream&lt;char, std::char_traits&lt;char> >& std::__ostream_insert&lt;char, std::char_traits&lt;char> >(std::basic_ostream&lt;char, std::char_traits&lt;char> >&, char const*, long)  (in libstdc++.6.dylib) + 425  [0x7fff89f3fbff]
+                                                                                                         2660 (anonymous namespace)::ctkStreamHandler::xsputn(char const*, long)  (in libCTKCore.0.1.dylib) + 836  [0x104124044]
+                                                                                                           2660 ctkErrorLogAbstractMessageHandler::handleMessage(QString const&, ctkErrorLogLevel::LogLevel, QString const&, QString const&)  (in libCTKCore.0.1.dylib) + 488  [0x10411cc68]
+                                                                                                             2660 ctkErrorLogTerminalOutput::output(QString const&)  (in libCTKCore.0.1.dylib) + 221  [0x10411c96d]
+                                                                                                               2660 write  (in libsystem_kernel.dylib) + 10  [0x7fff858284aa]
pieper

pieper

2013-09-03 04:54

administrator   ~0009818

Jc reported that he can replicate the issue on linux and has ideas for a fix.

jcfr

jcfr

2013-09-03 05:16

administrator   ~0009821

Here is the plan:

  • Try to identify the problem and fix it in the coming hour
  • If no robust is found, the "restart" functionality will be disabled for the 4.3 release and the issue will be re-targeted for 4.3.1
jcfr

jcfr

2013-09-03 15:24

administrator   ~0009876

Workaround implemented in r22400
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;revision=22400

Issue re-targeted for 4.3.1

lassoan

lassoan

2013-09-18 06:55

developer   ~0010000

With the automatic restart, installing extensions is really convenient and foolproof. The automatic restart works flawlessly on Windows – the platform that is used by the majority of the Slicer users (about 75%, according to Slicer package download statistics) – so any workarounds or temporary disabling should be only applied on the platforms that actually have a problem.

Please re-enable automatic restart on Windows.

pieper

pieper

2013-09-18 11:46

administrator   ~0010012

Did you try reproducing the issue on windows? I thought it was mac-only but Jc could get it to happen on linux, so I'm not sure it works on windows.

It's not the restart itself that fails, but some time later slicer hangs and that is a very bad situation. I would argue to maintain consistent behavior across platforms until the core issue is resolved.

lassoan

lassoan

2013-09-18 14:05

developer   ~0010015

Last edited: 2013-09-18 14:06

I've never experienced Slicer hang after a restart on Windows (asked others in the lab, nobody else remembers anything like this either).

Also, I could not reproduce the hang with any of the described methods.

  • "What we did was to install and extension and then restart. After that he went to the dicom module and slicer hung while browsing the data." => no hang
  • for ss in range(1000): print('test') - repeated 25 times, also tried with range(100000) => no hang

I agree that a temporary workaround is better then a hang, but this temporary workaround should not be applied on the platform that is used by the majority of the users just for the sake of consistent behavior.

jcfr

jcfr

2013-09-23 00:29

administrator   ~0010041

Fixed in r22472
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;revision=22472

lassoan

lassoan

2013-09-23 14:24

developer   ~0010073

Great, thanks! I've tested it on Windows and restart works again.

pieper

pieper

2013-10-06 14:13

administrator   ~0010148

Works for me now - thanks!

BTW, it's much faster to print after restart than it is prior to restart. Not a problem really, just an observation.

jcfr

jcfr

2017-06-07 23:27

administrator   ~0014583

Fix committed to 2145-support-for-installing-extension-from-file branch.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file c22c0514

2013-09-03 19:22:49

jcfr

Details Diff
BUG: Disable AutoRestart to workaround issue 0002535

Instead of asking the user if he would like to restart, he is asked
if he would like to exit Slicer and manually restart.

The restart confirm dialog is associated with the
settings key "MainWindow/DontConfirmExit"

See 0002535

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22400 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTGUI/qSlicerApplication.cxx Diff File
mod - Base/QTGUI/qSlicerSettingsGeneralPanel.cxx Diff File

Slicer: 2145-support-for-installing-extension-from-file 6006d2e2

2013-09-23 04:26:27

jcfr

Details Diff
BUG: Fix crash after Slicer is restarted and text printed on stdout/stderr

Revert commit r22400 "BUG: Disable AutoRestart to workaround issue 0002535"

After restarting Slicer, message were still printed on stdout/stderr.
The associated descriptors didn't have any "consumers". It was
then causing Slicer to be unresponsive.

By introducing a new command line option "--disable-terminal-outputs",
it allows to disable the display of message on the terminal. This new
option is pre-pended to the list of arguments on Slicer restart. That
was the restarted Slicer instance is not associated with any
stderr/stdout file descriptor.

Note that on windows, in the case Slicer is built without console support,
the new command line option won't be available.

Fixes 0002535

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22472 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCore/qSlicerCoreApplication.cxx Diff File
mod - Base/QTCore/qSlicerCoreCommandOptions.cxx Diff File
mod - Base/QTCore/qSlicerCoreCommandOptions.h Diff File
mod - Base/QTGUI/qSlicerApplication.cxx Diff File
mod - Base/QTGUI/qSlicerSettingsGeneralPanel.cxx Diff File

Issue History

Date Modified Username Field Change
2012-09-18 09:53 pieper New Issue
2012-09-18 09:53 pieper Status new => assigned
2012-09-18 09:53 pieper Assigned To => jcfr
2012-09-18 09:53 pieper File Added: redToConventFidLoc.xml
2012-09-25 09:23 jcfr Assigned To jcfr => sankhesh
2012-09-25 09:23 jcfr Target Version => Slicer 4.2.0 - coming release
2012-10-29 08:40 sankhesh Note Added: 0006848
2012-10-29 08:40 sankhesh Status assigned => feedback
2012-10-29 08:42 sankhesh File Deleted: redToConventFidLoc.xml
2012-10-29 08:42 sankhesh File Added: redToConventFidLoc.xml
2012-10-29 09:20 sankhesh Note Added: 0006853
2012-10-30 09:51 pieper Note Added: 0006907
2012-10-30 12:12 sankhesh Note Added: 0006930
2012-10-31 10:32 jcfr Target Version Slicer 4.2.0 - coming release => Slicer 4.2.1
2012-11-06 10:14 jcfr Status feedback => assigned
2012-11-06 10:14 jcfr Note Added: 0007083
2012-11-07 06:10 pieper Note Added: 0007097
2012-11-07 06:16 jcfr Priority normal => high
2012-11-10 07:16 sankhesh Note Added: 0007152
2012-11-12 13:59 jcfr Note Added: 0007169
2012-11-13 04:30 jcfr Note Added: 0007180
2012-11-13 04:30 jcfr Status assigned => confirmed
2012-11-13 07:18 sankhesh Note Added: 0007184
2012-11-13 08:27 jcfr Note Added: 0007188
2012-11-13 08:28 jcfr Note Edited: 0007188
2012-11-14 14:07 jcfr Note Added: 0007228
2012-11-14 14:07 jcfr Status confirmed => resolved
2012-11-14 14:07 jcfr Fixed in Version => Slicer 4.2.1
2012-11-14 14:07 jcfr Resolution open => fixed
2012-11-15 04:36 jcfr Note Added: 0007234
2013-06-21 04:40 pieper Assigned To sankhesh => jcfr
2013-06-21 04:40 pieper Note Added: 0008798
2013-06-21 04:40 pieper Status resolved => feedback
2013-06-21 04:40 pieper Resolution fixed => reopened
2013-06-21 04:41 pieper Note Added: 0008799
2013-06-21 14:19 jcfr Note Added: 0008802
2013-06-24 06:26 pieper Note Added: 0008804
2013-08-27 08:44 pieper Fixed in Version Slicer 4.2.1 =>
2013-08-27 08:44 pieper Target Version Slicer 4.2.1 => Slicer 4.3.0
2013-09-03 04:54 pieper Note Added: 0009818
2013-09-03 05:16 jcfr Note Added: 0009821
2013-09-03 15:24 jcfr Note Added: 0009876
2013-09-03 15:24 jcfr Target Version Slicer 4.3.0 => Slicer 4.3.1
2013-09-18 06:55 lassoan Note Added: 0010000
2013-09-18 11:46 pieper Note Added: 0010012
2013-09-18 14:05 lassoan Note Added: 0010015
2013-09-18 14:06 lassoan Note Edited: 0010015
2013-09-23 00:29 jcfr Note Added: 0010041
2013-09-23 00:29 jcfr Status feedback => resolved
2013-09-23 00:29 jcfr Fixed in Version => Slicer 4.3.1
2013-09-23 00:29 jcfr Resolution reopened => fixed
2013-09-23 14:24 lassoan Note Added: 0010073
2013-10-06 14:13 pieper Note Added: 0010148
2013-10-06 14:13 pieper Status resolved => closed
2017-06-07 23:27 jcfr Changeset attached => Slicer 2145-support-for-installing-extension-from-file 6006d2e2
2017-06-07 23:27 jcfr Changeset attached => Slicer 2145-support-for-installing-extension-from-file c22c0514
2017-06-07 23:27 jcfr Note Added: 0014583