Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

sudo mdutil -E but still "spotlight disabled"

My Spotlight stopped being able to find certain files, so I wanted to re-index the drive. I tried putting the drive on/off the Privacy list of Spotlight control panel, and when it didn't help, I tried the terminal command:


[mlevinoffice:~] mlevin% sudo mdutil -E /

Password:

/:

Indexing disabled.

[mlevinoffice:~] mlevin%


why does it still say "Indexing disabled" after the sudo mdutil -E??

Posted on Jun 19, 2013 4:51 AM

Reply
Question marked as Best reply

Posted on Jun 19, 2013 5:42 AM

Did it finish? Try


sudo mdutil -a -i on


or


sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

17 replies

Jun 19, 2013 1:18 PM in response to Mark Jalbert

I was going to suggest


sudo rm -rf /.Spotlight-V100/*


and then a restart to start the indexing all over again.


Michael, you can try this, HOWEVER, very important, you must absolutely only copy/paste this in to Terminal and be 150% certain that it appears in Terminal just the way it appears here. One incorrect space and there goes your entire drive with everything in it, system and users.


This will delete the Spotlight index. Once you have completed this command do a restart and Spotlight should now fully reindex the drive.


There are spaces between sudo and rm, between rm and -rf and between -rf and /.Spotlight. Those three spaces and that's it, there are no spaces in the rest of the command. If you accidentally put a space between / and .Spotlight you will lose everything. Proceed at your own risk.


Message was edited by: WZZZ

Jun 19, 2013 2:24 PM in response to Mark Jalbert

I think you're right. What about first running


sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist


The formatting here is creating a line break. There should be no space between /LaunchDaemons and /com.apple


Then restart and load instead of unload. Or is load even necessary after the restart?

Jun 21, 2013 4:37 AM in response to Mark Jalbert

Interestingly, the is an exclusions .plist file but it has no exclusions listed, while the preference pane for Spotlight does have some entries under Privacy.


Console is showing:


6/20/13 1:51:30 AM/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[29219]MDS Error: unable to create user DBs in /var/folders/kv/kvWwTJ6jGyu2tiPpClXO8++++TI/-Caches-//mds
6/20/13 1:51:30 AM/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[29219]MDS Error: unable to create user DBs in /var/folders/kv/kvWwTJ6jGyu2tiPpClXO8++++TI/-Caches-//mds
6/20/13 1:58:43 AMcom.apple.ReportCrash.Root[29303]2013-06-20 01:58:43.846 ReportCrash[29303:2a03] Saved crash report for mds[29215] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-015843_localhost.crash
6/20/13 1:58:45 AMcom.apple.launchd[1](com.apple.metadata.mds[29215]) Job appears to have crashed: Segmentation fault
6/20/13 2:00:01 AM/Applications/Utilities/Adobe Application Manager/UWA/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier[29318]MDS Error: unable to create user DBs in /var/folders/kv/kvWwTJ6jGyu2tiPpClXO8++++TI/-Caches-//mds
6/20/13 2:00:01 AM/Applications/Utilities/Adobe Application Manager/UWA/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier[29318]MDS Error: unable to create user DBs in /var/folders/kv/kvWwTJ6jGyu2tiPpClXO8++++TI/-Caches-//mds
6/20/13 2:07:17 AMcom.apple.ReportCrash.Root[29377]2013-06-20 02:07:17.215 ReportCrash[29377:2a03] Saved crash report for mds[29304] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-020717_localhost.crash
6/20/13 2:07:17 AMcom.apple.launchd[1](com.apple.metadata.mds[29304]) Job appears to have crashed: Segmentation fault
6/20/13 2:15:52 AMcom.apple.ReportCrash.Root[29459]2013-06-20 02:15:52.259 ReportCrash[29459:2803] Saved crash report for mds[29378] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-021552_localhost.crash
6/20/13 2:15:52 AMcom.apple.launchd[1](com.apple.metadata.mds[29378]) Job appears to have crashed: Segmentation fault
6/20/13 2:24:48 AMcom.apple.ReportCrash.Root[29541]2013-06-20 02:24:48.991 ReportCrash[29541:2903] Saved crash report for mds[29460] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-022448_localhost.crash
6/20/13 2:24:50 AMcom.apple.launchd[1](com.apple.metadata.mds[29460]) Job appears to have crashed: Segmentation fault
6/20/13 2:33:19 AMcom.apple.ReportCrash.Root[29620]2013-06-20 02:33:19.449 ReportCrash[29620:2803] Saved crash report for mds[29542] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-023319_localhost.crash
6/20/13 2:33:20 AMcom.apple.launchd[1](com.apple.metadata.mds[29542]) Job appears to have crashed: Segmentation fault
6/20/13 2:41:48 AMcom.apple.ReportCrash.Root[29702]2013-06-20 02:41:48.827 ReportCrash[29702:2803] Saved crash report for mds[29623] version ??? (???) to /Library/Logs/DiagnosticReports/mds_2013-06-20-024148_localhost.crash


what is all this stuff? What's crahsing repeatedly?

Jun 21, 2013 5:22 AM in response to Michael Levin

mds is Metadata Server. It's one of the underlying processes for Spotlight. Not sure I'll be able to do that much with it, but why don't you post one the crash logs for mds. It can be found in Console /Library/Logs/DiagnosticReports.


Did Spotlight finish indexing? Are these logs from before, during or after that?


You marked this as solved, but then you are posting logs showing significant problems. Can you please explain where things stand now.

Jun 21, 2013 5:33 AM in response to WZZZ

Well the Spotlight did finish indexing and seems to be working fine (your suggestion did it, which is why I marked it as a solution) - I can find the files I need to find. But then I noticed in Console I see these crashes, which I'd like to get rid of even if Spotlight seems to be working ok. Here is the log:


Process: mds [46817]
Path: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata .framework/Versions/A/Support/mds
Identifier: mds
Version: ??? (???)
Code Type: X86-64 (Native)

Parent Process: launchd [1]


Date/Time: 2013-06-21 08:24:39.773 -0400
OS Version: Mac OS X 10.6.8 (10K549)

Report Version: 6


Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

Crashed Thread: 2 Dispatch queue: Main compaction scheduler


Application Specific Information:

/SourceCache/Spotlight/Spotlight-507.15/index/ContentIndex/BurstTrie.h:52: failed assertion 'ptrM(newptr).next == ptr.next' /.Spotlight-V100/Store-V1/Stores/71BA7815-A95F-4283-A1B9-5A395A1812F2 (hfs, t: 0x11, st: 0x1, f: 0x480d000)




Thread 0: Dispatch queue: com.apple.main-thread

0 libSystem.B.dylib 0x00007fff84103d7a mach_msg_trap + 10
1 libSystem.B.dylib 0x00007fff841043ed mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff8a656902 __CFRunLoopRun + 1698
3 com.apple.CoreFoundation 0x00007fff8a655d8f CFRunLoopRunSpecific + 575
4 mds 0x000000010000c7e3 0x100000000 + 51171
5 mds 0x0000000100004aa0 0x100000000 + 19104


Thread 1: Dispatch queue: com.apple.libdispatch-manager

0 libSystem.B.dylib 0x00007fff8411cc0a kevent + 10
1 libSystem.B.dylib 0x00007fff8411eadd _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff8411e7b4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff8411e2de _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff8411dc08 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff8411daa5 start_wqthread + 13


Thread 2 Crashed: Dispatch queue: Main compaction scheduler

0 com.apple.spotlight.index 0x00000001001e23bb _dead_beef + 4
1 com.apple.spotlight.index 0x000000010015591a mergeEntryFat + 1978
2 com.apple.spotlight.index 0x00000001001557b8 mergeEntryFat + 1624
3 com.apple.spotlight.index 0x00000001001557b8 mergeEntryFat + 1624
4 com.apple.spotlight.index 0x00000001001557b8 mergeEntryFat + 1624
5 com.apple.spotlight.index 0x0000000100155a42 bt_mergeEntry + 210
6 com.apple.spotlight.index 0x0000000100155bc1 mergeCallback + 209
7 com.apple.spotlight.index 0x00000001001e1a4a mergeIndexData + 17659
8 com.apple.spotlight.index 0x000000010015c3b5 _ContentIndexMergeIndexes + 290
9 com.apple.spotlight.index 0x000000010015c681 ContentIndexMergeIndexes + 472
10 com.apple.spotlight.index 0x0000000100138be4 OuterMerge + 1288
11 com.apple.spotlight.index 0x000000010013a6b0 si_mergeIndex + 3237
12 com.apple.spotlight.index 0x00000001001339c0 runLoop + 54
13 com.apple.spotlight.index 0x0000000100142d61 work_fun + 623
14 libSystem.B.dylib 0x00007fff8411e8d2 _dispatch_queue_drain + 251
15 libSystem.B.dylib 0x00007fff8411e734 _dispatch_queue_invoke + 57
16 libSystem.B.dylib 0x00007fff8411e2de _dispatch_worker_thread2 + 252
17 libSystem.B.dylib 0x00007fff8411dc08 _pthread_wqthread + 353
18 libSystem.B.dylib 0x00007fff8411daa5 start_wqthread + 13


Thread 3:

0 libSystem.B.dylib 0x00007fff8411da2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8411de3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff8411daa5 start_wqthread + 13


Thread 4:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 5:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 6:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 7:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 8:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 9:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149dbf dumpTrieData + 527
5 com.apple.spotlight.index 0x000000010014995b dumpTrieFatData + 491
6 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
7 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
8 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
9 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
10 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
11 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 10:

0 libSystem.B.dylib 0x00007fff8413ea6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff84142881 _pthread_cond_wait + 1286
2 com.apple.spotlight.index 0x00000001001dc102 callback + 160
3 com.apple.spotlight.index 0x00000001001603e1 dumpFlatData + 1281
4 com.apple.spotlight.index 0x0000000100149871 dumpTrieFatData + 257
5 com.apple.spotlight.index 0x000000010014991f dumpTrieFatData + 431
6 com.apple.spotlight.index 0x000000010014a399 _dumpTrie + 649
7 com.apple.spotlight.index 0x000000010014a606 dumpTrie + 54
8 com.apple.spotlight.index 0x00000001001db3d1 mergeIndexDataTrampoline + 442
9 libSystem.B.dylib 0x00007fff8413cfd6 _pthread_start + 331
10 libSystem.B.dylib 0x00007fff8413ce89 thread_start + 13


Thread 11:

0 libSystem.B.dylib 0x00007fff8411da2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8411de3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff8411daa5 start_wqthread + 13


Thread 12:

0 libSystem.B.dylib 0x00007fff8411da2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8411de3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff8411daa5 start_wqthread + 13


Thread 2 crashed with X86 Thread State (64-bit):

rax: 0x0000000000000000 rbx: 0x00000003b946ca30 rcx: 0x00007fff70790650 rdx: 0x00007fff707905e0

rdi: 0x0000000100278200 rsi: 0x0000000106b00000 rbp: 0x00000003b946c9a0 rsp: 0x00000003b946c9a0

r8: 0x0000000000000001 r9: 0x0000000106b02f00 r10: 0x0000000106b03050 r11: 0x000000000000000c

r12: 0x0000000000000001 r13: 0x0000000101042a50 r14: 0x0000000101042a50 r15: 0x0000000000000008

rip: 0x00000001001e23bb rfl: 0x0000000000010246 cr2: 0x0000000000000000


Binary Images:

0x100000000 - 0x1000cefef mds ??? (???) <DF032861-771E-0058-96F3-975E81A426E0> /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Support/mds
0x100104000 - 0x100229ff7 com.apple.spotlight.index 10.6.3 (507.15) <5C193018-78E8-2C30-0AEB-D50424AFB8F3> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/Spotlight Index
0x10026a000 - 0x10026cfff com.apple.MDSChannel 1.0.1 (1.0.1) <63195212-0EBF-2FE2-AEFC-739040DFAB30> /System/Library/PrivateFrameworks/MDSChannel.framework/Versions/A/MDSChannel
0x3b94ce000 - 0x3b95defef libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <69130DA3-7CB3-54C8-ABC5-423DECDD2AF7> /usr/lib/dyld
0x7fff80710000 - 0x7fff80992fff com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff80ba1000 - 0x7fff80bebff7 com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x7fff816d1000 - 0x7fff8188ffff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
0x7fff821c0000 - 0x7fff82250fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x7fff82426000 - 0x7fff824fafe7 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
0x7fff83808000 - 0x7fff838a8fff com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
0x7fff83976000 - 0x7fff83987ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
0x7fff83ea2000 - 0x7fff83eafff7 com.apple.AppleFSCompression 24.4 (1.0) <DDA39C71-6379-2844-B217-2995B61EA768> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
0x7fff83eb2000 - 0x7fff83ebefff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
0x7fff84103000 - 0x7fff842c4fef libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
0x7fff845e6000 - 0x7fff845fcfef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
0x7fff8460f000 - 0x7fff8461efff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff854cb000 - 0x7fff8550cfff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x7fff858ad000 - 0x7fff858b3ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff858eb000 - 0x7fff859a1ff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
0x7fff85c37000 - 0x7fff85c62ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
0x7fff85d22000 - 0x7fff85d22ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86758000 - 0x7fff867a4fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
0x7fff86aab000 - 0x7fff86d34ff7 com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff86d35000 - 0x7fff86e2dff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <44AADE50-15BC-BC6B-BEF0-5029A30766AC> /usr/lib/libiconv.2.dylib
0x7fff86e6d000 - 0x7fff86f2afff com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x7fff87dd5000 - 0x7fff87df5fff com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
0x7fff87df6000 - 0x7fff87dfaff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff87dfb000 - 0x7fff87f11ff7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
0x7fff87f19000 - 0x7fff87f2afff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
0x7fff8816b000 - 0x7fff881a6fff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
0x7fff88ef6000 - 0x7fff88f56fe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff88fa3000 - 0x7fff892d7fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x7fff8934a000 - 0x7fff89358ff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
0x7fff893d9000 - 0x7fff89401fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
0x7fff894dd000 - 0x7fff894defff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
0x7fff894df000 - 0x7fff8955cfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff8a5cf000 - 0x7fff8a609fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8a60a000 - 0x7fff8a781fe7 com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8a7f9000 - 0x7fff8a8b2fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Jun 21, 2013 6:52 AM in response to Michael Levin

Michael Levin wrote:


Now I see there's a problem - Time Machine won't work:

Spotlight going nuts (pardon the technical term 😉) can interfere with TM backups. They'll run at a crawl.


Turn TM off until you get it fixed.


WZZZ's suggestion to delete the index, so OSX has to re-create it "from scratch," ought to fix it. It has for several folks, and I don't recall any posting back saying it didn't.

sudo mdutil -E but still "spotlight disabled"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.