I get the following sequence of messages generated EVERY FEW SECONDS on the console:
Formulating crash report for process nibindd7568
(com.apple.nibindd7568) Exited abnormally: Trace/BPT trap
Throttling respawn: Will start in 9 seconds
I don't need to be doing anything overt -- I can just sit and watch it scroll. All applications seems to behave normally, but I imagine that this never-ending cycles slows things down.
The com.apple.nibindd.plist file reads:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.nibindd</string>
<key>OnDemand</key>
<false/>
<key>ServiceIPC</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/nibindd</string>
</array>
</dict>
</plist>
Thanks for any suggestions!
Formulating crash report for process nibindd7568
(com.apple.nibindd7568) Exited abnormally: Trace/BPT trap
Throttling respawn: Will start in 9 seconds
I don't need to be doing anything overt -- I can just sit and watch it scroll. All applications seems to behave normally, but I imagine that this never-ending cycles slows things down.
The com.apple.nibindd.plist file reads:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.nibindd</string>
<key>OnDemand</key>
<false/>
<key>ServiceIPC</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/nibindd</string>
</array>
</dict>
</plist>
Thanks for any suggestions!