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

Yosemite random Crash - discoveryd_helper[147]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Hi Everyone,


i have a crash every now and then. Looks like it has something to do with Networking or Bonjour.


Nov 10 23:55:34.018358 Chriss-iMac.local discoveryd_helper[147]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 10 23:55:34.018593 Chriss-iMac.local discoveryd_helper[147]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7ff9d0600210: start (pid=50, <unknown> not root)

Nov 10 23:55:34.018358 Chriss-iMac.local discoveryd_helper[147]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 10 23:55:34.018593 Chriss-iMac.local discoveryd_helper[147]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7ff9d0600210: start (pid=50, <unknown> not root)


anyone got any idea what it could be ? I learned that


there is no more com.apple.mDNSResponder.plist in OS X 10.10. The service that controls mDNSResponder is now discoverd. The plist file you are looking for is actually:

/System/Library/LaunchDaemons/com.apple.discoveryd.plist

You want to add

--no-multicast
to the ProgramArguments in that file.

  <key>ProgramArguments</key> <array> <string>/usr/libexec/discoveryd</string> <string>--udsocket</string> <string>standard</string> <string>--loglevel</string> <string>Basic</string> <string>--logclass</string> <string>Everything</string> <string>--logto</string> <string>asl</string> </array>

Becomes

  <key>ProgramArguments</key> <array> <string>/usr/libexec/discoveryd</string> <string>--udsocket</string> <string>standard</string> <string>--loglevel</string> <string>Basic</string> <string>--logclass</string> <string>Everything</string> <string>--logto</string> <string>asl</string> <string>--no-multicast</string> </array>


but doing this (adding

--no-multicast)
disables finding and communicating with printers in my network and my timemachine backup drive can't be found.


..... any clues ? this is driving me mad.

Posted on Nov 11, 2014 10:48 AM

Reply
151 replies

Nov 16, 2014 8:29 AM in response to Shadowstrider

I have exactly the same problem. 2 crashes in 24 hours 😟


Nov 16 03:01:44.155219 localhost discoveryd_helper[246]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 16 03:01:44.155609 localhost discoveryd_helper[246]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fd0cc300000: start (pid=51, <unknown> not root)

Nov 16 16:08:50.595458 localhost discoveryd_helper[502]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 16 16:08:50.595855 localhost discoveryd_helper[502]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fd5f1e09870: start (pid=51, <unknown> not root)

Nov 17, 2014 9:36 PM in response to Shadowstrider

Same issue here after updating to Yosemite. No useful information before the crash in system log as can be seen below. User reports trying to open a pdf right before the last 2 crashes, probably coincidence. User works with files from network shares. Default pdf viewer is set to Adobe Reader.



System log right before the crash:


Nov 17 14:53:20 Beths-MacBook-Pro.local CalendarAgent[53219]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=404 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 404.)" UserInfo=0x7f92c1511860 {AccountName=bcole@???.com, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7f92c3905660 [0x7fff7bdd6cf0]>{type = immutable dict, count = 9,

entries =>

0 : Server = <CFString 0x7f92c3888510 [0x7fff7bdd6cf0]>{contents = "Kerio Connect 8.3.1"}

1 : Content-Type = text/html

2 : Transfer-Encoding = <CFString 0x7fff7a75c558 [0x7fff7bdd6cf0]>{contents = "Identity"}

3 : X-UA-Compatible = IE=edge

6 : Date = <CFString 0x7f92c38899b0 [0x7fff7bdd6cf0]>{contents = "Mon, 17 Nov 2014 20:53:20 GMT"}

7 : X-Frame-Options = <CFString 0x7f92c38899e0 [0x7fff7bdd6cf0]>{contents = "SAMEORIGIN"}

8 : Content-Encoding = deflate

10 : Keep-Alive = <CFString 0x7f92c38884e0 [0x7fff7bdd6cf0]>{contents = "timeout=15, max=99"}

12 : Connection = <CFString 0x7f92c3888700 [0x7fff7bdd6cf0]>{contents = "Keep-Alive"}

}

}]

Nov 17 14:53:20 Beths-MacBook-Pro.local CalendarAgent[53219]: [com.apple.calendar.store.log.caldav.queue] [Coalescing failed operation [<CalDAVAccountRefreshQueueableOperation: 0x7f92c385ea60; Sequence: 0>]]

Nov 17 14:54:02 Beths-MacBook-Pro.local system_profiler[91306]: platformPluginDictionary: Can't get X86PlatformPlugin, return value 0

Nov 17 14:54:33 --- last message repeated 1 time ---

Nov 17 14:58:07 localhost bootlog[0]: BOOT_TIME 1416257887 0

Nov 17 14:58:10 localhost syslogd[17]: Configuration Notice:

ASL Module "com.apple.AccountPolicyHelper" claims selected messages.



CrashReporter Log:


Nov 17 14:58:11.831237 Beths-MacBook-Pro.local discoveryd_helper[170]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 17 14:58:11.834289 Beths-MacBook-Pro.local discoveryd_helper[170]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fc848e04390: start (pid=49, <unknown> not root)

Nov 25, 2014 10:33 AM in response to Shadowstrider

I am having the same issue.


I just did a clean install of Yosemite (formatted hard drive) on a 2009 Macbook Pro 5,4 and the version reads 10.10.1.

The only apps I have installed after the clean install include Kindle, Garage Band, iPhoto, and Xcode.

The only app that are open when this crash occurs include Calendar, Console, Mail, Messages, Safari, and Finder.


The below logs are from Console -> LibraryLogs -> Crash Reporter


It seems that the timestamps of these log entries match the times that my macbook has suddenly froze and then rebooted.


Anyone have any ides what might be causing this?


Nov 25 10:42:42.678263 MacBook-Pro.local discoveryd_helper[141]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 25 10:42:42.679041 MacBook-Pro.local discoveryd_helper[141]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7f8cc0c0a260: start (pid=48, <unknown> not root)

Nov 25 11:41:13.594710 localhost discoveryd_helper[143]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 25 11:41:13.595844 localhost discoveryd_helper[143]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fb732405220: start (pid=48, <unknown> not root)

Nov 25 12:04:12.460940 localhost discoveryd_helper[139]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Nov 25 12:04:12.461765 localhost discoveryd_helper[139]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fe6e0409980: start (pid=48, <unknown> not root)

Nov 25, 2014 11:01 AM in response to Shadowstrider

I am experiencing this crash on a clean install of Yosemite 10.10.1 and Time Machine is off and has never been configured on this fresh install.


By the way, on my Mac I am only assuming that the crash is related to following log line since the log line is in the CrashReporter section of Console, but I don't know much about how to debug using Console.


Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fb732405220: start (pid=48, <unknown> not root)

Some additional information: I just disabled bluetooth and turned on my firewall. Will wait to see if the crashes continue...

Nov 27, 2014 1:25 AM in response to Shadowstrider

I'm having these random restarts on a Mac Mini (late 2012) server with the same discovered_helper message in the crash reports. I had started with a clean install of 10.10, but these crashes started to occur after upgrading to 10.10.1 in my case. I don't see the problem on the other Macs (MacBook Pros and MacBook Airs) running the same OS.


This Mac Mini is used mainly for family multimedia stuff and as a DNS caching server. There is not much interactive use. Interestingly these crashes all happened when nobody was working on the computer.

Dec 2, 2014 3:06 AM in response to Shadowstrider

I continue experiencing those. Tried chaining the discovery log level and monitor what is going on. Unfortunately discovered creates so much noise and I couldn't sift through those.

But with last couple of crashes I noticed that the kernel spits bird message and I got also VM related complaint.

Here is how it goes:

02/12/2014 10:47:54.000 kernel[0]: bird[575] Unable to quarantine: 93

02/12/2014 10:47:55.342 discoveryd[49]: Intermediate ClientIPC DNSServiceGetAddrInfo: flags=0x2800d000, interface=0, protocol=0x0, name=p14-content.icloud.com (nsurlsessiond(555))

02/12/2014 10:47:56.477 discoveryd[49]: Intermediate ClientIPC DNSServiceGetAddrInfo: flags=0x2800d000, interface=0, protocol=0x0, name=att-us-san-stl-00001.nawest3.synaptic.att.com (nsurlsessiond(555))

02/12/2014 10:47:57.000 kernel[0]: bird[575] Unable to quarantine: 93

02/12/2014 10:48:00.000 kernel[0]: aio_queue_async_request(): too many in flight for proc: 16.


I am still trying to make sense of all this and will keep tracking to find if I got any more useful information.


Meanwhile has anyone found any more clarity about the cause of this problem?

Dec 4, 2014 4:25 AM in response to Shadowstrider

Same here with iMac 27" and Yosemite 10.10:


Crashlog shows this a lot:

Dec 3 19:30:09.599762 iMac.local discoveryd_helper[151]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 19:30:09.600101 iMac.local discoveryd_helper[151]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fbf00f00430: start (pid=49, <unknown> not root)


Somedays the system is running fine the whole day, others the system is randomly rebooting again and again... yesterday 4 times in a row...

Dec 4, 2014 7:10 AM in response to Shadowstrider

I'm receiving the same issue on my work's Mac Pro with the latest version of Yosemite. It had been happening infrequently, until yesterday when it rebooted 5 times. When trying to diagnose what was causing this issue, we seemed to narrow it down to media playing applications, such as iTunes and Quicktime. This is just a theory, however.


I will note that I'm not receiving this crash on my Macbook Pro (Late 2012) which also has the latest version of Yosemite.


Hopefully the next update will correct this issue.


Dec 3 15:11:01.145261 oph-ryan45-r10.ad.uab.edu discoveryd_helper[173]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 15:11:01.145716 oph-ryan45-r10.ad.uab.edu discoveryd_helper[173]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fc481408230: start (pid=51, <unknown> not root)

Dec 3 15:15:14.130379 oph-ryan45-r10.ad.uab.edu discoveryd_helper[173]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 15:15:14.131040 oph-ryan45-r10.ad.uab.edu discoveryd_helper[173]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fa442d01390: start (pid=51, <unknown> not root)

Dec 3 15:49:15.720495 oph-ryan45-r10.ad.uab.edu discoveryd_helper[169]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 15:49:15.720770 oph-ryan45-r10.ad.uab.edu discoveryd_helper[169]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7ff973600940: start (pid=51, <unknown> not root)

Dec 3 15:56:49.271796 oph-ryan45-r10.ad.uab.edu discoveryd_helper[172]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 15:56:49.272123 oph-ryan45-r10.ad.uab.edu discoveryd_helper[172]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fdc14900320: start (pid=51, <unknown> not root)

Dec 3 22:08:15.264670 oph-ryan45-r10.ad.uab.edu discoveryd_helper[172]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

Dec 3 22:08:15.264956 oph-ryan45-r10.ad.uab.edu discoveryd_helper[172]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fb2db800820: start (pid=51, <unknown> not root)

Yosemite random Crash - discoveryd_helper[147]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server

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