当我点击系统偏好设置>帐户,我每次都会崩溃。
以下是“问题报告”中的一些有趣的摘录。
关于如何解决这个问题的任何想法?
Process: System Preferences [607]
Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
Identifier: com.apple.systempreferences
Version: 7.0 (7.0)
Build Info: SystemPrefsApp-1750100~5
Code Type: X86-64 (Native)
Parent Process: launchd [184]
OS Version: Mac OS X 10.6.5 (10H574)
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000117547860
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
objc_msgSend() selector name: willSelect
objc[607]: garbage collection is ON
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff80fd211c objc_msgSend + 40
1 com.apple.systempreferences 0x0000000100008426 0x100000000 + 33830
2 com.apple.systempreferences 0x0000000100006fb8 0x100000000 + 28600
3 com.apple.Foundation 0x00007fff84ede23c __NSFireDelayedPerform + 404
4 com.apple.CoreFoundation 0x00007fff824acbe8 __CFRunLoopRun + 6488
5 com.apple.CoreFoundation 0x00007fff824aadbf CFRunLoopRunSpecific + 575
6 com.apple.HIToolbox 0x00007fff82ec691a RunCurrentEventLoopInMode + 333
7 com.apple.HIToolbox 0x00007fff82ec671f ReceiveNextEventCommon + 310
8 com.apple.HIToolbox 0x00007fff82ec65d8 BlockUntilNextEventMatchingListInMode + 59
9 com.apple.AppKit 0x00007fff866c0e64 _DPSNextEvent + 718
10 com.apple.AppKit 0x00007fff866c07a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
11 com.apple.AppKit 0x00007fff8668648b -[NSApplication run] + 395
12 com.apple.AppKit 0x00007fff8667f1a8 NSApplicationMain + 364
13 com.apple.systempreferences 0x0000000100001cf4 0x100000000 + 7412
...
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000001 rbx: 0x0000000200037840 rcx: 0x0000000200058031 rdx: 0x00007fff5fbfe2c0
...
Binary Images:
0x100000000 - 0x10001eff7 com.apple.systempreferences 7.0 (7.0) <30C04F1A-7711-1359-8A0E-D707B8BF2EB4> /Applications/System Preferences.app/Contents/MacOS/System Preferences
0x100758000 - 0x10076dfff com.apple.frameworks.opendirectoryconfigui 10.6.4 (10.6.4) <4711F2E8-DFA5-4C81-BB2A-B1E39D5B1B91> /System/Library/PrivateFrameworks/OpenDirectoryConfigUI.framework/Versions/A/OpenDirectoryConfigUI
...
是否已经创建了另一个帐户,您可以打开系统偏好设置?
—
CaseyIT
禁用或删除后台运行的输入管理器和进程。检查其他应用程序或首选项窗格是否崩溃。您最近是否使用安装程序,需要管理员密码的软件或硬件驱动程序安装了软件?
—
Daniel Beck
不幸的是,没有其他帐户我可以试试这个。我最近安装了很多东西。我尝试删除所有首选项窗格,但我仍然看到了这一点。
—
Vivek Sundaram
任何人都可以帮助解密调用堆栈,看看问题可能在哪里?
—
Vivek Sundaram