Mach exception in iPhone
Asked Answered
Y

1

8

I sometimes get following exception:

[Mach] exception: 0x%x, count: %d, code: 0x%llx 0x%llx
[Mach] Skipping registered port - it is invalid
[Mach] Skipping registered port - mask does not match
signal %d, info %p, uapVoid %p

I do not have any idea what these exceptions are about. Can somebody throw any light on this?

Yoruba answered 5/6, 2014 at 9:48 Comment(5)
are you getting this error message on simulator or iphone device?Herbie
I am getting this on iPhone 5S. However, I do not get any such exception if I run it on iPhone 5.Yoruba
can you tell us , on what you are trying to do ?Herbie
I'm experiencing the same problem. I don't do any special things, it happens suddenly.Amniocentesis
Read this: plcrashreporter.org/documentation/api/v1.2-beta1/…Sillsby
S
0

try enabling the interception of generic exceptions:

in the left side of xcode, select "breakpoint navigator", on the bottom of left side click on "+", select "add exception breakpoint", a new item named "all exception" added in the breakpoint list. after click again on "+", select "add symbolic breakpoint", and write [NSException raise] inside text area named "symbol".

Now try again run your project.

Shinn answered 1/4, 2015 at 9:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.