Getting sigill failure using Matlab exc_bad_access

I keep getting this crash message while running a matlab script to preprocess 800 dicom images and turn them into png images.
Process:         MATLAB [375]
Path:            /Applications/MATLAB_R2013b.app/bin/maci64/../../Contents/MacOS/MATLAB_maci64
Identifier:      com.mathworks.matlab
Version:         R2013b [8.2.0] (8.2.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [159]
Responsible:     MATLAB [375]
User ID:         501
Date/Time:       2014-07-21 10:49:57.837 -0400
OS Version:      Mac OS X 10.9 (13A603)
Report Version:  11
Anonymous UUID:  9AEDD83F-0359-0A7A-412F-8B3DC744DFC0
Crashed Thread:  0  AppKit Thread  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_BAD_ACCESS (SIGILL)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000000c
VM Regions Near 0xc:
-->
    __TEXT                 0000000107c4b000-0000000107c51000 [   24K] r-x/rwx SM=COW  /Applications/MATLAB_R2013b.app/bin/maci64/MATLAB
Thread 0 Crashed:: AppKit Thread  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x00007fff8a083a1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff8a082d18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff84618315 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff84617939 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff84617275 CFRunLoopRunSpecific + 309
5   com.apple.HIToolbox           0x00007fff8485df0d RunCurrentEventLoopInMode + 226
6   com.apple.HIToolbox           0x00007fff8485dcb7 ReceiveNextEventCommon + 479
7   com.apple.HIToolbox           0x00007fff8485dabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
8   com.apple.AppKit               0x00007fff8a97a28e _DPSNextEvent + 1434
9   com.apple.AppKit               0x00007fff8a9798db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
10  com.apple.AppKit               0x00007fff8a96d9cc -[NSApplication run] + 553
11  libmwuix.dylib                 0x000000010ef29dcc 0x10ef0b000 + 126412
12  com.apple.CoreFoundation       0x00007fff846c3fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
13  com.apple.CoreFoundation       0x00007fff845b7c5d _CFXNotificationPost + 2893
14  com.apple.Foundation           0x00007fff86f464aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
15  com.apple.AppKit               0x00007fff8a981b79 -[NSApplication _postDidFinishNotification] + 289
16  com.apple.AppKit               0x00007fff8a9818ac -[NSApplication _sendFinishLaunchingNotification] + 195
17  com.apple.AppKit               0x00007fff8a97e796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
18  com.apple.AppKit               0x00007fff8a97e1eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
19  com.apple.Foundation           0x00007fff86f64eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
20  com.apple.Foundation           0x00007fff86f64d1d _NSAppleEventManagerGenericHandler + 106
21  com.apple.AE                   0x00007fff8a401e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
22  com.apple.AE                   0x00007fff8a401c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
23  com.apple.AE                   0x00007fff8a401b36 aeProcessAppleEvent + 315
24  com.apple.HIToolbox           0x00007fff8486a5f1 AEProcessAppleEvent + 56
25  com.apple.AppKit               0x00007fff8a97a0f6 _DPSNextEvent + 1026
26  com.apple.AppKit               0x00007fff8a9798db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
27  com.apple.AppKit               0x00007fff8a96d9cc -[NSApplication run] + 553
28  com.apple.AppKit               0x00007fff8a958803 NSApplicationMain + 940
29  libmwuix.dylib                 0x000000010ef29fdf MacRunApplicationMain(bool) + 95
30  libmwmcr.dylib                 0x000000010858f78d mcr_run_main(boost::function0<int> const&, bool, bool) + 77
31  MATLAB_maci64                 0x0000000107c4c213 main + 819
32  MATLAB_maci64                 0x0000000107c4bed4 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff8a088662 kevent64 + 10
1   libdispatch.dylib             0x00007fff9179343d _dispatch_mgr_invoke + 239
2   libdispatch.dylib             0x00007fff91793152 _dispatch_mgr_thread + 52
Thread 2:
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libmwfl.dylib                 0x0000000107d28c5b boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155
3   libmwmcr.dylib                 0x000000010855efe2 mcr::runtime::InterpreterThread::Impl::InvocationRequest::wait() + 66
4   libmwmcr.dylib                 0x000000010855f229 mcr::runtime::InterpreterThread::Impl::invokeSyncRequest(boost::shared_ptr<mcr: :runtime::InterpreterThread::Impl::InvocationRequest> const&) const + 201
5   libmwmcr.dylib                 0x000000010855f90d void mcr::runtime::InterpreterThread::Impl::invokeSync<void>(boost::shared_ptr<mcr:: runtime::InterpreterThread::Impl> const&, boost::function0<void> const&, char const*) const + 45
6   libmwmcr.dylib                 0x0000000108582856 void mcr::runtime::InterpreterThread::invokeSync<void>(boost::function0<void> const&, char const*) + 214
7   libmwmcr.dylib                 0x000000010857ffeb mcrInstance::mnParser() + 75
8   libmwmcr.dylib                 0x0000000108566f18 mcrDesktopMain(std::vector<std::string, std::allocator<std::string> > const&) + 296
9   libmwmcr.dylib                 0x000000010858fb24 0x108556000 + 236324
10  libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
11  libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
12  libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 3:
0   libsystem_kernel.dylib         0x00007fff8a083a1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff8a082d18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff84618315 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff84617939 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff84617275 CFRunLoopRunSpecific + 309
5   com.apple.AppKit               0x00007fff8ab1a1ce _NSEventThread + 144
6   libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 4:
0   libsystem_c.dylib             0x00007fff8a13a9d8 _ftello + 8
1   libsystem_c.dylib             0x00007fff8a13a50d _fseeko + 71
2   libsystem_c.dylib             0x00007fff8a13a939 fseeko + 69
3   dicomparse.mexmaci64           0x0000000112450551 0x11244e000 + 9553
4   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
5   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
6   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
7   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
8   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
9   dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
10  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
11  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
12  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
13  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
14  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
15  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
16  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
17  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
18  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
19  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
20  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
21  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
22  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
23  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
24  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
25  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
26  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
27  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
28  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
29  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
30  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
31  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
32  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
33  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
34  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
35  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
36  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
37  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
38  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
39  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
40  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
41  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
42  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
43  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
44  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
45  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
46  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
47  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
48  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
49  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
50  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
51  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
52  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
53  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
54  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
55  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
56  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
57  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
58  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
59  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
60  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
61  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
62  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
63  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
64  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
65  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
66  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
67  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
68  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
69  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
70  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
71  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
72  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
73  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
74  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
75  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
76  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
77  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
78  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
79  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
80  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
81  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
82  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
83  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
84  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
85  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
86  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
87  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
88  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
89  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
90  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
91  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
92  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
93  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
94  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
95  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
96  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
97  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
98  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
99  dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
100 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
101 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
102 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
103 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
104 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
105 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
106 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
107 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
108 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
109 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
110 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
111 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
112 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
113 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
114 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
115 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
116 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
117 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
118 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
119 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
120 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
121 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
122 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
123 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
124 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
125 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
126 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
127 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
128 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
129 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
130 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
131 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
132 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
133 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
134 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
135 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
136 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
137 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
138 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
139 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
140 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
141 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
142 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
143 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
144 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
145 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
146 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
147 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
148 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
149 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
150 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
151 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
152 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
153 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
154 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
155 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
156 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
157 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
158 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
159 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
160 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
161 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
162 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
163 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
164 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
165 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
166 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
167 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
168 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
169 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
170 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
171 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
172 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
173 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
174 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
175 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
176 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
177 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
178 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
179 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
180 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
181 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
182 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
183 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
184 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
185 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
186 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
187 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
188 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
189 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
190 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
191 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
192 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
193 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
194 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
195 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
196 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
197 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
198 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
199 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
200 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
201 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
202 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
203 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
204 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
205 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
206 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
207 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
208 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
209 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
210 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
211 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
212 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
213 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
214 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
215 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
216 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
217 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
218 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
219 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
220 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
221 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
222 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
223 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
224 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
225 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
226 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
227 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
228 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
229 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
230 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
231 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
232 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
233 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
234 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
235 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
236 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
237 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
238 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
239 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
240 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
241 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
242 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
243 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
244 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
245 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
246 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
247 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
248 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
249 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
250 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
251 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
252 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
253 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
254 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
255 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
256 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
257 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
258 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
259 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
260 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
261 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
262 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
263 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
264 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
265 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
266 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
267 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
268 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
269 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
270 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
271 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
272 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
273 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
274 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
275 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
276 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
277 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
278 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
279 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
280 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
281 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
282 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
283 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
284 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
285 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
286 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
287 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
288 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
289 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
290 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
291 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
292 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
293 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
294 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
295 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
296 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
297 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
298 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
299 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
300 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
301 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
302 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
303 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
304 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
305 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
306 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
307 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
308 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
309 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
310 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
311 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
312 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
313 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
314 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
315 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
316 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
317 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
318 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
319 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
320 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
321 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
322 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
323 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
324 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
325 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
326 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
327 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
328 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
329 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
330 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
331 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
332 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
333 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
334 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
335 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
336 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
337 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
338 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
339 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
340 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
341 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
342 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
343 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
344 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
345 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
346 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
347 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
348 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
349 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
350 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
351 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
352 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
353 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
354 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
355 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
356 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
357 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
358 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
359 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
360 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
361 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
362 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
363 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
364 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
365 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
366 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
367 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
368 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
369 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
370 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
371 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
372 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
373 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
374 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
375 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
376 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
377 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
378 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
379 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
380 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
381 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
382 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
383 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
384 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
385 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
386 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
387 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
388 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
389 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
390 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
391 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
392 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
393 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
394 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
395 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
396 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
397 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
398 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
399 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
400 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
401 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
402 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
403 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
404 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
405 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
406 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
407 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
408 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
409 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
410 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
411 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
412 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
413 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
414 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
415 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
416 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
417 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
418 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
419 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
420 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
421 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
422 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
423 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
424 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
425 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
426 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
427 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
428 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
429 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
430 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
431 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
432 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
433 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
434 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
435 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
436 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
437 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
438 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
439 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
440 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
441 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
442 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
443 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
444 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
445 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
446 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
447 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
448 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
449 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
450 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
451 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
452 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
453 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
454 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
455 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
456 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
457 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
458 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
459 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
460 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
461 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
462 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
463 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
464 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
465 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
466 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
467 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
468 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
469 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
470 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
471 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
472 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
473 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
474 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
475 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
476 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
477 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
478 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
479 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
480 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
481 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
482 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
483 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
484 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
485 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
486 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
487 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
488 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
489 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
490 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
491 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
492 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
493 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
494 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
495 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
496 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
497 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
498 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
499 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
500 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
501 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
502 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
503 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
504 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
505 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
506 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
507 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
508 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
509 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
510 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
511 dicomparse.mexmaci64           0x0000000112450887 0x11244e000 + 10375
Thread 5:
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libmwservices.dylib           0x00000001081bb1a6 l_timer_mt_delete + 622
3   libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
4   libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
5   libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 6:
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b56b3 os::PlatformEvent::park(long long) + 385
3   libjvm.dylib                   0x0000000115197fae Monitor::IWait(Thread*, long long) + 160
4   libjvm.dylib                   0x000000011519820b Monitor::wait(bool, long, bool) + 375
5   libjvm.dylib                   0x00000001152abf2c VMThread::loop() + 444
6   libjvm.dylib                   0x00000001152aba47 VMThread::run() + 121
7   libjvm.dylib                   0x00000001151b81b5 java_start(Thread*) + 173
8   libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
9   libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
10  libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 7:: Java: Reference Handler
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b4547 os::PlatformEvent::park() + 173
3   libjvm.dylib                   0x00000001151aecdd ObjectMonitor::wait(long long, bool, Thread*) + 627
4   libjvm.dylib                   0x000000011524bb31 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                   0x00000001150c705a JVM_MonitorWait + 154
6   ???                           0x0000000116769f90 0 + 4671840144
7   ???                           0x00000001168bce0c 0 + 4673228300
8   ???                           0x00000000ff0199f3 0 + 4278295027
Thread 8:: Java: Finalizer
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b4547 os::PlatformEvent::park() + 173
3   libjvm.dylib                   0x00000001151aecdd ObjectMonitor::wait(long long, bool, Thread*) + 627
4   libjvm.dylib                   0x000000011524bb31 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                   0x00000001150c705a JVM_MonitorWait + 154
6   ???                           0x0000000116769f90 0 + 4671840144
7   ???                           0x00000001168b3e24 0 + 4673191460
Thread 9:: Java: Attach Listener
0   libsystem_kernel.dylib         0x00007fff8a086e02 __accept + 10
1   libjvm.dylib                   0x0000000114ec1ab4 BsdAttachListener::dequeue() + 190
2   libjvm.dylib                   0x0000000114ec1b1d AttachListener::dequeue() + 69
3   libjvm.dylib                   0x0000000114ec09ba attach_listener_thread_entry(JavaThread*, Thread*) + 52
4   libjvm.dylib                   0x000000011527b2b4 JavaThread::thread_main_inner() + 134
5   libjvm.dylib                   0x000000011527c79a JavaThread::run() + 440
6   libjvm.dylib                   0x00000001151b81b5 java_start(Thread*) + 173
7   libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 10:: Java: C2 CompilerThread0
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b4547 os::PlatformEvent::park() + 173
3   libjvm.dylib                   0x00000001151977bc ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                   0x0000000115197fae Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                   0x0000000115198172 Monitor::wait(bool, long, bool) + 222
6   libjvm.dylib                   0x0000000114f89a1b CompileQueue::get() + 153
7   libjvm.dylib                   0x0000000114f8a494 CompileBroker::compiler_thread_loop() + 410
8   libjvm.dylib                   0x000000011527b2b4 JavaThread::thread_main_inner() + 134
9   libjvm.dylib                   0x000000011527c79a JavaThread::run() + 440
10  libjvm.dylib                   0x00000001151b81b5 java_start(Thread*) + 173
11  libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
12  libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
13  libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 11:: Java: C2 CompilerThread1
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b4547 os::PlatformEvent::park() + 173
3   libjvm.dylib                   0x00000001151977bc ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                   0x0000000115197fae Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                   0x0000000115198172 Monitor::wait(bool, long, bool) + 222
6   libjvm.dylib                   0x0000000114f89a1b CompileQueue::get() + 153
7   libjvm.dylib                   0x0000000114f8a494 CompileBroker::compiler_thread_loop() + 410
8   libjvm.dylib                   0x000000011527b2b4 JavaThread::thread_main_inner() + 134
9   libjvm.dylib                   0x000000011527c79a JavaThread::run() + 440
10  libjvm.dylib                   0x00000001151b81b5 java_start(Thread*) + 173
11  libsystem_pthread.dylib       0x00007fff89e4c899 _pthread_body + 138
12  libsystem_pthread.dylib       0x00007fff89e4c72a _pthread_start + 137
13  libsystem_pthread.dylib       0x00007fff89e50fc9 thread_start + 13
Thread 12:: Java: Service Thread
0   libsystem_kernel.dylib         0x00007fff8a087716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff89e4ec3b _pthread_cond_wait + 727
2   libjvm.dylib                   0x00000001151b4547 os::PlatformEvent::park() + 173
3   libjvm.dylib                   0x00000001151977bc ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                   0x0000000115197fae Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib

Please read this whole message before doing anything.
This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
Step 1
The purpose of this step is to determine whether the problem is localized to your user account.
Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
Test while logged in as Guest. Same problem?
After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
*Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
Step 2
The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
Please take this step regardless of the results of Step 1.
Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
Test while in safe mode. Same problem?
After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

Similar Messages

  • Have tried to restore settings due to problems, now Iphone shows Sim Failure, how can I get back to using my phone? Please help, its a business phone. :(

    Hi, I have tried to restore settings on my Iphone due to problems I was having with the phone cutting out when talking on the phone, now Iphone shows Sim Failure, how can I get back to using my phone? Please help, its a business phone.

    Hi jclarke64, 
    Thank you for contributing to the Apple Support Communities. 
    I'm sorry to hear that your iPhone 4s was lost, and glad that you were able to upgrade. 
    If your iPhone 4s was backed up to iCloud or using iTunes, you can restore the backed up data to your new phone. 
    See the steps in this article for help with restoring from a backup:
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    All the best,
    Jeremy 

  • Using the Export to PDF online service, I get "Conversion Failure" error message; why?

    Using the Export to PDF online service, I get "Conversion Failure" error message; why?
    The documen t was originally created with Word (*.doc) then printed to PDF format; now I need to convert back to Work, but I get the "Conversion Failure" error message, both on conversion back to *.Doc format and attempt to convert to *.docx format.

    Hi lfordlaw,
    How large is the PDF that you're trying to convert? How did you generate the PDF from Word (did you use Acrobat, or Word's built-in PDF generator)? What version of Word are you using?
    The answers to those questions should help us get to the bottom of things.
    In the meantime, please try the following:
    Clear the browser cache and log back in to https://cloud.acrobat.com.
    Try a different web browser (see System Requirements | Adobe Acrobat Pro and Online Services for a list of supported browsers).
    Try to convert a different file (if you can convert another file without error, the one you're receiving the error on may be damaged).
    I look forward to hearing back from you.
    Best,
    Sara

  • How to populate multi-cluster arrays using matlab code?

    Hi,
    I have an array of clusters containing two 'Double' elements in each cluster. I am looking for a method to populate this array using MATLAB code. I need around 1000 clusters in the array, so populating it using the front panel is not practical. There is also some calculation involved in deciding the value in each element. If there is an example or a method to do this, please point me in the right direction.
    Thanks

    altenbach wrote:
    Can you attach a typical file so we know that the structure is? It is easy to convert from any data structure to any other data structure. You could even read it as a 1D string array and parse each line into a cluster, for example. It all depends on how the fil is arranged. You could also read the file as a flat string and chop it up into the desired structure later.
    I have attached the .vi file. I need to convert the spreadsheet to an array of clusters, thats where I'm getting stuck. (The vi is an example from help libraries)
    That is the part where I need to change so that I can use a spreadsheet.
    Attachments:
    Buffered counter.vi ‏52 KB

  • Can't get authorized to use CS5; PS 6.0; PS 7.0 on new computer

    Can't get authorized to use CS5; PS 6.0; PS 7.0 on new computer.

    Sorry, failure to authorize was an earlier problem (I think.)
    PS 7 is now uploaded.
    Current question is to determine and download the latest version of
    Bridge/Raw converter that will work with my PS 7.0 software. What
    version(s)?  Also, not clear on my CS version: It's dated 9/3003.
    All this for Win 8  64bit
    Thanks

  • How to do complex engineering calculation in labview.I tried using MATLAB script

    Hello,
    I am trying to use matlab script node to solve two complex equation.But i get different  errors everytime i run my program.sometimes 1048 sometimes 1050 and sometimes it says LABVIEW could not extract variable from Matlab.I am attaching  my MATLAB script node with this thread.Please Help me out to get rid of this problem.
    I am  using LV-8 and MATLAB R-2006a.
    Attachments:
    matlab.vi ‏10 KB

    Hi Praween,
    beside my little MatLab knowledge I tried to replace your formula with equivalent LV code...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    matlab_lv80.vi ‏18 KB

  • How to generate and use Matlab(R2007) .dll's in Labview

    Is there a step-by-step example on how to generate and use Matlab(R2007)  .dll's in Labview.
    Our experimenal hardware is LabView-controlled and we want to pass
    images/2d intensity arrays to a more complex matlab program that will
    return an array of extracted data which we want to use in LabView again.
    Thank you
    Carsten

    I recommend having a wrapper created around the matlab dll that converts the datatypes for you. There is a lot of fooling around with pointers involved which is very difficult in LabVIEW. btw, this got much more complicated after Matlab 7. Essentially, you need to convert your inputs into mxArrays, and then add those mxArrays to an mxArray list that you pass by pointer into the matlab dll. You also need to create a mxArray list for the outputs from the dll which you will need to extract your data out of before converting it back into a LabVIEW supported datatype. It's a big hassle. We do this pretty often, but we have created a c library that handles all the conversions, so it is feasible for us. Unfortunately, I can't share the library, but hopefully this information will help you get where you want to be.
    Like I said, it would be easier if you can just get a c developer to write a wrapper for you to keep it simple in LabVIEW. Alternatively, you might try getting your m-code to work in Mathscript.
    Chris

  • I'm having trouble installing Adobe Flash Player. Get a failure to initialize message. can you help

    I'm having trouble installing Adobe Flasher Player. When I try I get a failure to initialize message. How do I initialize it?

    Dj5263 wrote:
    Hi my name is Derek in I'm having trouble installing adobe flash player for Kindle HD could you please help me.
    You'll continue to have trouble, because...
    There is no more Flash Player for Android and there won't be another. Android is no longer compatible with Flash Player. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both free in the GooglePlay store.
    These browsers use "server side" rendering to reduce the load on your device.

  • Backup Failure using OEM (Oracle 9i)

    Backup Failure using OEM
    I have oracle 9i (windows 2000 server)
    I tried to make a fullbackup using OEM, it gives me NO error messages
    I got result file with 890 MB (my Db is not huge),
    but when I go back to the JOBs in OEM I found the status of the job FAILED
    I tried to do the same thing using incremental backup level 0, but I got the same result
    any Idea why the job didn't complete successfully
    thanx in advance

    Here is the deal.
    I need to be able to work in the OEM for my class. (Oracle DBA in Training) It is a significant part of my grade to be able to find the required help through forums like these to help me get the backup/recovery process to work through the OEM. My books deal with the OEM in a Win2000 Pro/Server environment, and don't take into consideration the variances in XP Pro. My install works great, other than I am receiving a "Fail" on my OEM Backups under Jobs. It further explains that I do not have the proper permissions to perform the backup job that was created. My instructor is completely hands off when it comes to help. So if anyone has run into this problem and been successful in fixing the problem without using a different utility. Please let me know.
    Thanks in advance,
    Vic

  • How to write an .fds file using Matlab

    Hi there,
    Is there a way to use Matlab to create a ".fds" (Digital filter design file) so that it can be used in Labview. Alternatively, is there a way to create some arbitrary filter in labview to get this .fds file? More specifically, I am trying to implement some 11th order transfer function and using the "Create a Filter" VI in the labview examples to convert my code to Labview FPGA code. I am using the PXI-7833R (FPGA).
    Thanks for the help,
    Herrick

    Hello Herrick,
    I would recommend using the NI Digital Filter Design Toolkit as it has functions for creating filters, reading filters from files, and for generating LabVIEW FPGA code.  Information regarding this tookit can be found at:
    http://www.ni.com/toolkits/df_design_toolkit.htm
    -Bob
    -Bob

  • Error (1046) using matlab script

    Hi ,
    im trying to use matlab script Labview , i've got matlab installed.
    when im running the VI , i'm getting an error 1046 , i tried to search the community ,
    and i've been told to check the "choose script server" , i dont know why , but i it's "grayed" ,
    and i cant change anything.

    Cobmetal,
    Looking at the following KnowledgeBase, it looks like MATLAB® may need to be registered as an ActiveX server first.
    http://digital.ni.com/public.nsf/allkb/5BECAA32D63921628625670C005BDA1A?OpenDocument
    Mathworks has good documentation about how to register MATLAB as a COM Automation server in the Windows registry when launched. I would try to do that if the option to choose script server is greyed out (Ctrl+F regserver).
    http://www.mathworks.com/help/matlab/ref/matlabwindows.html
    MATLAB® is a registered trademark of The MathWorks, Inc. Other product and company names listed are trademarks and trade names of their respective companies.
    Matt J
    Professional Googler and Kudo Addict
    National Instruments

  • When scanning getting a failure to open session on a device

    When attempting to scan from my HP photosmart 7520 I'm getting a FAILURE TO OPEN A DEVICE message

    Care to share which OS you are using?
    In the meantime, read the user manual that came w/the scanner and/or contact HP Support.

  • Failure using the VxD loader.

    Name HL-DT-ST DVD-RAM GH15L SCSI CdRom Device
    How do I fix this? Error code 19. I have only had this HP for 11 months and now I get this failure error.

    SCSI\CDROM&VEN_TSSTCORP&PROD_CDDVDW_TS-H653N\4&215​97100&0&010100
    Failure using the VxD loader.

  • Any MBA 2012 2.0Ghz 8Gb Ram owner using Matlab?

    Hello
    So i am planning to get either an MBA  upgraded to 2.0Ghz processor and 8GB RAM or the MBP retina 15 with 2.6Ghz and 8GB RAM
    however, if MBA is good enough in performing numerical modelling then i d rather get it as it is cheaper and much lighter
    But i have no idea how would the MBA perform
    So if any one has the new MBA (2012 with SSD) and is using MATLAB, i wrote a code and it will be great if i can send it and know exactly how many minutes it took to obtain the results. note that in my old laptop it takes more than an hour to finish.

    My 2012 11" get to 104 degrees Celcius before the fans start kicking in to actually do something about it.
    Terrible.

  • CMP insert failure using secondary table

    I've defined a CMP with a column from a secondary table.
    The retrieval/updates work fine, but I'm getting a failure
    on insert. It's trying to insert a duplicate primary key into the secondary table. I do NOT want to insert into the secondary table when I insert into the primary table. I just want to retrieve data from that table on findByPrimaryKey from the
    primary table. Is there any way to do this??

    How can you retrieve from the secondary table w/o inserting into it? Can you send me your table definition? What error do you get?

Maybe you are looking for

  • How can i use the external characteristics in hierarchy

    Hi Gurus, i need a node text (A), the first Infoobject (B), and the third Infoobject (C), to do this someone told me about in the IO (B) i have to add as external characteristics in hierarchy "C" in "B", i did it and made the hierarchy in manage hier

  • Anyone ENVY M6 1117tx replace 750Gb HD with SSD?

    Hi, I was wondering if anyone has replaced the 750GB HD with a SSD? Did it work? Better performance? What brand/size? I was simply going to get a 128GB mssd, but the M6 has a limit of 32Gb. Which 32GB is rather useless. Regards.

  • OBIEE 10 g+Priority Group Numbers

    Hi All, We are using OBIEE 10g and would like to know how to set priority for Logical table source. I believe in OBIEE 11g there is an option caledl "Priority Group Numbers" but is there a similar option in 10? Regards, Sreekanth

  • How do i set outputs 3 and 4, 5and 6?

    My system is a mac book pro attached via usb to a roland sh-201. The roland is the core audio input and output. Currently all tracks go through the roland. What I am trying to do is send one track back to the roland and send any other track through a

  • How to Publish more than 8 peers?

    Hai, I read that at default a peer can publish streams to 8 peers and can set to more than 8.How is it doing? is it in coding,how the code looks? i.e: syntax... Plz help Ad. Thanx