Under certain conditions (out of my control) my app gets an
EXC_BAD_ACCESS.
It's your app, so it's under your control.
Suppose you have an app named Fob. Fob links to a third party
library called FooLib. In FooLib contains a function, FooA, that
you must use. Inside of FooA your app is receiving EXC_BAD_ACCESS
exceptions periodically, because FooA is accessing non-allocated or
already disposed memory. You don't have the source for FooLib, and
the developer of it hasn't fixed FooA.
Would the above scenario be classified as TOTALLY under the
developer of Fobs control?
Despite being totally hypothetical, if you're passing an invalid
pointer, I'd say that it's totally under your control. If the library
itself is screwing up, then don't use the library, again under your
control.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden