Troubleshooting EXEC_BAD_ACCESS
Troubleshooting EXEC_BAD_ACCESS
- Subject: Troubleshooting EXEC_BAD_ACCESS
- From: Todd <email@hidden>
- Date: Sun, 18 Sep 2011 12:24:48 -0700
Hi All,
Can anyone help me learn now to trouble shoot EXEC_BAD_ACCESS in the debugger?
When I get the EXEC_BAD_ACCESS I see a red error on the line:
helloWorldView = CP_new CP_HelloWorld_View( fWindow, viewLocation, viewSize );
if I look up the call chain the next place it has a red arrow is:
CP_HelloWorld_View::CP_HelloWorld_View( CPLAT::CP_View *inSuperview,
const CPLAT::CP_Point& inUpperLeft, const CPLAT::CP_Size& inContentSize)
: CP_View( inSuperview, inUpperLeft, inContentSize, true, GetFlags() | CPLAT::CP_E_ViewFlags_SupportsDragAndDrop )
{
}
Last in the call chain I see a call to CPLAT::CP_VIEW_IMP::CreateImp()
Thoughts are appreciated!
-Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden