-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault #48
Comments
Have you pulled the newest code and update to the newest iOS beta? Because using the beta 5 build, it didn't crash on my OpenWRT router. |
Yes, I'm running the newest code. I get the set fault on both beta 4 and beta 5 (iOS 9). I run the code on a raspberry pi 2. It works fine when iOS 8.4 connects to it. |
Can you upload your Configuration.h? I have tested for a day, but I didn't get segmentation fault yet. |
ok, I cloned a celan version of master branch and it doesn't seg-fault anymore, but the callback function for intensity change is not called. Thanks for writing this software and for your help. This is amazing piece of work! |
I have checked using the home kit catalog by Apple, since homed will be the actual program send the request. (Sorry for the delay. Got lots of stuff to do in this month) But if you still have problem, do you mind post your Accessory.cpp? That would be the major part of the code that determine whether the callback is called (by whether you configure the callback function properly). |
@etwmc hello, I got this issue today, the latest iOS 9.3.1 seems to have trouble while trying to link, the console log says like this:
And then it quits itself, it doesnt manage to link |
any suggestion on what part of the code start lookin? |
How about just run it with debugger, then do a backtrace? |
I was trying yesterday but my device is a little space sensitive, can I get you a beer as in paypal beer :p for your help? |
The PHK server crashes immediately after trying to add the bridge to the iPhone app. Specifically after responding to the Alert that says this accessory is not certified. This problem started after I switched to iOS 9 (beta 4).
The text was updated successfully, but these errors were encountered: