ScanTailor for OSX is here

Scan Tailor specific announcements, releases, workflows, tips, etc. NO FEATURE REQUESTS IN THIS FORUM, please.

Moderator: peterZ

Tulon
Posts: 687
Joined: 03 Oct 2009, 06:13
Number of books owned: 0
Location: London, UK
Contact:

Re: ScanTailor for OSX is here

Post by Tulon »

Anonymous2 wrote:Tulon, is it a problem to change those matrix class properties from Private to Public in the source code?
Making private constructors public is not the way to go. The preferred course of action is to submit a bug report to Clang. I don't have time to do that myself, so if you feel up to it, you are welcome to try. Note that they would require a short self-contained example. If it turns out it's not a bug of theirs but rather unportable syntax or something, I would by happy to fix my code.
Scan Tailor experimental doesn't output 96 DPI images. It's just what your software shows when DPI information is missing. Usually what you get is input DPI times the resolution enhancement factor.
yoeluru
Posts: 1
Joined: 24 Jun 2011, 16:38

Re: ScanTailor for OSX is here

Post by yoeluru »

I have a problem trying to compile Scantailor,i'm on Mountain Lion and is a fresh install,
this is the error :

Code: Select all

[ 20%] Building CXX object dewarping/CMakeFiles/dewarping.dir/DistortionModelBuilder.cpp.o
In file included from /Users/flavio/Desktop/scantailor-enhanced/dewarping/DistortionModelBuilder.cpp:21:
In file included from /Users/flavio/Desktop/scantailor-enhanced/dewarping/CylindricalSurfaceDewarper.h:22:
In file included from /Users/flavio/Desktop/scantailor-enhanced/math/HomographicTransform.h:23:
/Users/flavio/Desktop/scantailor-enhanced/math/MatrixCalc.h:127:10: error: 
      calling a private constructor of class 'mcalc::Mat<double>'
                return mcalc::Mat<T>(&m_alloc, data, rows, cols);
                       ^
/Users/flavio/Desktop/scantailor-enhanced/dewarping/DistortionModelBuilder.cpp:516:5: note: 
      in instantiation of member function 'MatrixCalc<double,
      mcalc::DynamicPoolAllocator<double> >::operator()' requested here
                mc(&At[0], 2, polyline_size).transWrite(&A[0]);
                  ^
/Users/flavio/Desktop/scantailor-enhanced/math/MatrixCalc.h:107:2: note: 
      declared private here
        Mat(AbstractAllocator<T>* alloc, T const* data, int rows, int cols)
        ^
1 error generated.
make[2]: *** [dewarping/CMakeFiles/dewarping.dir/DistortionModelBuilder.cpp.o] Error 1
make[1]: *** [dewarping/CMakeFiles/dewarping.dir/all] Error 2
make: *** [all] Error 2
i've tried playing around with the cmake, then with boots, installing everything with homebrew, and then with macports, seem that both times gets the same error.
i'm doing cmake like this

Code: Select all

CMAKE_LIBRARY_PATH=/opt/local/lib CMAKE_INCLUDE_PATH=/opt/local/include cmake -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake
Any help?
Tulon
Posts: 687
Joined: 03 Oct 2009, 06:13
Number of books owned: 0
Location: London, UK
Contact:

Re: ScanTailor for OSX is here

Post by Tulon »

The clang compiler has problems with template friends. Try building with gcc instead.
Scan Tailor experimental doesn't output 96 DPI images. It's just what your software shows when DPI information is missing. Usually what you get is input DPI times the resolution enhancement factor.
rockford
Posts: 3
Joined: 26 Nov 2013, 14:40
Number of books owned: 0
Country: UK

Re: ScanTailor for OSX is here

Post by rockford »

When I get to the "out" stage, it crashes. This seems regardless of which build I use. It will crash on a single image project as well.

Code: Select all

Process:         ScanTailor [26275]
Path:            /Applications/ScanTailor.app/Contents/MacOS/ScanTailor
Identifier:      net.sourceforge.Scantailor
Version:         ScanTailor- (0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [147]
Responsible:     ScanTailor [26275]
User ID:         501

Date/Time:       2013-11-26 19:10:50.682 +0000
OS Version:      Mac OS X 10.9 (13A603)
Report Version:  11
Anonymous UUID:  361BF9CF-7787-08CB-89A5-3CF246C5E2CD

Sleep/Wake UUID: AB8F3642-8B07-436B-85D7-83CE358D5758

Crashed Thread:  6  QThread

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff8c483a1a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8c482d18 mach_msg + 64
2   com.apple.CoreFoundation      	0x00007fff97d6b315 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation      	0x00007fff97d6a939 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation      	0x00007fff97d6a275 CFRunLoopRunSpecific + 309
5   com.apple.HIToolbox           	0x00007fff92b2df0d RunCurrentEventLoopInMode + 226
6   com.apple.HIToolbox           	0x00007fff92b2dcb7 ReceiveNextEventCommon + 479
7   com.apple.HIToolbox           	0x00007fff92b2dabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
8   com.apple.AppKit              	0x00007fff9337d28e _DPSNextEvent + 1434
9   com.apple.AppKit              	0x00007fff9337c8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
10  com.apple.AppKit              	0x00007fff933709cc -[NSApplication run] + 553
11  QtGui                         	0x0000000103561a80 QDesktopWidget::resizeEvent(QResizeEvent*) + 13040
12  QtCore                        	0x00000001042b6114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
13  QtCore                        	0x00000001042b64c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
14  QtCore                        	0x00000001042b8bac QCoreApplication::exec() + 188
15  net.sourceforge.Scantailor    	0x00000001031798bd main + 1853
16  libdyld.dylib                 	0x00007fff8ade55fd start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff8c487e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff93ed0f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       	0x00007fff93ed3fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff8c488662 kevent64 + 10
1   libdispatch.dylib             	0x00007fff8d1ba43d _dispatch_mgr_invoke + 239
2   libdispatch.dylib             	0x00007fff8d1ba152 _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff8c487e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff93ed0f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       	0x00007fff93ed3fb9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff8c487e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff93ed0f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       	0x00007fff93ed3fb9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff8c483a1a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8c482d18 mach_msg + 64
2   com.apple.CoreFoundation      	0x00007fff97d6b315 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation      	0x00007fff97d6a939 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation      	0x00007fff97d6a275 CFRunLoopRunSpecific + 309
5   com.apple.AppKit              	0x00007fff9351d1ce _NSEventThread + 144
6   libsystem_pthread.dylib       	0x00007fff93ecf899 _pthread_body + 138
7   libsystem_pthread.dylib       	0x00007fff93ecf72a _pthread_start + 137
8   libsystem_pthread.dylib       	0x00007fff93ed3fc9 thread_start + 13

Thread 6 Crashed:: QThread
0   libtiff.5.dylib               	0x00000001044ce453 TIFFFindField + 12
1   libtiff.5.dylib               	0x00000001044ce3d0 _TIFFMergeFields + 135
2   libtiff.5.dylib               	0x00000001044ce30c _TIFFSetupFields + 214
3   libtiff.5.dylib               	0x00000001044cb2e2 TIFFDefaultDirectory + 25
4   libtiff.5.dylib               	0x00000001044ec332 TIFFClientOpen + 1101
5   net.sourceforge.Scantailor    	0x000000010324aeb1 TiffWriter::writeImage(QIODevice&, QImage const&) + 161
6   net.sourceforge.Scantailor    	0x000000010324adc3 TiffWriter::writeImage(QString const&, QImage const&) + 83
7   net.sourceforge.Scantailor    	0x00000001031efefd output::Task::process(TaskStatus const&, FilterData const&, QPolygonF const&) + 3053
8   net.sourceforge.Scantailor    	0x00000001031d3e19 page_layout::Task::process(TaskStatus const&, FilterData const&, QRectF const&) + 457
9   net.sourceforge.Scantailor    	0x00000001031c0b10 select_content::Task::process(TaskStatus const&, FilterData const&) + 1056
10  net.sourceforge.Scantailor    	0x00000001031a94c4 deskew::Task::process(TaskStatus const&, FilterData const&) + 1444
11  net.sourceforge.Scantailor    	0x000000010319f900 page_split::Task::process(TaskStatus const&, FilterData const&) + 1616
12  net.sourceforge.Scantailor    	0x0000000103181644 fix_orientation::Task::process(TaskStatus const&, FilterData const&) + 148
13  net.sourceforge.Scantailor    	0x000000010324ebea LoadFileTask::operator()() + 314
14  net.sourceforge.Scantailor    	0x000000010324de21 WorkerThread::Dispatcher::processTask(IntrusivePtr<BackgroundTask> const&) + 49
15  QtCore                        	0x00000001042cb75f QObject::event(QEvent*) + 1151
16  QtGui                         	0x00000001035a89ed QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
17  QtGui                         	0x00000001035af064 QApplication::notify(QObject*, QEvent*) + 1060
18  net.sourceforge.Scantailor    	0x00000001031242fb Application::notify(QObject*, QEvent*) + 11
19  QtCore                        	0x00000001042b720c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
20  QtCore                        	0x00000001042b8620 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 736
21  QtCore                        	0x00000001042ec842 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 66
22  QtCore                        	0x00000001042b6114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
23  QtCore                        	0x00000001042b64c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
24  QtCore                        	0x000000010419a358 QThread::exec() + 312
25  net.sourceforge.Scantailor    	0x000000010324e2a1 WorkerThread::Impl::run() + 97
26  QtCore                        	0x000000010419cf74 QThread::setPriority(QThread::Priority) + 820
27  libsystem_pthread.dylib       	0x00007fff93ecf899 _pthread_body + 138
28  libsystem_pthread.dylib       	0x00007fff93ecf72a _pthread_start + 137
29  libsystem_pthread.dylib       	0x00007fff93ed3fc9 thread_start + 13

Thread 7:: QThread
0   libsystem_kernel.dylib        	0x00007fff8c4879aa __select + 10
1   QtCore                        	0x00000001042e8585 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 389
2   QtCore                        	0x00000001042ebf45 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 389
3   QtCore                        	0x00000001042ec8b2 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178
4   QtCore                        	0x00000001042b6114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
5   QtCore                        	0x00000001042b64c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
6   QtCore                        	0x000000010419a358 QThread::exec() + 312
7   QtCore                        	0x000000010419cf74 QThread::setPriority(QThread::Priority) + 820
8   libsystem_pthread.dylib       	0x00007fff93ecf899 _pthread_body + 138
9   libsystem_pthread.dylib       	0x00007fff93ecf72a _pthread_start + 137
10  libsystem_pthread.dylib       	0x00007fff93ed3fc9 thread_start + 13

Thread 8:: QThread
0   libsystem_kernel.dylib        	0x00007fff8c4879aa __select + 10
1   QtCore                        	0x00000001042e8585 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 389
2   QtCore                        	0x00000001042ebf45 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 389
3   QtCore                        	0x00000001042ec8b2 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178
4   QtCore                        	0x00000001042b6114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
5   QtCore                        	0x00000001042b64c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
6   QtCore                        	0x000000010419a358 QThread::exec() + 312
7   QtCore                        	0x000000010419cf74 QThread::setPriority(QThread::Priority) + 820
8   libsystem_pthread.dylib       	0x00007fff93ecf899 _pthread_body + 138
9   libsystem_pthread.dylib       	0x00007fff93ecf72a _pthread_start + 137
10  libsystem_pthread.dylib       	0x00007fff93ed3fc9 thread_start + 13

Thread 6 crashed with X86 Thread State (64-bit):
  rax: 0x00007fc0430c3c00  rbx: 0x00007fc0430b1e00  rcx: 0x0000000000000c01  rdx: 0x0000000000000000
  rdi: 0x00007fc0430b1e00  rsi: 0x00000000000000fe  rbp: 0x000000010b4f63f0  rsp: 0x000000010b4f63a0
   r8: 0x000000000000000c   r9: 0x00007fc0430c5200  r10: 0x0000000000ee8cba  r11: 0x0000000000000100
  r12: 0x0000000000000097  r13: 0x0000000000000000  r14: 0x00007fc0430b1e00  r15: 0x000000010451ce60
  rip: 0x00000001044ce453  rfl: 0x0000000000010206  cr2: 0x00000001044c9201
  
Logical CPU:     1
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x103121000 -        0x1033c0ff7 +net.sourceforge.Scantailor (ScanTailor- - 0) <7F46904F-05B4-3266-9568-C702BE14B7A5> /Applications/ScanTailor.app/Contents/MacOS/ScanTailor
       0x10351f000 -        0x103f3afef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Applications/ScanTailor.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x10411f000 -        0x10415cfe7 +QtXml (4.8.4) <8AAD789E-934F-ECC1-456C-B8FFE4DB9E68> /Applications/ScanTailor.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x104175000 -        0x10444efef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Applications/ScanTailor.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x1044ba000 -        0x1044c0fff +libXrender.1.dylib (5) <767E7864-D378-3225-824E-66A2487A6FD4> /Applications/ScanTailor.app/Contents/Frameworks/libXrender.1.dylib
       0x1044c8000 -        0x10451bfff +libtiff.5.dylib (0) <F56A1D1A-367C-34FA-B2A7-9D8712D63932> /Applications/ScanTailor.app/Contents/Frameworks/libtiff.5.dylib
       0x104528000 -        0x104547fff +libpng15.15.dylib (0) <05519689-28C2-3A1F-A7B7-CC2D0B3E7BD8> /Applications/ScanTailor.app/Contents/Frameworks/libpng15.15.dylib
       0x104555000 -        0x104585fff +libjpeg.8.dylib (0) <77EFCE64-A36A-32DD-B319-DA4C56B0C75C> /Applications/ScanTailor.app/Contents/Frameworks/libjpeg.8.dylib
       0x104591000 -        0x104696fff +libX11.6.dylib (10) <9CBEE087-41E1-394D-A345-80A246235A1F> /Applications/ScanTailor.app/Contents/Frameworks/libX11.6.dylib
       0x1046b7000 -        0x1046cbff7 +libxcb.1.dylib (3) <C411EA1F-2508-3290-84CB-DEF1B5E44D97> /Applications/ScanTailor.app/Contents/Frameworks/libxcb.1.dylib
       0x1046dd000 -        0x1046defff +libXau.6.dylib (7) <4E3827C7-B2D6-3327-9E76-63F0686D2AE8> /Applications/ScanTailor.app/Contents/Frameworks/libXau.6.dylib
       0x1046e5000 -        0x1046e8fff +libXdmcp.6.dylib (7) <67B81572-E521-34CC-937B-8F94A1B45434> /Applications/ScanTailor.app/Contents/Frameworks/libXdmcp.6.dylib
       0x105f33000 -        0x105f4eff9  com.apple.security.csparser (3.0 - 55471) <0FA462BA-746F-3ACB-A90D-DCC7F280482B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x105f62000 -        0x106005ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x10604d000 -        0x106053ff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x106aca000 -        0x106ad0ff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqico.dylib
       0x106ad5000 -        0x106b10ff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x106b15000 -        0x106b69fe7 +libqmng.dylib (0) <A5AC52DA-AC41-83BF-3622-00976C23E954> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x106b71000 -        0x106b75fff +libqtga.dylib (0) <A613DD64-512A-B534-F33B-4DB0DCE0D12D> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10980c000 -        0x109861fe7 +libqtiff.dylib (0) <D76E8CDE-AA72-F14E-CAFD-9AFAFEE546A8> /Applications/ScanTailor.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x7fff636a2000 -     0x7fff636d5817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    0x7fff8aa49000 -     0x7fff8aad2fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8aada000 -     0x7fff8ad32ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ad33000 -     0x7fff8ad44ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8ad52000 -     0x7fff8ade1ff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8ade2000 -     0x7fff8ade5ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
    0x7fff8ae8c000 -     0x7fff8aedafff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8aedb000 -     0x7fff8aeffff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8af47000 -     0x7fff8af5fff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8af60000 -     0x7fff8af88ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8af89000 -     0x7fff8afbafff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8afbb000 -     0x7fff8b173ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
    0x7fff8b79a000 -     0x7fff8b79efff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8b79f000 -     0x7fff8b7cefd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8b862000 -     0x7fff8b87bff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8b8c7000 -     0x7fff8b8c8ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b903000 -     0x7fff8b928ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8b943000 -     0x7fff8ba0efff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8ba41000 -     0x7fff8baf9ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8bafa000 -     0x7fff8bafbff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff8bafc000 -     0x7fff8bb0efff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8bb0f000 -     0x7fff8bb16ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x7fff8bb17000 -     0x7fff8bb2fff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8bb30000 -     0x7fff8bb94ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8bc66000 -     0x7fff8bc71ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8bcb1000 -     0x7fff8bce0fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8bce7000 -     0x7fff8bdd8ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8c079000 -     0x7fff8c095fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8c472000 -     0x7fff8c48eff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c48f000 -     0x7fff8c4e7ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c4e8000 -     0x7fff8c4f0ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8c4f3000 -     0x7fff8c4f6ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8c754000 -     0x7fff8c783ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8cb0d000 -     0x7fff8cb0eff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8cb6c000 -     0x7fff8cbbffff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8cbc0000 -     0x7fff8cbc6ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x7fff8cbc7000 -     0x7fff8ce0ffff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8d000000 -     0x7fff8d030fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8d031000 -     0x7fff8d082ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8d0e4000 -     0x7fff8d194ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8d195000 -     0x7fff8d197fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8d1b7000 -     0x7fff8d1d1fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
    0x7fff8d775000 -     0x7fff8d780ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8d781000 -     0x7fff8d7c2fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d825000 -     0x7fff8d82bfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff8d82c000 -     0x7fff8d82dff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff8d82e000 -     0x7fff8d836fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8e73f000 -     0x7fff8e73ffff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8e8ac000 -     0x7fff8e8acff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8e8ad000 -     0x7fff8e8e1fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff8e974000 -     0x7fff8e9a0ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8e9ae000 -     0x7fff8e9e6ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8e9e7000 -     0x7fff8ecb5ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8ed0c000 -     0x7fff8ed59ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8efe8000 -     0x7fff8eff6fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8f011000 -     0x7fff8f04bff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8f0f6000 -     0x7fff8f1b8ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8f6ba000 -     0x7fff8f727fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8f740000 -     0x7fff8f74cff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff90118000 -     0x7fff9015fff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x7fff90160000 -     0x7fff9023ffff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff90240000 -     0x7fff90241ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff90242000 -     0x7fff9032cfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff90341000 -     0x7fff9035cff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff9038f000 -     0x7fff903b6ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff903b7000 -     0x7fff903b9ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff90cd2000 -     0x7fff90d95ff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff90d96000 -     0x7fff90deffff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff90f31000 -     0x7fff90f31fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff90f33000 -     0x7fff90f3bffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff90f3c000 -     0x7fff90f43fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff90f44000 -     0x7fff90f48fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
    0x7fff90f7e000 -     0x7fff90fa2fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
    0x7fff90fa3000 -     0x7fff91007ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff9105b000 -     0x7fff91094ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff91095000 -     0x7fff91097fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff91098000 -     0x7fff9109dfff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff910ab000 -     0x7fff910b8fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff910b9000 -     0x7fff910bbffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff910bc000 -     0x7fff910c5ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff910c6000 -     0x7fff910c6fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff910cd000 -     0x7fff910daff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff910db000 -     0x7fff913c5fff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff915f6000 -     0x7fff916bffff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff916c0000 -     0x7fff917a7ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff917c2000 -     0x7fff917c2ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff917c3000 -     0x7fff917c4fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff91b4c000 -     0x7fff91b8bfff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff91b8c000 -     0x7fff91cdfff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff91d1c000 -     0x7fff91ec9f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff91ecd000 -     0x7fff9203dff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff921ae000 -     0x7fff921e3ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9244f000 -     0x7fff9245dfff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff9245e000 -     0x7fff92462fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff92463000 -     0x7fff92464fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff92468000 -     0x7fff92490ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff92961000 -     0x7fff9296dff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff9296e000 -     0x7fff929eefff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff929ef000 -     0x7fff929f8fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff929f9000 -     0x7fff92afefff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff92aff000 -     0x7fff92da9ffd  com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff92dbe000 -     0x7fff92dc9fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92e07000 -     0x7fff92e14ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff931ae000 -     0x7fff9334aff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9334b000 -     0x7fff9334fff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff93356000 -     0x7fff93358ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff93359000 -     0x7fff93ecdff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff93ece000 -     0x7fff93ed5ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff93ed6000 -     0x7fff93f1dfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff93f1e000 -     0x7fff9400dfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9413b000 -     0x7fff94152fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff941bd000 -     0x7fff941bffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff941d7000 -     0x7fff94260ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x7fff94270000 -     0x7fff942b5ff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
    0x7fff943cb000 -     0x7fff9469ffc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff947d8000 -     0x7fff947dfff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff94838000 -     0x7fff9485dff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94868000 -     0x7fff948bafff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff948bb000 -     0x7fff94c9cffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff94c9d000 -     0x7fff94cc4ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff94cc5000 -     0x7fff94d20ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff94d21000 -     0x7fff94d4aff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x7fff94d4b000 -     0x7fff94eb9ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff94eba000 -     0x7fff94ebffff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff94ec0000 -     0x7fff94ee9fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff94eea000 -     0x7fff94eeeff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
    0x7fff94f85000 -     0x7fff94f89ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9508a000 -     0x7fff95101fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff95102000 -     0x7fff95147ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff95460000 -     0x7fff95d7c05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff95ddb000 -     0x7fff95df6ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff95df7000 -     0x7fff95df8fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff95df9000 -     0x7fff95df9fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff95e05000 -     0x7fff95e91ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff95f79000 -     0x7fff95f89fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff95f8a000 -     0x7fff95f8dffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff96090000 -     0x7fff96090fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff960c0000 -     0x7fff960d2ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff960d3000 -     0x7fff96115ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff96116000 -     0x7fff96415fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff964db000 -     0x7fff964deff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff96509000 -     0x7fff96514fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x7fff96817000 -     0x7fff96821ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
    0x7fff96877000 -     0x7fff96888ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff96889000 -     0x7fff96890fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9694b000 -     0x7fff96989ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff9698a000 -     0x7fff9698dfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff9698e000 -     0x7fff96a01ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff96a02000 -     0x7fff96a2efff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff96c29000 -     0x7fff9705cffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff9708b000 -     0x7fff9715cff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff971c0000 -     0x7fff971c0ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff971c9000 -     0x7fff971c9fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff97283000 -     0x7fff9728cfff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff9728d000 -     0x7fff972dbff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff9736f000 -     0x7fff97379fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff97381000 -     0x7fff9740cfff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
    0x7fff976dc000 -     0x7fff976fefff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff976ff000 -     0x7fff97762ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff979ab000 -     0x7fff979f9fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff979fa000 -     0x7fff97b2aff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff97b2b000 -     0x7fff97b35ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff97b9e000 -     0x7fff97ba1fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff97ba2000 -     0x7fff97ba5fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff97ba7000 -     0x7fff97bacff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff97bad000 -     0x7fff97bc6ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff97bc7000 -     0x7fff97bcfff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff97bd0000 -     0x7fff97cb4fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff97cd4000 -     0x7fff97cd6ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff97cda000 -     0x7fff97cdbff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff97cfa000 -     0x7fff97edfff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff97ee0000 -     0x7fff97efbff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff97efc000 -     0x7fff97f0bff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff97f37000 -     0x7fff97f41ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff97f42000 -     0x7fff97f43ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff97f44000 -     0x7fff97f54ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff97f9b000 -     0x7fff98089fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff98576000 -     0x7fff985e0ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff98640000 -     0x7fff986afff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff986b0000 -     0x7fff986bdff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 54232
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=181.0M resident=105.5M(58%) swapped_out_or_unallocated=75.5M(42%)
Writable regions: Total=298.1M written=177.7M(60%) resident=202.8M(68%) swapped_out=0K(0%) unallocated=95.3M(32%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  6332K
CG image                              4K
CG raster data                       12K
CG shared images                    172K
CoreServices                        256K
Kernel Alloc Once                     8K
MALLOC                            260.1M
MALLOC (admin)                       32K
MALLOC_LARGE (reserved)            3072K        reserved VM address space (unallocated)
Memory Tag 242                       12K
STACK GUARD                        56.0M
Stack                              11.6M
VM_ALLOCATE                        16.3M
__DATA                             20.3M
__IMAGE                             528K
__LINKEDIT                         69.4M
__TEXT                            111.7M
__UNICODE                           544K
mapped file                        85.2M
shared memory                         4K
===========                      =======
TOTAL                             641.3M
TOTAL, minus reserved VM space    638.3M
 

Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.5 GHz, 4 GB, SMC 1.28f3
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F9B0000, 0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F9B0000, 0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16)
Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Samsung SSD 840 PRO Series, 256.06 GB
Parallel ATA Device: MATSHITADVD-R   UJ-875
USB Device: Built-in iSight
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: 
Any assistance is appreciated. Has anyone had any luck compiling their own and it working with the "output"?

https://code.google.com/p/scantailor-osx/
User avatar
jimboh
Posts: 82
Joined: 06 Jan 2011, 00:55

Re: ScanTailor for OSX is here

Post by jimboh »

After applying a patch to the botan port, I was able to build ST via MacPorts under Mavericks. The patch is found in a thread relating to a botan bug report on the MacPorts web site.
rockford
Posts: 3
Joined: 26 Nov 2013, 14:40
Number of books owned: 0
Country: UK

Re: ScanTailor for OSX is here

Post by rockford »

jimboh wrote:After applying a patch to the botan port, I was able to build ST via MacPorts under Mavericks. The patch is found in a thread relating to a botan bug report on the MacPorts web site.
Is this what you mean?

https://trac.macports.org/browser/trunk ... r/Portfile

Is there a binary available?

I was able to get a working binary of 1.0.0.beta11, which does do an output, but crashes after 2 or 3. A shame, because this runs so much faster than on my ancient PC!
User avatar
jimboh
Posts: 82
Joined: 06 Jan 2011, 00:55

Re: ScanTailor for OSX is here

Post by jimboh »

No. Find my botan bug report. Read the messages. One of them has a port diff file attached.

As I said, I built ST with MacPorts: sudo port install scantailor . I had to apply the diff patch to botan first. There are about 3 or 4 steps, explained in the MacPorts online documentation. I don't remember the details.
rockford
Posts: 3
Joined: 26 Nov 2013, 14:40
Number of books owned: 0
Country: UK

Re: ScanTailor for OSX is here

Post by rockford »

Excellent.

I installed Xcode and MacPorts and then did the patch for Botan. I subsequently compiled scan tailor. Thanks for that.

A quick question though, is with scan tailor - the version of the compile is 0.9.11.1. Does that mean this is not the enhanced version?

I was able to find a binary of 1.0.0.b11, not sure if that be "newer", but I did try 0.9.11.1 and it didn't crash, so I'll be using that!

One last question - do I need to keep macports and Xcode installed to run this compile or can I safely uninstall them?

Thanks!
User avatar
jimboh
Posts: 82
Joined: 06 Jan 2011, 00:55

Re: ScanTailor for OSX is here

Post by jimboh »

It's not the enhanced version, which does not appear to available on MacPorts.

I would leave MacPorts and Xcode installed, so that you can build the next version of scantailor when available on MacPorts.
intermediatic
Posts: 11
Joined: 23 Apr 2010, 23:14

Re: ScanTailor for OSX is here

Post by intermediatic »

It's dead, Jim. :/

Scan Tailor (I have the 25 October 2010 build, can't seem to find more info on it) breaks for good under Yosemite.
Post Reply