Osx 10.6.7 Update Causing Python Problems

Hi,
I recently updated my MacBook to 10.6.7 Doing so appears to have caused something strange with my python installation.
I am running a python web framework called Django. And this is connecting to an Oracle database using the oracle instant client (64bit)
This used to work fine, but now one of the instant client libraries appears to be accessing an invalid memory address.
Has anyone else experience something similar?
The error message is:
Process:         Python [4257]
Path:            /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  Python [4256]
PlugIn Path:       /Users/vackarafzal/temp/ora-temp/instantclient_10_2/libclntsh.dylib.10.1
PlugIn Identifier: libclntsh.dylib.10.1
PlugIn Version:    ??? (???)
Date/Time:       2011-04-29 09:49:07.763 +0100
OS Version:      Mac OS X 10.6.7 (10J869)
Report Version:  6
Interval Since Last Report:          160855 sec
Crashes Since Last Report:           28
Per-App Crashes Since Last Report:   28
Anonymous UUID:                      BFB817B5-EBAD-4C99-9FE7-3BC310CD0565
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000104def004
Crashed Thread:  3
Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                       0x00007fff836a6e52 select$DARWIN_EXTSN + 10
1   time.so                                 0x00000001007f6fc4 _PyTime_DoubleToTimet + 1503
2   org.python.python                       0x0000000100089187 PyEval_EvalFrameEx + 15317
3   org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
4   org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
5   org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
6   org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
7   org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
8   org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
9   org.python.python                       0x000000010000aff3 PyObject_Call + 112
10  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
11  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
12  org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
13  org.python.python                       0x000000010000aff3 PyObject_Call + 112
14  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
15  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
16  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
17  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
18  org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
19  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
20  org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
21  org.python.python                       0x00000001000a265a Py_CompileString + 78
22  org.python.python                       0x00000001000a2723 PyRun_FileExFlags + 150
23  org.python.python                       0x00000001000a423d PyRun_SimpleFileExFlags + 704
24  org.python.python                       0x00000001000b0286 Py_Main + 2718
25  org.python.python.app                   0x0000000100000e6c start + 52
Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib                       0x00007fff8367c12a kevent + 10
1   libSystem.B.dylib                       0x00007fff8367dffd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib                       0x00007fff8367dcd4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib                       0x00007fff8367d7fe _dispatch_worker_thread2 + 252
4   libSystem.B.dylib                       0x00007fff8367d128 _pthread_wqthread + 353
5   libSystem.B.dylib                       0x00007fff8367cfc5 start_wqthread + 13
Thread 2:
0   libSystem.B.dylib                       0x00007fff8367cf4a __workq_kernreturn + 10
1   libSystem.B.dylib                       0x00007fff8367d35c _pthread_wqthread + 917
2   libSystem.B.dylib                       0x00007fff8367cfc5 start_wqthread + 13
Thread 3 Crashed:
0   ...ice.PasswordServerFramework          0x00007fff82602b7d InitialPermutation + 41
1   ...ice.PasswordServerFramework          0x00007fff82602c65 DES + 70
2   libclntsh.dylib.10.1                    0x000000010361b6d8 DES_EDE + 40
3   libclntsh.dylib.10.1                    0x000000010362bc4b SecretCBCEncryptUpdate + 400
4   libclntsh.dylib.10.1                    0x000000010361b8ed A_DES_EDE3_CBCEncryptUpdate + 99
5   libclntsh.dylib.10.1                    0x000000010364cc98 DES_EDE3_CBCEncryptUpdate + 81
6   libclntsh.dylib.10.1                    0x000000010364141e AHChooseEncryptEncryptUpdate + 106
7   libclntsh.dylib.10.1                    0x000000010363ffbb AHSecretCBCPadEncryptUpdate + 120
8   libclntsh.dylib.10.1                    0x0000000103643e00 B_AlgorithmEncryptUpdate + 147
9   libclntsh.dylib.10.1                    0x0000000103653e64 B_EncryptUpdate + 151
10  libclntsh.dylib.10.1                    0x00000001035910d4 nzty1aa_algapply + 516
11  libclntsh.dylib.10.1                    0x0000000103591a8c nzty2ce_cryptoencrypt + 66
12  libclntsh.dylib.10.1                    0x0000000103591ed9 nzty3ec_encrypt + 105
13  libclntsh.dylib.10.1                    0x0000000103592ebb nztysgs_genseed + 2344
14  libclntsh.dylib.10.1                    0x000000010359247a nztysi0_init + 133
15  libclntsh.dylib.10.1                    0x000000010356cadd nzdsi_init + 634
16  libclntsh.dylib.10.1                    0x000000010356cd9a nzdsi_initialize + 71
17  libclntsh.dylib.10.1                    0x00000001033d3d8d gsluinit + 2754
18  libclntsh.dylib.10.1                    0x00000001033d4061 gsluizgcGetContext + 93
19  libclntsh.dylib.10.1                    0x00000001033ba247 gslccx_Getgsluctx + 55
20  libclntsh.dylib.10.1                    0x000000010339159d ora_create_discov_hdl + 32
21  libclntsh.dylib.10.1                    0x00000001035592f9 nnfloiddisco + 379
22  libclntsh.dylib.10.1                    0x00000001035599e7 nnflgcp + 546
23  libclntsh.dylib.10.1                    0x0000000103552cc4 nnflobc + 987
24  libclntsh.dylib.10.1                    0x000000010354fcc5 nnflcgc + 423
25  libclntsh.dylib.10.1                    0x000000010354db80 nnflboot + 181
26  libclntsh.dylib.10.1                    0x00000001033f6c85 nnfgrne + 832
27  libclntsh.dylib.10.1                    0x00000001036c3596 nlolgobj + 2903
28  libclntsh.dylib.10.1                    0x00000001033f4a9c nnfun2a + 551
29  libclntsh.dylib.10.1                    0x00000001033f45d0 nnfsn2a + 119
30  libclntsh.dylib.10.1                    0x00000001034fd707 niqname + 1298
31  libclntsh.dylib.10.1                    0x000000010300be56 kwfnran + 827
32  libclntsh.dylib.10.1                    0x000000010300c999 kwfcinit + 793
33  libclntsh.dylib.10.1                    0x0000000103015cb3 kpuatch + 3564
34  libclntsh.dylib.10.1                    0x00000001031a9358 OCIServerAttach + 235
35  cx_Oracle.so                            0x00000001017b282d Connection_Init + 1704
36  org.python.python                       0x0000000100053b7c PyType_GenericAlloc + 3332
37  org.python.python                       0x000000010000aff3 PyObject_Call + 112
38  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
39  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
40  org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
41  org.python.python                       0x000000010000aff3 PyObject_Call + 112
42  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
43  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
44  org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
45  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
46  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
47  org.python.python                       0x000000010002c8e1 PyClassMethod_New + 1748
48  org.python.python                       0x000000010000aff3 PyObject_Call + 112
49  org.python.python                       0x000000010001a9df PyClass_New + 1575
50  org.python.python                       0x000000010000aff3 PyObject_Call + 112
51  org.python.python                       0x0000000100051b80 _PyType_Lookup + 5185
52  org.python.python                       0x0000000100053b7c PyType_GenericAlloc + 3332
53  org.python.python                       0x000000010000aff3 PyObject_Call + 112
54  org.python.python                       0x000000010008a51a PyEval_EvalFrameEx + 20328
55  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
56  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
57  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
58  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
59  org.python.python                       0x000000010002c8e1 PyClassMethod_New + 1748
60  org.python.python                       0x000000010000aff3 PyObject_Call + 112
61  org.python.python                       0x000000010001a9df PyClass_New + 1575
62  org.python.python                       0x000000010000aff3 PyObject_Call + 112
63  org.python.python                       0x0000000100051b80 _PyType_Lookup + 5185
64  org.python.python                       0x0000000100053b7c PyType_GenericAlloc + 3332
65  org.python.python                       0x000000010000aff3 PyObject_Call + 112
66  org.python.python                       0x000000010008a51a PyEval_EvalFrameEx + 20328
67  org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
68  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
69  org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
70  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
71  org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
72  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
73  org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
74  org.python.python                       0x000000010000aff3 PyObject_Call + 112
75  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
76  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
77  org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
78  org.python.python                       0x000000010000aff3 PyObject_Call + 112
79  org.python.python                       0x000000010004fd59 PyType_IsSubtype + 7039
80  org.python.python                       0x0000000100053aa2 PyType_GenericAlloc + 3114
81  org.python.python                       0x000000010000aff3 PyObject_Call + 112
82  org.python.python                       0x000000010008a54e PyEval_EvalFrameEx + 20380
83  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
84  org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
85  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
86  org.python.python                       0x000000010002c8e1 PyClassMethod_New + 1748
87  org.python.python                       0x000000010000aff3 PyObject_Call + 112
88  org.python.python                       0x000000010001a9df PyClass_New + 1575
89  org.python.python                       0x000000010000aff3 PyObject_Call + 112
90  org.python.python                       0x0000000100051b80 _PyType_Lookup + 5185
91  org.python.python                       0x0000000100053b7c PyType_GenericAlloc + 3332
92  org.python.python                       0x000000010000aff3 PyObject_Call + 112
93  org.python.python                       0x000000010000b1e7 PyObject_CallFunctionObjArgs + 215
94  org.python.python                       0x0000000100087789 PyEval_EvalFrameEx + 8663
95  org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
96  org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
97  org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
98  org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
99  org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
100 org.python.python                       0x000000010009afbe PyImport_ReloadModule + 2569
101 org.python.python                       0x000000010009b56a PyImport_ImportModuleLevel + 1217
102 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
103 org.python.python                       0x000000010000aff3 PyObject_Call + 112
104 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
105 org.python.python                       0x00000001000885ea PyEval_EvalFrameEx + 12344
106 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
107 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
108 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
109 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
110 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
111 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
112 org.python.python                       0x000000010009b59a PyImport_ImportModuleLevel + 1265
113 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
114 org.python.python                       0x000000010000aff3 PyObject_Call + 112
115 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
116 org.python.python                       0x00000001000885ea PyEval_EvalFrameEx + 12344
117 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
118 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
119 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
120 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
121 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
122 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
123 org.python.python                       0x000000010009b56a PyImport_ImportModuleLevel + 1217
124 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
125 org.python.python                       0x000000010000aff3 PyObject_Call + 112
126 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
127 org.python.python                       0x00000001000885ea PyEval_EvalFrameEx + 12344
128 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
129 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
130 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
131 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
132 org.python.python                       0x000000010009a1d0 _PyImport_FindModule + 379
133 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
134 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
135 org.python.python                       0x000000010009b59a PyImport_ImportModuleLevel + 1265
136 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
137 org.python.python                       0x000000010000aff3 PyObject_Call + 112
138 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
139 org.python.python                       0x00000001000885ea PyEval_EvalFrameEx + 12344
140 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
141 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
142 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
143 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
144 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
145 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
146 org.python.python                       0x000000010009b59a PyImport_ImportModuleLevel + 1265
147 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
148 org.python.python                       0x0000000100089187 PyEval_EvalFrameEx + 15317
149 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
150 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
151 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
152 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
153 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
154 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
155 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
156 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
157 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
158 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
159 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
160 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
161 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
162 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
163 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
164 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
165 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
166 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
167 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
168 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
169 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
170 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
171 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
172 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
173 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
174 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
175 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
176 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
177 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
178 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
179 org.python.python                       0x000000010009b56a PyImport_ImportModuleLevel + 1217
180 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
181 org.python.python                       0x000000010000aff3 PyObject_Call + 112
182 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
183 org.python.python                       0x00000001000885ea PyEval_EvalFrameEx + 12344
184 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
185 org.python.python                       0x000000010008ad61 PyEval_EvalCode + 54
186 org.python.python                       0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
187 org.python.python                       0x0000000100099248 PyImport_AppendInittab + 1026
188 org.python.python                       0x000000010009a1d0 _PyImport_FindModule + 379
189 org.python.python                       0x000000010009aaf8 PyImport_ReloadModule + 1347
190 org.python.python                       0x000000010009af78 PyImport_ReloadModule + 2499
191 org.python.python                       0x000000010009b59a PyImport_ImportModuleLevel + 1265
192 org.python.python                       0x00000001000839cb _PyBuiltin_Init + 14264
193 org.python.python                       0x0000000100089187 PyEval_EvalFrameEx + 15317
194 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
195 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
196 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
197 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
198 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
199 org.python.python                       0x00000001000892e1 PyEval_EvalFrameEx + 15663
200 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
201 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
202 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
203 org.python.python                       0x000000010008935e PyEval_EvalFrameEx + 15788
204 org.python.python                       0x000000010008acce PyEval_EvalCodeEx + 1803
205 org.python.python                       0x000000010002c88f PyClassMethod_New + 1666
206 org.python.python                       0x000000010000aff3 PyObject_Call + 112
207 org.python.python                       0x00000001000849db PyEval_CallObjectWithKeywords + 175
208 org.python.python                       0x00000001000b1db6 initthread + 1403
209 libSystem.B.dylib                       0x00007fff8369c4f6 _pthread_start + 331
210 libSystem.B.dylib                       0x00007fff8369c3a9 thread_start + 13
Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000080  rbx: 0x0000000102768620  rcx: 0x0000000000000007  rdx: 0x00000000000000ff
  rdi: 0x0000000104def000  rsi: 0x0000000102768620  rbp: 0x00000001027685f0  rsp: 0x00000001027685c0
   r8: 0x00000000cbf4f8b0   r9: 0x00000000fbe85916  r10: 0x0000000078ea2413  r11: 0x00000000899306f8
  r12: 0x0000000000000000  r13: 0x00000000025e6c50  r14: 0x0000000104def000  r15: 0x0000000002501970
  rip: 0x00007fff82602b7d  rfl: 0x0000000000010206  cr2: 0x0000000104def004
Binary Images:
       0x100000000 -        0x100000ff7  org.python.python.app 2.6 (2.6) <3F4A329D-3EF9-A736-6F3D-67A4B39AE8DE> /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
       0x100004000 -        0x100114ff7  org.python.python 2.6.1 (2.6.1) <126DA8FF-5BC2-8788-51E3-D7A29A3F9F0F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
       0x1001d8000 -        0x1001dbff7  strop.so ??? (???) <4A91CDB0-6E91-DA0E-8E6B-38BE29105EA0> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
       0x1001e0000 -        0x1001e1ff7  _functools.so ??? (???) <97A294C7-290C-9746-B294-275516490F40> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
       0x1001e5000 -        0x1001e6fff  _locale.so ??? (???) <43F84ED0-3A85-1997-8098-2D3870B4012D> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
       0x1001ea000 -        0x1001edfff  operator.so ??? (???) <ADC2B876-4E3F-93E3-D83C-4B8A3AEAAE2B> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
       0x1001f3000 -        0x1001f7ff7  _struct.so ??? (???) <B4DD710D-1511-99F0-66AE-329185E2B88C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
       0x1006b0000 -        0x1006b5fff  itertools.so ??? (???) <9287854F-7F2B-D4AF-FCA3-EB69DA821DA9> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
       0x1006bd000 -        0x1006bfff7  math.so ??? (???) <54D066FD-A9F9-EA69-8C3C-CE83DF68C58A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so
       0x1006c5000 -        0x1006c6fff  _random.so ??? (???) <FC54824D-3F1F-D538-DBF8-05E393A696B6> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so
       0x1006ca000 -        0x1006cafff  _weakref.so ??? (???) <2A4A85EC-30E5-11FB-40B5-544EEF7CD1C0> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so
       0x1006ce000 -        0x1006cfff7  _hashlib.so ??? (???) <7F6E55A6-9FFF-0C47-2D65-76900C63C294> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_hashlib.so
       0x1006d3000 -        0x1006d3fff  gestalt.so ??? (???) <8CFD4AD7-C9F2-1003-3389-B7105EF88A4D> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/gestalt.so
       0x1007d8000 -        0x1007dffff  _socket.so ??? (???) <BA49272E-D7AA-158E-C95E-366B6349C046> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
       0x1007e7000 -        0x1007eafff  _ssl.so ??? (???) <B10EAC68-E620-8A1A-0219-68CCABC29CA2> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
       0x1007f0000 -        0x1007f1fff  cStringIO.so ??? (???) <0C7D1D15-4241-99A9-7671-A3CF105C2EBB> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
       0x1007f6000 -        0x1007f7ff7  time.so ??? (???) <80513398-F49E-79D1-5014-514361869D40> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
       0x1010c0000 -        0x1010c3fff  _collections.so ??? (???) <57523A72-6EAC-69D0-DC9B-6B698973156C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
       0x1010c9000 -        0x1010cbfe7  binascii.so ??? (???) <D7D60C49-DEFA-5DB1-83B0-F91347966BC8> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
       0x1010cf000 -        0x1010dafe7  datetime.so ??? (???) <C8DD63B4-9685-C134-E60A-0ED11A0CCAF7> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so
       0x1011e3000 -        0x1011e6ff7  zlib.so ??? (???) <647721E3-67B5-8CD0-3A78-060FF9C80924> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/zlib.so
       0x1011eb000 -        0x1011ecff7  MacOS.so ??? (???) <30CB87DA-44C8-FBD0-5609-8915E6D06F39> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/MacOS.so
       0x1011fc000 -        0x1011fcfff  _bisect.so ??? (???) <ED4803F1-2A79-BC9F-6F2E-C9BF77B9D9FC> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so
       0x101798000 -        0x10179bfff  _Res.so ??? (???) <875654BD-B722-D33D-A1F5-53211A2C0971> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Res.so
       0x1017a0000 -        0x1017a4ff7  _File.so ??? (???) <C8D9C254-36DD-586A-1B8F-E5C573F409F9> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_File.so
       0x1017aa000 -        0x1017beff7 +cx_Oracle.so ??? (???) <64897FC6-4582-3CF0-C84E-7A66A9ADFDED> /Users/vackarafzal/.python-eggs/cx_Oracle-5.0.3-py2.6-macosx-10.6-universal.egg-tmp/cx_Oracle.so
       0x1017d1000 -        0x1017d6ff7  array.so ??? (???) <8DDEB5A1-671C-5868-9F06-21BA81D9DBAE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/array.so
       0x1017dc000 -        0x1017ddfff  fcntl.so ??? (???) <B58E4C0C-1065-E37B-5334-DFDBAD20655C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
       0x1017e1000 -        0x1017edfff  cPickle.so ??? (???) <7C50CFD6-883C-45B8-FAB8-D02C33E85437> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
       0x1017f3000 -        0x1017f5ff7  select.so ??? (???) <959BC45E-FCC7-107D-0D20-DF9A0BA0E86A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
       0x1023f8000 -        0x1023fbfff  _multiprocessing.so ??? (???) <A7CD5CC3-CB1B-876E-9D6B-18F273D3BB7C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_multiprocessing.so
       0x1027c3000 -        0x1027c6fff  _csv.so ??? (???) <ACE39A2B-E3BC-EC0C-D825-1812240F2B06> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_csv.so
       0x1027cc000 -        0x1027deff7  _ctypes.so ??? (???) <AE0D5F6C-D720-B876-A392-856F0A160827> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ctypes.so
       0x1027e9000 -        0x1027eaff7  _heapq.so ??? (???) <9D1346ED-4A36-F835-2C9C-7303DEF1CFAA> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so
       0x1027ef000 -        0x1027f4fff +_speedups.so ??? (???) <14CCEA02-01AD-9D27-59C9-20A871A61BC5> /Users/vackarafzal/.python-eggs/simplejson-2.1.1-py2.6-macosx-10.6-universal.egg-tmp/simplejson/_speedups.so
       0x103000000 -        0x104664fef +libclntsh.dylib.10.1 ??? (???) /Users/vackarafzal/temp/ora-temp/instantclient_10_2/libclntsh.dylib.10.1
       0x104de6000 -        0x104de9ff7  bz2.so ??? (???) <5A76389C-66CD-85BE-9DF9-58DFCC14C148> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/bz2.so
       0x105800000 -        0x109d41ff7 +libociei.dylib ??? (???) /Users/vackarafzal/temp/ora-temp/instantclient_10_2/libociei.dylib
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff80019000 -     0x7fff8002bfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8002e000 -     0x7fff8002eff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8002f000 -     0x7fff80030ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff80031000 -     0x7fff801effff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff80e6c000 -     0x7fff80f2dfef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff80f2e000 -     0x7fff80f42ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80f4f000 -     0x7fff80f6aff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff80fb7000 -     0x7fff8112efe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8138f000 -     0x7fff8168dfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff81955000 -     0x7fff81bddfef  com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff81be5000 -     0x7fff81c71fef  SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff81c72000 -     0x7fff81d27fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8242e000 -     0x7fff8247afff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff8254e000 -     0x7fff82597fef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff825d6000 -     0x7fff825f9fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff825fa000 -     0x7fff82649ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff8264a000 -     0x7fff82761fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff82762000 -     0x7fff82a96fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff82ad9000 -     0x7fff82afafff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff82afb000 -     0x7fff82b0afff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff82c75000 -     0x7fff82cf4fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82cf5000 -     0x7fff82cf7fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff82e68000 -     0x7fff82ea1fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff82ea2000 -     0x7fff82ee9ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff830cf000 -     0x7fff8312ffe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83180000 -     0x7fff831d2ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff83352000 -     0x7fff83378fe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff83379000 -     0x7fff8343afff  libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff834a9000 -     0x7fff83661fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff83662000 -     0x7fff83823fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff83831000 -     0x7fff83831ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83c5e000 -     0x7fff83c9ffef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff83d24000 -     0x7fff83de1fff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff83eda000 -     0x7fff83eddfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff83ede000 -     0x7fff83ffffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff84000000 -     0x7fff84002fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8403d000 -     0x7fff8411afff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff84bd1000 -     0x7fff84bd5ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff84c2e000 -     0x7fff84c44fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff84fa5000 -     0x7fff84fefff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff84ffc000 -     0x7fff84ffdff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff85006000 -     0x7fff8501cfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8501d000 -     0x7fff8506cfef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff85135000 -     0x7fff85155ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8516a000 -     0x7fff8586706f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff85868000 -     0x7fff8588dff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff85a3f000 -     0x7fff85a55fff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff85a56000 -     0x7fff85cd9fe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85cdc000 -     0x7fff85cdcff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff85cdd000 -     0x7fff85dc3fef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff85eed000 -     0x7fff85f35ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff85f36000 -     0x7fff85f77fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff85f78000 -     0x7fff8604afe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8606a000 -     0x7fff860fafff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff86215000 -     0x7fff86215ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86216000 -     0x7fff8621bff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff86395000 -     0x7fff863a4fff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff863a5000 -     0x7fff863abff7  IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff863ac000 -     0x7fff863b2ff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff863d6000 -     0x7fff863ddfff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff863de000 -     0x7fff8645cff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8663b000 -     0x7fff86646ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff86647000 -     0x7fff866b1fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff866b2000 -     0x7fff866ecfff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff866ed000 -     0x7fff86ef7fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8711a000 -     0x7fff8712fff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff87130000 -     0x7fff87135fff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8717e000 -     0x7fff87184ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8730f000 -     0x7fff87444ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff87445000 -     0x7fff87459fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff874aa000 -     0x7fff874ffff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff87500000 -     0x7fff87500ff7  com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff875da000 -     0x7fff87693fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff87694000 -     0x7fff87697ff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff877a3000 -     0x7fff877a8fff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff877a9000 -     0x7fff877b7ff7  libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
    0x7fff877dd000 -     0x7fff877eeff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff877ef000 -     0x7fff87c32fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff87c33000 -     0x7fff87c50ff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff87c51000 -     0x7fff87d01fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff87d4c000 -     0x7fff87dc9fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff87dca000 -     0x7fff87e80fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff87eec000 -     0x7fff87f27fff  com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff88119000 -     0x7fff8811afff  libffi.dylib ??? (???) <B683A5FD-A83D-7989-A91F-BAED12E37054> /usr/lib/libffi.dylib
    0x7fff8811b000 -     0x7fff88134fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff88135000 -     0x7fff8815dfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8815e000 -     0x7fff881fefff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff88775000 -     0x7fff8888efef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff88afa000 -     0x7fff88b94ff7  com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff88bd4000 -     0x7fff88bd7ff7  com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff88cc4000 -     0x7fff88d49ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff88d4a000 -     0x7fff88d75ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff88d76000 -     0x7fff89113fe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89114000 -     0x7fff89120fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff891ed000 -     0x7fff8921efff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8921f000 -     0x7fff8921fff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
Model: MacBookPro6,1, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.57f17
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
Serial ATA Device: MATSHITADVD-R   UJ-898
USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000
USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd140000
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd130000
USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd133000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfd132000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000

Hi Brody,
Thanks for the tip.
I've ran rember and I've ran the apple hardware tests from the CD that came with my MacBook.
Neither flagged any error, however when I ran the extended tests (from the Apple CD) it paused at 49 mins and never progressed any further.
Is this an indication of bab memory?
Thanks,
Vackar

Similar Messages

  • OSX 10.6.8 update causing apps to crash, Safari, itunes, iweb,dash

    Since Installing the new update to 10.6.8 a number of apps are crashing once opened. Safari, iTunes, iWeb, Dashboard all crash when opened
    see log attached from iweb crash.
    Process:         iWeb [422]
    Path:            /Applications/iWeb.app/Contents/MacOS/iWeb
    Identifier:      com.apple.iWeb
    Version:         3.0.3 (303)
    Build Info:      iWeb-5010000~4
    Code Type:       X86 (Native)
    Parent Process:  launchd [162]
    Date/Time:       2011-06-29 13:26:33.123 +0930
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          22623 sec
    Crashes Since Last Report:           102
    Per-App Interval Since Last Report:  12 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      013F5B98-F5DB-4742-BB2B-AF9876015C3F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000005f5e5b50
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore          0x95b7d4e6 ***::fastFree(void*) + 134
    1   com.apple.JavaScriptCore          0x95bc5716 ***::Vector<JSC::Instruction, 0ul>::operator=(***::Vector<JSC::Instruction, 0ul> const&) + 358
    2   com.apple.JavaScriptCore          0x95bc18bb JSC::JSGlobalData::numericCompareFunction(JSC::ExecState*) + 395
    3   com.apple.JavaScriptCore          0x95bba11e JSC::BytecodeGenerator::generate() + 94
    4   com.apple.JavaScriptCore          0x95ba3836 JSC::ProgramExecutable::compile(JSC::ExecState*, JSC::ScopeChainNode*) + 582
    5   com.apple.JavaScriptCore          0x95ba335a JSC::evaluate(JSC::ExecState*, JSC::ScopeChain&, JSC::SourceCode const&, JSC::JSValue) + 186
    6   com.apple.WebCore                 0x99d0d736 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld*, WebCore::ShouldAllowXSS) + 358
    7   com.apple.WebCore                 0x99d0df70 WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&, WebCore::ShouldAllowXSS) + 48
    8   com.apple.WebCore                 0x99d0f0c5 WebCore::ScriptController::executeScript(WebCore::ScriptSourceCode const&, WebCore::ShouldAllowXSS) + 181
    9   com.apple.WebCore                 0x9947304e WebCore::HTMLTokenizer::scriptExecution(WebCore::ScriptSourceCode const&, WebCore::HTMLTokenizer::State) + 222
    10  com.apple.WebCore                 0x99563794 WebCore::HTMLTokenizer::executeExternalScriptsIfReady() + 1892
    11  com.apple.WebCore                 0x99511cbc WebCore::CachedScript::checkNotify() + 60
    12  com.apple.WebCore                 0x994e38d3 WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 227
    13  com.apple.WebCore                 0x994e375c WebCore::SubresourceLoader::didFinishLoading() + 44
    14  com.apple.Foundation              0x90830077 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 84
    15  com.apple.Foundation              0x9082ffe8 _NSURLConnectionDidFinishLoading + 133
    16  com.apple.CFNetwork               0x9602b5bb URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 197
    17  com.apple.CFNetwork               0x960a3a74 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 306
    18  com.apple.CFNetwork               0x960a3d3e URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 1020
    19  com.apple.CFNetwork               0x9601dae4 URLConnectionClient::processEvents() + 94
    20  com.apple.CFNetwork               0x9601d987 MultiplexerSource::perform() + 183
    21  com.apple.CoreFoundation          0x9614b2f1 __CFRunLoopDoSources0 + 1201
    22  com.apple.CoreFoundation          0x96148f1f __CFRunLoopRun + 1071
    23  com.apple.CoreFoundation          0x961483f4 CFRunLoopRunSpecific + 452
    24  com.apple.CoreFoundation          0x96148221 CFRunLoopRunInMode + 97
    25  com.apple.HIToolbox               0x9507fd60 RunCurrentEventLoopInMode + 392
    26  com.apple.HIToolbox               0x9507fb17 ReceiveNextEventCommon + 354
    27  com.apple.HIToolbox               0x9507f99c BlockUntilNextEventMatchingListInMode + 81
    28  com.apple.AppKit                  0x97950595 _DPSNextEvent + 847
    29  com.apple.AppKit                  0x9794fdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    30  com.apple.AppKit                  0x979121f3 -[NSApplication run] + 821
    31  com.apple.AppKit                  0x9790a289 NSApplicationMain + 574
    32  com.apple.iWeb                    0x0000bcbb 0x1000 + 44219
    33  com.apple.iWeb                    0x00003eda 0x1000 + 11994
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x9387c382 kevent + 10
    1   libSystem.B.dylib                 0x9387ca9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x9387bf59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x9387bcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x9387b781 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x9387b5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x9387b412 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9387b9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9387b5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x9387b412 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9387b9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9387b5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                 0x9387b412 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9387b9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9387b5c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                 0x93855afa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x93856267 mach_msg + 68
    2   com.apple.CoreFoundation          0x9614930f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation          0x961483f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation          0x96148221 CFRunLoopRunInMode + 97
    5   com.apple.MobileMe                0x005d5361 -[MM_AYOperation runOperationWithTimeOut:] + 331
    6   com.apple.MobileMe                0x005d0d55 -[MM_DAVRequest dispatch] + 291
    7   com.apple.CoreFoundation          0x96185edd __invoking___ + 29
    8   com.apple.CoreFoundation          0x96185e48 -[NSInvocation invoke] + 136
    9   com.apple.MobileMe                0x005d3b80 +[MM_AYOperation _dispatchNextOperationInQueue] + 799
    10  com.apple.MobileMe                0x005d3dd3 +[MM_AYOperation _workerThread] + 235
    11  com.apple.Foundation              0x907f5564 -[NSThread main] + 45
    12  com.apple.Foundation              0x907f5514 __NSThread__main__ + 1499
    13  libSystem.B.dylib                 0x93883259 _pthread_start + 345
    14  libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x93855afa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x93856267 mach_msg + 68
    2   com.apple.CoreFoundation          0x9614930f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation          0x961483f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation          0x96148221 CFRunLoopRunInMode + 97
    5   com.apple.MobileMe                0x005d5361 -[MM_AYOperation runOperationWithTimeOut:] + 331
    6   com.apple.MobileMe                0x005d0d55 -[MM_DAVRequest dispatch] + 291
    7   com.apple.CoreFoundation          0x96185edd __invoking___ + 29
    8   com.apple.CoreFoundation          0x96185e48 -[NSInvocation invoke] + 136
    9   com.apple.MobileMe                0x005d3b80 +[MM_AYOperation _dispatchNextOperationInQueue] + 799
    10  com.apple.MobileMe                0x005d3dd3 +[MM_AYOperation _workerThread] + 235
    11  com.apple.Foundation              0x907f5564 -[NSThread main] + 45
    12  com.apple.Foundation              0x907f5514 __NSThread__main__ + 1499
    13  libSystem.B.dylib                 0x93883259 _pthread_start + 345
    14  libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x93874ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x96188c83 __CFSocketManager + 1091
    2   libSystem.B.dylib                 0x93883259 _pthread_start + 345
    3   libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 8:
    0   com.apple.CoreFoundation          0x961257a0 __CFStringEncodeByteStream + 2976
    1   com.apple.Foundation              0x907e1d5a -[NSString(NSStringOtherEncodings) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 253
    2   com.apple.Foundation              0x9087154a -[NSString encodeWithCoder:] + 254
    3   com.apple.Foundation              0x90850339 -[NSConcretePortCoder encodeObject:isBycopy:isByref:] + 915
    4   com.apple.Foundation              0x90871b9e -[NSConcretePortCoder encodeBycopyObject:] + 57
    5   com.apple.Foundation              0x908719c9 -[NSArray(NSArray) encodeWithCoder:] + 249
    6   com.apple.Foundation              0x90850339 -[NSConcretePortCoder encodeObject:isBycopy:isByref:] + 915
    7   com.apple.Foundation              0x9084f861 _NSWalkData2 + 1518
    8   com.apple.Foundation              0x9085098d -[NSConcretePortCoder encodeInvocation:] + 1187
    9   com.apple.Foundation              0x90850339 -[NSConcretePortCoder encodeObject:isBycopy:isByref:] + 915
    10  com.apple.Foundation              0x9084f861 _NSWalkData2 + 1518
    11  com.apple.Foundation              0x9084e1a6 -[NSConnection sendInvocation:internal:] + 1143
    12  com.apple.Foundation              0x9084dba9 -[NSDistantObject forwardInvocation:] + 411
    13  com.apple.CoreFoundation          0x96186cd4 ___forwarding___ + 1108
    14  com.apple.CoreFoundation          0x96186802 _CF_forwarding_prep_0 + 50
    15  com.apple.AppKit                  0x97e9d0c3 -[NSSpellChecker _chunkAndFindMisspelledWordInString:language:learnedDictionaries:wordCount:usin gSpellServer:] + 212
    16  com.apple.AppKit                  0x97e9b3f0 -[NSSpellChecker _checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCoun t:reconnectOnError:] + 966
    17  com.apple.AppKit                  0x97e9b9ac -[NSSpellChecker checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount :reconnectOnError:] + 105
    18  com.apple.AppKit                  0x97e9baca -[NSSpellChecker checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount :] + 177
    19  SFWordProcessing                  0x010762f0 -[SFWPSpellingRequestPB processTextAndCreateOutput] + 230
    20  SFWordProcessing                  0x01047b0f -[SFWPSpellThread pRun:] + 669
    21  com.apple.Foundation              0x907f5564 -[NSThread main] + 45
    22  com.apple.Foundation              0x907f5514 __NSThread__main__ + 1499
    23  libSystem.B.dylib                 0x93883259 _pthread_start + 345
    24  libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                 0x93855b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x938836e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x938b25a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x98be8b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x98be88ce TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component    0x96f6de35 ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib                 0x93883259 _pthread_start + 345
    7   libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                 0x93855b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x938836e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x938b25a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x98be8b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x98be88ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore    0x98c435aa AIOFileThread(void*) + 1127
    6   libSystem.B.dylib                 0x93883259 _pthread_start + 345
    7   libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                 0x93855b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x938836e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x938b25a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo               0x90a547a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo               0x90a535eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo               0x90a532ea startIOThread(void*) + 156
    6   libSystem.B.dylib                 0x93883259 _pthread_start + 345
    7   libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                 0x93855afa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x93856267 mach_msg + 68
    2   com.apple.CoreFoundation          0x9614930f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation          0x961483f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation          0x96148221 CFRunLoopRunInMode + 97
    5   com.apple.Foundation              0x9082e2c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation              0x907f5564 -[NSThread main] + 45
    7   com.apple.Foundation              0x907f5514 __NSThread__main__ + 1499
    8   libSystem.B.dylib                 0x93883259 _pthread_start + 345
    9   libSystem.B.dylib                 0x938830de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x95b7d46c  ecx: 0x5f5e5b3c  edx: 0xa05e4740
      edi: 0xa05e4740  esi: 0x0000ff00  ebp: 0x00000fff  esp: 0xbfffdde0
       ss: 0x00000023  efl: 0x00010206  eip: 0x95b7d4e6   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x5f5e5b50
    Binary Images:
        0x1000 -   0x3cffe7  com.apple.iWeb 3.0.3 (303) <BBE744CE-67DA-642F-C227-FE9C183AE072> /Applications/iWeb.app/Contents/MacOS/iWeb
      0x486000 -   0x53bfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
      0x581000 -   0x61fffc  com.apple.MobileMe 11 (1.0.3) <B889EA46-59DF-719D-842D-C3A335B1AA88> /Applications/iWeb.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobile Me
      0x682000 -   0x6bbff7  com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) <6759E456-36C2-3A90-1EEA-8CE2F4E3FAAD> /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
      0x6e7000 -   0x788ffb  com.apple.sf.sfapplication 1.0.1 (1.0) <9E31D58E-584D-A978-D4D2-BBA34BA43691> /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
      0x7ee000 -   0x845ffb  com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) <9FCF61E7-0540-137E-49FB-05CB3027FC8F> /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
      0x87e000 -   0x8c9ff3  com.apple.iWeb.SFControls 1.0 (20030306_1) <07CBC380-DBCA-7EEA-7841-926A93BC7A49> /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
      0x8fa000 -   0xa88fe3  com.apple.iWeb.sfdrawables 2.0 (2.0) <B6F41850-BCAC-8883-505F-F144FD3A5716> /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
      0xb58000 -   0xc0ffe3  com.apple.iWeb.sfinspectors 1.0 (1.0) <E84C09D8-82C3-F8C7-7FA6-620F26741AF2> /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
      0xc71000 -   0xc9bff7  com.apple.iWeb.sflicense 1.0.1 (0.0.1d1) <6AEB0205-F83F-54F3-7FBF-1F06BC2781A5> /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
      0xcb9000 -   0xd41fff  com.apple.iWeb.proofreader 1.0 (1) <3CC80E4F-934C-E844-B4F2-1F711AC9EBCE> /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
      0xd52000 -   0xe5ffeb  com.apple.iWeb.sfrendering 1.0 (1.0) <EBE92043-3A9E-985D-C6DD-11592B5E78B8> /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
      0xed0000 -   0xeeaff7  com.apple.iWeb.sfstyles 1.0 (1.0) <3B849143-B202-06EE-82B1-F787A82ED7C5> /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
      0xefc000 -   0xfadff3  com.apple.iWeb.sfutility 1.0 (0.0.1d1) <3D433F20-A99F-2C4F-E67B-05A212177412> /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x1026000 -  0x1298fff +SFWordProcessing ??? (???) <46C3B1EB-1088-1C6D-4195-C0D8F6B65864> /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x13d8000 -  0x146aff7 +com.panic.FTPKit 1.2 (1.2) <9A6DDB6D-F28C-5E56-D2FF-CAABC1C4ED93> /Applications/iWeb.app/Contents/Frameworks/FTPKit.framework/Versions/A/FTPKit
    0x14b4000 -  0x14f0ff7  com.apple.OSAKit 1.2.1 (76) <6BED915A-3D3D-7435-A862-B6B778DAE90B> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x1514000 -  0x1520fe7  libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <AC82059F-7F88-6399-9323-57553E2ECDA9> /usr/lib/libexslt.0.dylib
    0x1526000 -  0x154cfff  libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <1C17D1BE-1E54-70CF-07B2-86E5DA647C81> /usr/lib/libssl.0.9.7.dylib
    0x14df6000 - 0x14df9fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1646c000 - 0x16474ff7  com.apple.iLMBAperturePlugin 2.5.5 (252.2.5) <BF2A071D-6F1C-03BA-DD1B-74F93CE9D7B0> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x16493000 - 0x164f8fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x16518000 - 0x1655efc3  com.apple.motion.component 1.0 (1.0) <77973A13-4E79-426F-853F-2318E52A2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x16564000 - 0x1656702f  Motion ??? (???) <B5E862EE-E0FF-4F86-A789-98E3E601A18C> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x1656c000 - 0x1656dff7  com.apple.iLMBAppDefPlugin 2.5.5 (252.2.5) <23D52DA9-0F87-6EAA-990E-2864C4B6D6AA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x16572000 - 0x16574ff7  com.apple.iLMBFolderPlugin 2.5.5 (252.2.5) <0896FA5E-8453-B2F6-8E87-F5F2FA382395> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x171f1000 - 0x171f5ff7  com.apple.iLMBGarageBandPlugin 2.5.5 (252.2.5) <E10E678C-831C-7A6B-1A56-775CD81DA98E> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x17470000 - 0x17494fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x174bc000 - 0x174c6ff7  com.apple.iLMBFinalCutPlugin 2.5.5 (252.2.5) <B089F264-64BE-07DE-E250-D5C63C351222> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFinalCutPlugin.ilmbplugin/Contents/MacOS /iLMBFinalCutPlugin
    0x174cc000 - 0x174d8ff7  com.apple.iLMBiMoviePlugin 2.5.5 (252.2.5) <313540B0-C7D2-5EB4-C688-0FCB9FFD5E81> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x174df000 - 0x174f3ffb  com.apple.iLMBiPhoto8Plugin 2.5.5 (252.2.5) <0016975B-CA8E-76EA-3BF7-BAD4C8834814> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x17600000 - 0x17779ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x177ab000 - 0x17b88fff  com.apple.ATIRadeonX3000GLDriver 1.6.36 (6.3.6) <A1E644E2-B88A-71A1-3D14-8D6CDB10DB7F> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x17bb8000 - 0x17d01fe7  com.apple.iLMBAperture31Plugin 2.5.5 (252.2.5) <2AA8E13C-4221-698B-F755-DB8103D191B9> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperture31Plugin.ilmbplugin/Contents/Mac OS/iLMBAperture31Plugin
    0x17d42000 - 0x17e8efe7  com.apple.iLMBiPhoto9Plugin 2.5.5 (252.2.5) <86E4AD5A-1233-9F42-B4BD-CECFFC4C4ACD> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x17ed1000 - 0x17edaff7  com.apple.iLMBiPhotoPlugin 2.5.5 (252.2.5) <D6F8A353-CDC4-A9B8-383E-5D6F7FBAF593> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x17ee1000 - 0x17ee9ff7  com.apple.iLMBiTunesPlugin 2.5.5 (252.2.5) <4A54C561-8932-6E09-BDAE-C030D494E0DA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x17ef0000 - 0x17f81fff  com.apple.iTunesAccess 10.3.1 (10.3.1) <9096C6B4-7079-A039-5324-0BBAEBBF9FD9> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x17fa8000 - 0x17faaff7  com.apple.iLMBMoviesFolderPlugin 2.5.5 (252.2.5) <4A70635B-4CF4-8F65-BF6D-3B6F18838A23> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x17faf000 - 0x17fb1ff7  com.apple.iLMBPhotoBoothPlugin 2.5.5 (252.2.5) <77BE4315-C665-3243-B857-64895276EFA1> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x17ff1000 - 0x17ff1ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <72FF6A91-C3EC-4634-A0FB-E1586C2404E4> /usr/lib/libmx.A.dylib
    0x185fc000 - 0x1860efd9  com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x18614000 - 0x1862ffef  com.apple.AppleIntermediateCodec 1.3.2 (153) <CE579D1F-B1E1-0B32-F4DC-375BC32E1245> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x187d9000 - 0x187defff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <004F2C1D-9AFD-0C23-D03E-B73B808DA64B> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1bc9a000 - 0x1bceffef  com.apple.AppleProResDecoder 2.0 (223) <773F7C18-BE38-10C8-3745-0EB45E811A11> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1bd27000 - 0x1bd63fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1783) <9D242689-A430-BD2D-3CF0-3AC6F6CCD1D9> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1bd6f000 - 0x1bdb3fe7  com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x1be1d000 - 0x1c0ebfeb +org.perian.Perian 1.2.2 (1.2.2) <641A3178-98D3-A107-47DE-376DFB347976> /Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x1c4c7000 - 0x1c541fef  com.apple.AppleVAH264HW.component 2.0 (1.0) <4AF4C42D-7DE3-0C08-82A4-C3B970D3914E> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1c604000 - 0x1c6a7fd3  com.apple.AppleHDVCodec 1.4.1 (222) <68ABD695-E990-4F5F-9074-D2C4AE440637> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x1c6c5000 - 0x1c6e5ff3  com.apple.IMXCodec 1.3.1 (147) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x1c6fd000 - 0x1c716fe7  com.apple.applepixletvideo 1.2.19 (1.2d19) <3E236E2A-5646-8A6D-FDEE-A21C468161C0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90048ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x901ac000 - 0x902eeff7  com.apple.syncservices 5.2 (578.3) <B3FD8C83-1CFB-553E-ADD5-F69674797321> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x902ef000 - 0x902f2fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x902f3000 - 0x90340feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <70E88670-86AC-8B94-2EED-4D945DC6398F> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90382000 - 0x903b8fff  libtidy.A.dylib ??? (???) <849A1FFD-3AF5-AFF7-74C7-5C46A8417429> /usr/lib/libtidy.A.dylib
    0x903b9000 - 0x90428ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90429000 - 0x9048afe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9049b000 - 0x9049dff7  com.apple.securityhi 4.0 (36638) <61F5EA83-0645-3771-8C26-AEA9C3775AF0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9049e000 - 0x904a0ff7  libRadiance.dylib ??? (???) <47E300B5-DBEF-86C4-29BD-86DBEDD2FBB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x904a1000 - 0x904f4ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90514000 - 0x90516fe7  com.apple.ExceptionHandling 1.5 (10) <03218275-EBEC-39AA-895A-BA72A5FDBB7A> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x90517000 - 0x90521ff7  com.apple.dotMacLegacy 3.2 (266) <26A61064-7F8D-78A2-F780-7F4A70DCA774> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x90522000 - 0x90565fe7  com.apple.MediaKit 10.5.1 (488) <85D61858-3584-2381-5207-7A7E0FCF7E0E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90566000 - 0x905d0fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x905d1000 - 0x906b1fe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x906b2000 - 0x90720ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <EC319E7E-6035-CAAE-8135-C3FCFA4CD4A0> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x90721000 - 0x90725ff7  libGIF.dylib ??? (???) <B7BA65AF-681C-F18B-A434-CBEC76A45646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90726000 - 0x907defeb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x907df000 - 0x90a50fef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90a51000 - 0x90a70ff7  com.apple.CoreVideo 1.6.2 (45.6) <F9E52A13-E181-D302-3B0E-0799ED6D6130> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90a71000 - 0x91260557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91324000 - 0x91426fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x914d8000 - 0x914d8ff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914d9000 - 0x914e4ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x914e5000 - 0x91542ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91565000 - 0x9160dffb  com.apple.QD 3.36 (???) <5A93B258-3853-636F-DB26-223642DA2779> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9160e000 - 0x916e8fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x916e9000 - 0x9175dfef  com.apple.CoreSymbolication 2.0 (23) <D9B42341-A0B6-A1C7-29FF-3B18F82ECBA1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9175e000 - 0x9176fff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <B59157A1-8796-CE8F-2508-EB96F093F6A7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91770000 - 0x917b8fff  com.apple.iCalendar 1.0.3 (54) <3808B2A8-A03C-81CE-5B79-EA8A353A804C> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x917b9000 - 0x917f9fe7  com.apple.DAVKit 4.0.3 (732.2) <08B0F54D-3DA3-2E3A-B73B-0E96C5E9C761> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x917fa000 - 0x917faff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x917fb000 - 0x9180bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x918c3000 - 0x91943feb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91944000 - 0x91974ff7  com.apple.MeshKit 1.1 (49.2) <464BD81C-9970-FBF5-507F-3EEBD020A967> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91975000 - 0x919effff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x919f0000 - 0x91a82fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <EE9ED7BE-7D97-B759-C063-1E4B7DBD3775> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91a83000 - 0x91a84ff7  com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91a85000 - 0x91a8bfff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91a8c000 - 0x92107ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92108000 - 0x9211aff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9211b000 - 0x92249fe7  com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9224a000 - 0x92345ffb  com.apple.PubSub 1.0.5 (65.20) <F993E7F0-B92A-F080-DA39-883BDDCD54E0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x92346000 - 0x92346ff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x92347000 - 0x92347ff7  com.apple.CoreServices 44 (44) <B9461120-F72A-D28F-D0CF-5647958BD3F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92348000 - 0x92385ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92386000 - 0x923c6ff3  com.apple.securityinterface 4.0.1 (40418) <A57E6534-6731-864D-114C-78BF958F6F4D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x923fc000 - 0x92407ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92408000 - 0x92443fe7  com.apple.DebugSymbols 1.1 (70) <84F54FE1-A0E8-9A5B-DC47-21999D6F5EF5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92444000 - 0x9264bfeb  com.apple.AddressBook.framework 5.0.4 (883) <70961C7A-5E80-089E-76D0-EE03B64322A8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9264c000 - 0x92699ff7  com.apple.ExchangeWebServices 1.3 (61) <31E51CEB-194D-EC0B-F06C-D9593DEA7D07> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x9269a000 - 0x926c0fe3  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <6D930D3F-3262-E937-0829-8C97748A527A> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x926c1000 - 0x927d0fe7  com.apple.WebKit 6533.21 (6533.21.1) <87AFEE12-270F-2D84-1B93-81DF1DA47A7F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x927d1000 - 0x9281afe7  libTIFF.dylib ??? (???) <10F7E21B-EC59-6594-004F-798DA3F37789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9281b000 - 0x92c31ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92c32000 - 0x92c6cfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x92c6d000 - 0x92c71ff7  IOSurface ??? (???) <C7C7280B-1408-1CEB-8EDF-AF8ADABB602E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92c72000 - 0x92f6cfef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f6d000 - 0x92fa0fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x92fa1000 - 0x92fdfff7  com.apple.QuickLookFramework 2.3 (327.6) <FCA83173-6DBF-615C-699A-529A7FD821ED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92ff9000 - 0x93000ff7  com.apple.KerberosHelper 2.1 (1.0) <903C196E-B253-14A9-6C62-4D9E8E9F8507> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x93001000 - 0x93023fef  com.apple.DirectoryService.Framework 3.6 (621.11) <E71F5EA4-A5C4-EDE7-EF52-69135D7DD798> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93024000 - 0x9302aff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9302b000 - 0x9306dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <1AE34B00-8A62-1E51-935F-BB3F0E4BE50F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9306e000 - 0x93073ff7  com.apple.AOSNotification 1.2.0 (124) <DBC4EB0A-6EC2-BA10-C202-5609AE679425> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x93074000 - 0x93075ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93076000 - 0x931b9fef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x931ba000 - 0x93201ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93202000 - 0x93468ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x934a2000 - 0x935a8ff3  com.apple.DiskImagesFramework 10.6.8 (289.1) <49B23766-6397-6F59-E287-3B2535FBD79B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x935a9000 - 0x9367afe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <1C3E1CEF-6E88-4EAF-8A6E-4EC4C5642DDB> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9367b000 - 0x9367bff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93689000 - 0x937b6ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x937b7000 - 0x9381bfff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9381c000 - 0x93854ff7  com.apple.LDAPFramework 2.0 (120.1) <FDBA63D6-E765-407A-AD1F-858116AECE8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93855000 - 0x939fcff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x939fd000 - 0x93bd9fe7  com.apple.CalendarStore 4.0.4 (997.7) <255A708D-D135-409F-4B48-F87D0326C543> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x93be4000 - 0x93ca0fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93ca1000 - 0x93cb9ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F11D1CCA-0921-0BBA-C0D3-95BF21483E95> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x93cba000 - 0x93ce1ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93ce2000 - 0x94133fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x94134000 - 0x941ccfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <49579559-BD62-A988-81DD-7E87D6A82C11> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x941cd000 - 0x943f8ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x943f9000 - 0x94421ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x94423000 - 0x94524fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <E1A44C67-FA6C-0188-F46F-EA14CEE557BB> /usr/lib/libxml2.2.dylib
    0x94525000 - 0x94532ff7  com.apple.NetFS 3.2.2 (3.2.2) <12E7F3CD-F898-0FF6-A5DC-A70A8EF6B0E8> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94533000 - 0x94583ff7  com.apple.Symbolication 1.1 (67) <FF4A09A2-DFA7-95C6-4589-9724CA141478> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x94584000 - 0x9458efe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9458f000 - 0x945e5ff7  com.apple.MeshKitRuntime 1.1 (49.2) <4B41E225-69AC-6EFA-190E-DC6A4BD8109E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x945e6000 - 0x94663ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x94664000 - 0x9472ffef  com.apple.CoreServices.OSServices 359 (359) <A5073A54-50B8-D3BD-F202-28CE97346058> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94745000 - 0x94745ff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94746000 - 0x9475affb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9475b000 - 0x947caff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9490f000 - 0x94ad1feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <20E90968-E04B-7B68-DBA2-92C729A8243F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94ad2000 - 0x94cb4fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94d12000 - 0x94dcbfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <03186216-0A12-4AA9-D7BA-3E3551A1195C> /usr/lib/libsqlite3.dylib
    0x94e6f000 - 0x94ea9ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x94eaa000 - 0x94f21ff3  com.apple.backup.framework 1.2.2 (1.2.2) <EAD97F26-D3B1-F618-A84C-CF689860C2AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x94f22000 - 0x94f63ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94fb6000 - 0x94fb6ff7  com.apple.Carbon 150 (152) <8B6F936F-0399-FC1F-F039-789CFFBAC097> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94fb7000 - 0x94fb8ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94fb9000 - 0x95013fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x95014000 - 0x95029fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9502a000 - 0x9504afe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <584B2B30-DC65-6930-F59F-C49FD5604B67> /usr/lib/libresolv.9.dylib
    0x9504b000 - 0x9536ffef  com.apple.HIToolbox 1.6.5 (???) <F21289A3-A00E-0BC3-66F1-7557862CE7EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95370000 - 0x95370ff7  com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95371000 - 0x953b5ff3  com.apple.coreui 2 (114) <1A3C3B7F-3837-6477-3114-47F6BFD56CB2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x953b6000 - 0x953d1ff7  libPng.dylib ??? (???) <4C105512-6FA8-2AE0-D058-6A8AA00F9DA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x953d2000 - 0x953ddff7  com.apple.NSServerNotificationCenter 3.0 (3.0) <A3E774C1-27F3-57C6-C2E5-A8C875C3B29B> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x953de000 - 0x95749ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9574a000 - 0x95928fe3  libType1Scaler.dylib ??? (???) <97A2DBFA-C50B-266C-E63A-D6644F3B737C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x95929000 - 0x95934ff7  com.apple.bsd.ServiceManagement 1.3 (1.3) <F7834005-22A8-1F43-8BBB-18C7EBC85C17> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x95955000 - 0x95960ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95961000 - 0x959fcfe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x959fd000 - 0x95a05ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95a06000 - 0x95a1afe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x95a51000 - 0x95a89fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <242954AD-3BE1-29E8-E2E0-08063201F105> /usr/lib/libcurl.4.dylib
    0x95b69000 - 0x95b79ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x95b7a000 - 0x95d77ffb  com.apple.JavaScriptCore 6533.19 (6533.19.1) <785BBEBB-A96C-EA7C-F15D-39D5695E9E3B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95d78000 - 0x95de6ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <0A8CF0E7-9ED7-31F2-B6CC-7EE5A5F2EEC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x95de7000 - 0x95f69fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x95f6a000 - 0x95f87fe7  com.apple.DotMacSyncManager 2.0.3 (446.9) <BCD117E8-E1E6-7CC0-CF08-974C41F278C6> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x95f88000 - 0x95f95ff7  com.apple.AppleFSCompression 24.4 (1.0) <70C30E16-C683-F4E8-877F-F616254863A2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x95f96000 - 0x95f99ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95f9a000 - 0x95f9fff7  com.apple.OpenDirectory 10.6 (10.6) <48487E27-1AC5-8F8D-9A7D-AA41866A9BFF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95fa0000 - 0x95fe4fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95fe5000 - 0x96009ff7  libJPEG.dylib ??? (???) <0C406884-DAAF-0409-2659-9D1602D752D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9600a000 - 0x96011ff7  com.apple.aps.framework 1.2 (1.2) <68417FFF-FEFF-0A2D-501D-EE31F211F47D> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x96012000 - 0x960befe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x960bf000 - 0x960cbff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x960cc000 - 0x960f2ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <5A8D5D84-06EB-F9B5-BA0A-A87A0A2C0035> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9610c000 - 0x96287fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96288000 - 0x962bbff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x962d0000 - 0x96313ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96314000 - 0x967cfff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x967d0000 - 0x967deff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x967df000 - 0x967dfff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x967f6000 - 0x96833ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96834000 - 0x9685eff7  com.apple.framework.Admin 4.6 (4.6) <F73FAC12-AD67-BD32-DDCD-9600BCAE6CC5> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x9685f000 - 0x9686dfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib
    0x9686e000 - 0x968a7fe7  com.apple.bom 10.0 (164) <3BD198F4-56AD-EE1B-2EBD-C7E6868A0D3C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x968a8000 - 0x969b4ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x969b5000 - 0x97907ff7  com.apple.QuickTimeComponents.component 7.6.6 (1783) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97908000 - 0x981ebff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x981ec000 - 0x981f0ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x981f1000 - 0x982f3fef  com.apple.MeshKitIO 1.1 (49.2) <EC52D0C5-5291-441D-F137-8E4DD60F0E25> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x982f4000 - 0x9836dff7  com.apple.PDFKit 2.5.1 (2.5.1) <4C374867-71B8-B202-ADDA-9985B4379470> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x983ad000 - 0x987e2ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x987e3000 - 0x9883bfe7  com.apple.datadetectorscore 2.0 (80.7) <463C62DE-2664-E186-915A-0772C6AC0664> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x98867000 - 0x98883fe3  com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x98889000 - 0x98893ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x98894000 - 0x98971fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x98972000 - 0x989c2ff7  com.apple.framework.familycontrols 2.0.2 (2020) <9062C95B-EE1C-977C-9D74-EF96CE888160> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x989cb000 - 0x98a79ff3  com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x98a7a000 - 0x98ab5feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98afc000 - 0x98b7effb  SecurityFoundation ??? (???) <5AF077A1-B3E8-F188-5D97-48E8B8F084B8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98b7f000 - 0x98b88ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x98b94000 - 0x98ba1fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <10941589-34FC-3BB5-FB7E-2B2F1F14A8AD> /usr/lib/libbz2.1.0.dylib
    0x98ba2000 - 0x98ec2ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98ec3000 - 0x98f70fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x98f71000 - 0x9926afe7  com.apple.MessageFramework 4.5 (1084) <F10E75E5-E641-9123-B963-2DBB94910731> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9926b000 - 0x9928cfe7  com.apple.opencl 12.3.6 (12.3.6) <6BD7A385-02BC-AAC9-D654-93BD1805EA23> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9928d000 - 0x9929fff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <F6B7538F-4BF8-7E54-A555-30BA7F9F76A6> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x992a0000 - 0x992e6ff7  libauto.dylib ??? (???) <7CB1AB76-50A2-8E56-66E4-CF51CA75B177> /usr/lib/libauto.dylib
    0x992e7000 - 0x992eeff3  com.apple.print.framework.Print 6.1 (237.1) <726A7F31-8C27-8403-0016-71E022EDC14C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x992ef000 - 0x992f1ff7  com.apple.QuickTimeH264.component 7.6.6 (1783) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x992f2000 - 0x99335ff7  com.apple.NavigationServices 3.5.4 (182) <FE19D51B-233A-69EC-9E36-B89D0EA438C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x99358000 - 0x99dabff7  com.apple.WebCore 6533.21 (6533.21.1) <04C66A67-4CF2-5F4B-4EA3-00E67B0F9411> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x99dac000 - 0x99db3ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <02A61741-B21F-2478-63B7-C15A0EE9B05B> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99db4000 - 0x99e2ffff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x99e30000 - 0x99e61ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99e62000 - 0x99e65ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x99e66000 - 0x99f03fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x99f04000 - 0x99f0afe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x99f0b000 - 0x99f0eff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x99f0f000 - 0x9a04cfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-386

    @ Jonh Hammer1, "If you have another Intel Mac around or a bootable backup on an external drive, boot the Mac that's having trouble from that other Mac/backup and install the 10.6.8 Combo Updater from there."
    I just had a live apple trouble shoot terminate for me and the tech about to do exactly that, i called them back and they had 100% reversed their advice stating very clearly that overwriting the OS could cause more problems, then adviced that a entire forced install of all the computer's firmware is required. just thought i mention that your advice says to do exactly what apple advice not to do...PEACE

  • Xorg & Catalyst updates cause major problems here

    I went through the other similar threads and tried just about everything without luck... The latest Xorg & Catalist updates cause lots of problems on my desktop.
    The video card is an ATI X300.
    Without a xorg.conf, X server starts and things work, more or less - but much slower than they used to. It's pretty clear fglrx is not actually used, xv doesn't work, fglrxinfo gives:
    Error: unable to open display (null)
    With the previous xorg.conf (the one wich worked fine before the updates), X doesn't start (even after commenting out the "RgbPath" line and adding Option "AutoAddDevices" "false") and the log shows many fglrx errors such as:
    (EE) fglrx(0): Unknown EDID version 0
    (EE) fglrx(0): ===[swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 7
    X -configure won't generate a xorg.conf
    Fatal server error:
    Caught signal 11. Server aborting
    In conclusion:
    - without a xorg.conf fglrx doesn't work although X server starts
    - with an old xorg.conf fglrx will generate errors and X server will not start
    Any ideas?
    Last edited by zamolxis (2008-12-15 14:11:41)

    De Mysteriis wrote:
    # pacman -S xorg
    # pacman -S catalyst
    Add HAL daemon to your rc.conf
    # cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/10-keymap.fdi
    # vi /etc/hal/fdi/policy/10-keymap.fdi
    (Add your keyboard layout)
    # vi /etc/X11/xorg.conf
    (Write something like # My xorg.conf and save)
    # aticonfig --initial --input=/etc/X11/xorg.conf
    # startx
    This worked for me 100%.
    I had alreday done all that. Still, X will crash every time after changing the resolution (for tv out) and back and won't restart unless I delete /etc/ati/amdpcsdb first. Rebooting won't help either (again, unless I delete /etc/ati/amdpcsdb first).
    Last edited by zamolxis (2008-12-16 09:14:48)

  • J2SE update caused Skype problems..... ?????

    Good morning everybody.
    I hope my post will not be removed - I tried to get help from Skype support with no help, and since an Apple update caused my Intel iMac some problems, i hope this is the right place for my question
    A few days ago i received a message regarding automatic update from Apple regarding:
    Front R update
    QuickTime update
    J2SE50 Release 4
    When trying to install, i got the message that its not possible on my machine? So i was adviced from Apple support to manually install these updates, which i did, with success...
    Until i tried my Skype , and thats what i get in the chat-instant messaging window whenever i try to write a message to another Skype user:
    <div class="incoming context"> <div class="message-head"> <span class="sender"><a href="skypechatcontact://%senderScreenName%">%sender% <span class="date"><b> %time% <div class="clear"> <p>%message%<div id="insert">
    all i wrote is "testing" ...
    I believe its a problem with JAVA, so i was on the phone with Apple supprt for 2 hours, and after all the checks, they said that can not help me, as it is a problem of Skype ....
    Please note that the users i write to, CAN c what i write, but i can not c it, or c what they write me.
    Please also note that i erased all the Skype preferences, and all file sfrom library and applications support, tried to reinstall, erased all again, then tried to install the new 1.5 gold, and then Beta 2, but all the time the same problem...
    Would be very happy if someone here has any idea how to solve this issue... I looked and asked alot in Skype forums, seems that more people got my problem, but nobody was able to find a solution...
    Thank you very much for all the people here that try to help.
    Have a great day everybody,
    Elad
    Intel iMac   Mac OS X (10.4.7)  

    Hi, thanks alot for your reply.
    Well, after Apple support , checking with me some issues on my Intel imac decided its all ok with my OS, i thought would be good idea to erasae any Skype trace from my OS, after that i installed again several different versions of Skype, the 1.5 and the 2 beta, whcih worked great before it all started...
    And i just keep getting this "gibrish" codes instead of the text i type..
    Regarding the permissions, must admit i have no idea about this issue, c, i was using XP until buying the mac, so im learning all the time...
    I will be looking now for the info regarding permissions, and then try it.

  • OSX 10.4.6 Update give great problems with Intel

    This my first time on apple discussions.
    Y work with OSX almost a month and today I sign up to upgrade 10.4.6
    Terrify. Y have needed to restart the computer out of extensions by recomendation of the shopper. The shopper says that this upgrade dont´work with the new models of apple computers based on intel. I lost several tipografies and I can't make security copies and work with my digital tablet.
    The shopper says tat is necesary make a new instalation since the begining and
    the cost of this is for my count. He says that is not his guilty and that I need contact apple and make a reclamation.
    By the moment I beg if you know some solution or wherw I can demand.

    No, Archive & Install does not erase your files or network settings. remember there are two problems going on right now. Security Update 2006-003 fouls Acrobat and causes it to lock up the system. So go back to an OS without that securityy update. For instance, 10.4.6 works without that Security Update.
    The Quicktime 2 update is the cause of systems not rebooting. See this link.
    http://www.macworld.com/news/2006/05/24/cs2quicktime/index.php

  • 10.8.2 Mountain Lion Update Causes Major Problems

    I'm running an early 2009 iMac and I made the jump to Mountain Lion about a month ago. Initial upate ran OK, I had some problems but overall it ran pretty decently. I held off on updating to 10.8.2 because I wanted to see if it caused any issues, but decided to go ahead about a week and a half ago. Since then, my computer has had daily problems. To name a few, my computer completely crashes when going into sleep mode and will not return, the sound frequently disappears and goes unrecognized. iTunes has been an utter disaster - I have an iPod classic, which as soon as I plug in causes iTunes to crash. I've had similar issues with my iPhone 4. Airplay drops regularly when I never had that issue prior. Homesharing in particular causes iTunes to crash, which was working infrequently as of just yesterday.
    I've had quite a few issues, which over the past few weeks has rendered my iPod classic and old iPhone completely useless as I cannot sync them to put music on them (I restored iPod to see if that would fix it, but it didn't. So now I have an empty iPod that won't sync). And the workaround of using homeshare was viable as an alternative, but now does not work at all. Connecting to my Apple TV takes 5-10 times longer than it previously did, and the connection occasionally drops. I used all these features with a regularity which makes this extremely frustrating.
    Not sure if Apple plans to fix this with iTunes 11 update, but I'm hoping something will come about soon. I called support to inquire about downgrading back to Snow Leopard, but the guy on the phone convinced me to reinstall the OS, which I did. It has not solved any of my issues (although I was finally able to update my iPhone 4 to the latest firmware, it will still not sync or do Homeshare). Any ideas how I could solve these problems? These all started happening the day I updated to 10.8.2 and, as I said, I hadn't experienced anything like them previously. 

    I have done that, several times.
    So this is where I'm at now - last night, immediately after finishing a movie that was on my WD hard drive, which holds all of my media, music, movies - I restarted my computer and then it would not read the drive. It said it was unreadable.
    I brought the Mac and the drive into an apple store today - they said basically it was my hard drive causing the issues. I used my iPod classic as my media back up as the 160 gb could hold all my stuff. Well, as I mentioned previously, that can't sync and I restored it, with no success. So in essence I lost my media drive and the back up. Tough to swallow, I'm angry, I think it's still mountain lion causing the drive to fail.
    So I resolved to go home and restore my computer to one of my time machine back ups and do a Snow Leopard reinstall. Well, the moment I returned from the apple store, the time machine drive is now listed as unreadable. I called support, spent hours with them - I now have two drives which fried within 10 hours of each other in the same error. The senior support manager agreed it sounds like mountain lion is indeed corrupting my drives somehow. My iMac currently won't start into the recovery disk. So I went out spent $200 to get a new hard drive, which I am now backing up my data onto with a new Time machine.
    In the last week, I've lost my iPod classic, iPhone 4, two external hard drives and now possibly even the Mac itself. I'm going to install snow leopard and see if it alleviates any of my issues, or hopefully can read my drives. I truly believe Mountain Lion is the problem.

  • Oss-old version + new update causes MAJOR problems....................

    hey all...
    if ur experiencing quitting apps, probs w/ itunes7, etc, and u have oss (ANY version), get rid of it immediately.........
    the new updated version is even worse than the original.....
    goto the uninstaller or delete it with appzapper (if u can get it to stay open...)
    gl...............

    I have done that, several times.
    So this is where I'm at now - last night, immediately after finishing a movie that was on my WD hard drive, which holds all of my media, music, movies - I restarted my computer and then it would not read the drive. It said it was unreadable.
    I brought the Mac and the drive into an apple store today - they said basically it was my hard drive causing the issues. I used my iPod classic as my media back up as the 160 gb could hold all my stuff. Well, as I mentioned previously, that can't sync and I restored it, with no success. So in essence I lost my media drive and the back up. Tough to swallow, I'm angry, I think it's still mountain lion causing the drive to fail.
    So I resolved to go home and restore my computer to one of my time machine back ups and do a Snow Leopard reinstall. Well, the moment I returned from the apple store, the time machine drive is now listed as unreadable. I called support, spent hours with them - I now have two drives which fried within 10 hours of each other in the same error. The senior support manager agreed it sounds like mountain lion is indeed corrupting my drives somehow. My iMac currently won't start into the recovery disk. So I went out spent $200 to get a new hard drive, which I am now backing up my data onto with a new Time machine.
    In the last week, I've lost my iPod classic, iPhone 4, two external hard drives and now possibly even the Mac itself. I'm going to install snow leopard and see if it alleviates any of my issues, or hopefully can read my drives. I truly believe Mountain Lion is the problem.

  • Mac OSX 10.6.7 update causes iTunes and entire system to be unresponsive?

    Hey all,
    I updated to the latest OS X patch today and I've been having problems with iTunes crashing the system ever since.
    iTunes would open and the entire system cease to be responsive: the mouse cursor does not respond to movements on the touchpad and the functions keys no longer do anything.
    Is this a problem that anyone else is experiencing?

    Sam problem here, all use of the latest iTunes freezes my whole computer, this has never happened to me with OS X before.
    But I have friends who are not having this problem, so it is not affecting everybody. Could it be some other installed app that causes this?
    Is there any simple way to downgrade to 10.6.6?

  • Firmware 2.1 update causes GPS problems (Confirmed)

    I bought 2 iphone 3g's, one for me and one for the wife. We both use the GPS alot and was happy with the performance. When ver. 2.1 became available we upgraded immediately and did not pay much attention to GPS performance, we were looking at battery life and 3G signal strength. I soon began to notice the GPS was not as solid as before and compared with the wife's and saw that her's was about the same so I left it alone. Then I noticed my wife's GPS was having big tracking problems while comparing with mine right next to it. So I did a restore on her's without restoring from backup. In essence her's had only ver. 2.1 on it. This did not help and was becoming very frustrated so I went to my Apple store and explained the issue and they decided to give her a new phone. The new phone had ver. 2.02 and I decided to try it without updating to 2.1. LET ME TELL YOU, the GPS is now solid and super accurate, side by side with my phone with 2.1 there is no comparison. After playing around with both phones for a day THERE WAS NO DOUBT THAT 2.1 WAS THE CAUSE. I headed back to the store and explained the whole story to them and they swapped mine in order to get a phone with 2.02 (which I did). My phone is now holding a solid signal and VERY accurate all the time. Side by side comparison shows absolutely no difference in position now. Spot on every time.
    I know this is a long winded post, but the proof is in the firmware update. We will not update to 2.1 and will pray that 2.2 fixes this.
    Thanks,
    John

    Hey Florida...
    Just for grins, try switching off WiFi.
    I've noticed that having wifi on slows the acquisition of a blue-dot, sometimes for really long periods of time.
    But for me, switching off wifi causes the phone to go immediately to a blue dot, and GpsCompass (app store free app) shows 25 foot accuracy.
    I theorize that if you are within range of wifi that is giving inaccurate hints as to location it confuses the GPS chipset, and delays a true fix. My tests suggest that even a wifi access point that you are NOT using can feed inaccurate hints to your phone.
    You could of course register your wifi with Skyhook.com but that sort of buts a bandaid over the problem rather than a fix.

  • Itunes update causing weird problem for apple tv streaming songs

    In itunes 10.5 when I choose apple tv as the external speaker and send songs through it plays the song and displays the cover of the album, title, song, name, and artist on the tv screen.  When I updated to 10.5.1 it does the same except that after the first song the cd cover is one behind what is playing.  For the sake of clarity, say I start the streaming songs on random play.  The first three songs might be "Misty" by Kate Bush, "Rolling Along" by Lucinda Williams, and then "The Foggy Foggy Dew" by Greg Brown.  When the first song plays it will be correct.  "Misty" will be playing, Kate Bush will be displayed as the artist and the cover of the Kate Bush album will be showing.  But when the next song comes on it will be playing "Rolling Along", Lucinda Williams will be displayed as the artist but the Kate Bush album cover will be displayed.  Then the next song comes on "The Foggy Foggy Dew" will be playing, Greg Brown will be displayed as the artist but the Lucinda Wililams cover will be displayed.  And so on.
    I've experimented with it and feel certain it is the itunes update.  I still have version 10.5 on my laptop and that is working normally.  It is only the computer that I updated to 10.5.1 on that his having this weird thing occur.
    Any ideas?

    I have the exact same problem.  Thanks for describing it so accurately.  My Apple TV underwent a software update last evening, but the problem remains.  Will be anxious to know when a fix has been applied.

  • 10.6.6 Update Causing Major Problems!!!!!  Thanks for nothing Apple!!!

    Strange things have happened to my computer after the 10.6.6 update:
    1) My system already had Snow Leopard installed, but now when I go to "About this Mac" it has mysteriously downgraded to 10.5.8.
    2) A folder with question mark icon appears at bootup before Apple logo.
    3) Large amount of permission errors that can't be fixed via Disk Utility (see below).
    4) Disc drive will not read or boot from my Snow Leopard or Leopard CDs.
    5) Will no longer detect my external hard drive where my Time Machine backups are held.
    Here is what the latest disk repair log spit out:
    Repairing permissions for “**** HD”
    Reading permissions database.
    Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Warning: SUID file "Applications/Utilities/ODBC Administrator.app/Contents/Resources/iodbcadmintool" has been modified and will not be repaired.
    Warning: SUID file "Applications/Utilities/Activity Monitor.app/Contents/Resources/pmTool" has been modified and will not be repaired.
    Warning: SUID file "System/Library/Filesystems/AppleShare/afpLoad" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/Resources /DiskManagementTool" has been modified and will not be repaired.
    Warning: SUID file "bin/rcp" has been modified and will not be repaired.
    Warning: SUID file "Applications/System Preferences.app/Contents/Resources/installAssistant" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/rlogin" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/rsh" has been modified and will not be repaired.
    Warning: SUID file "Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/pppd" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/vpnd" has been modified and will not be repaired.
    ACL found but not expected on "Applications/Utilities".
    Permissions repair complete
    10.6.6 is a frickin' disaster!!!! Everything was working perfectly before this update and now I feel like I've been kicked in the balls by Apple. Thanks for nothing Apple!
    Message was edited by: vanguard95
    Message was edited by: vanguard95

    It didn't do anything to Front Row on my computer. I doubt it did anything on yours, either.
    1) Update wouldn't have done that. There is no code in the update to replace that string with 10.5.8.
    2) Your boot files are messed up or non-existent. Very rarely this can be fixed without reinstalling the system.
    3) There are always a lot of permissions that can't be repaired by DU because they don't need to be repaired. They're not broken, just different. Did you check permissions before you applied the update?
    4) Sounds like you have serious hardware problems. With the Snow Leopard disk installed, can you restart while holding down Option key and get to the startup manager? If so, pick the Snow Leopard disk and boot from it. Use Disk Utility in the Utilities menu (available after selecting a language) and repair the disk. Don't repair permissions from that disk.
    If it finds errors and fixes them, try booting from the hard drive. You may have to re-install Snow Leopard.

  • IOS 8.2 update causes iMessage problems

    Before I updated to iOS 8.2, the iMessage feature was working fine, I had no problems with it. Ever since I downloaded it, I can't send iMessages. When I try to turn them on, it says, "An Error occurred during activation. Try again." Please help this is so **** annoying.

    Problem is resolved.  The update somehow triggered my wireless carrier to suspend the line.  I had to have them unsuspend it and then everything worked.

  • Mac os x 10.4.11 update -- causes printing problems for Lexmark X1150

    What can I do to get back up printing? Lexmark.com doesn't have a driver to support. Apple Care doesn't have answers...
    The computer recognizes the printer, and still scans... but no printing...
    Any ideas would be most appreciated.....

    I experienced exactly the same problems with my Epson CX6600 after upgrading to 10.4.11: the installed USB driver no longer worked ("Communication Error"), and after removing it, the device was not recognized. I tried all of the usual avenues: repaired disk permissions, ran Printer Setup Repair, downloaded new drivers, restarted numerous times, etc. All to no avail.
    However, I did succeed in resolving the problem, after following a clue from Console's system.log. The following error message appeared each time the system was booted:
    Feb 16 11:43:28 my-computer kextd: can't find extension with id com.apple.iokit.IOUSBUserClient
    Running kextstat revealed that, accordingly, this kernel extension was not being installed on startup as it should be. I resolved the problem by replacing this kext, by deleting the entire /System/Library/Extensions/IOUSBFamily.kext tree and replacing it with a vanilla copy from the 10.4.11 combo updater package. This was done using the excellent Pacifist:
    http://www.charlessoft.com/
    Hope this aids somebody in the future...

  • 10.4.9 Update Caused Major Problems

    I was downloading the new update, and at some point during it (I believe when it was installing), it popped up with an error and said that the package had been moved to the Trash. I didn't think much of it, figuring I would just download it again later. But after that I couldn't open any new apps, and when I tried to empty the trash it never went past "Preparing to empty the trash...".
    So I tried to restart, but Finder wouldn't close because it was still trying to empty the trash(I couldn't close the empty trash dialog). So I turned it off with the power button, and now when I try to start up it won't go past the Apple logo on the gray background.
    Any ideas on what happened or what I can do? I'm reluctant to take it in for service because the closest store is hours away and I need the computer for school.
    MacBook Pro   Mac OS X (10.4.9)  

    If anyone else has this problem, the solution can be found here:
    http://net3x.blogspot.com/2007/03/macos-x-1049-update-killed-my-mac.html

  • 'Laserjet 1022n Windows Update' causing printing problems: print jobs don't stop printing

    Hello,
    a few days ago, I installed the Laserjet 1022n Windows Update on my Windows 7 64 bits and since then, I can't print a page normally: the page doesn't stop printing. I am using a network port with TCP/IP.
    I made several trials to solve this problem:
    - uninstall the printer driver and installing it again (I tried the last version on the HP site and an older one that worked perfectly before)
    - update the firmware of the printer to the last version on the HP site.
    When I pause the printer and start the print job, you see it arriving in the list. Resuming the printer, the print starts on the printer but you see that the job stays in the list, flashing again and again. The printer keeps printing the same page.
    I don't know what I can do to solve this problem. There is no mean of uninstalling the HP Laserjet 1022n software update because it doesn't appear in the list of installed programs (well on the list of the done updates by the way op windows updates).
    I have the same problem printing on the same printer from another Windows  7 PC (with the same windows update done)
    But I have no problem printing with my laptop on another network printers.
    Is there someone having the same problem and how to solve it ?
    Thanks for answering
    This question was solved.
    View Solution.

    I found the solution on this site : http://www.tomshardware.co.uk/forum/59912-29-1022n-printer-stop-printing
    You just have to uncheck the chekbox "Enable two-way communication" on the "Ports" tab of the printer properties and it works normally again !!!!

Maybe you are looking for