Skip to content
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

App crashes with EXC_BAD_ACCESS #29

Open
mehta-viru1 opened this issue Dec 9, 2011 · 1 comment
Open

App crashes with EXC_BAD_ACCESS #29

mehta-viru1 opened this issue Dec 9, 2011 · 1 comment

Comments

@mehta-viru1
Copy link

Hello,

I was just wondering if you can help me out here. the app is crashing when I am clicking on a cell/row in the data view controller which loads another view controller. The crash is precisely at this line with EXC_BAD_ACCESS:

[viewControllersStack removeObjectAtIndex:indexOfViewController];

I do not get a stack trace. I am printing the descriptions:

Printing description of viewControllersStack:
(
"<ParentViewController: 0x695dcd0>",
"<ChildViewController: 0x69821b0>"
)

indexOfViewController = 1
viewControllerCount = 2

I am not sure whether the info I have provided would be enough.
Please let me know if there is anything additional I can provide.

Regards,
Viraj

@Reefaq
Copy link
Contributor

Reefaq commented Dec 15, 2011

i will look into this & get back to u ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants