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

Fix for ListView Crash with Segmentaion Fault 11, Release _headerViewProxy observer #5781

Closed
wants to merge 1 commit into from

Conversation

kazuyukitanimura
Copy link

I noticed that _headerViewProxy observer never gets set back to nil that causes crashing my app with segmentation fault 11

objc_msgSend + 6
-TiViewProxy relayout
-TiViewProxy refreshView:
-TiViewProxy layoutChildrenIfNeeded
+TiLayoutQueue layoutProxy:
performLayoutRefresh (TiLayoutQueue.m:46)
....

Possibley related to http://developer.appcelerator.com/question/174242/ios-crashing-when-using-native-back-button and
https://jira.appcelerator.org/browse/TC-4136

@jhaynie
Copy link
Contributor

jhaynie commented Jun 8, 2014

thank you

@ingo
Copy link
Contributor

ingo commented Jun 16, 2014

@kazuyukitanimura I don't believe you've signed the CLA. Can you please do so so we can take your submission? https://appcelerator.echosign.com/public/hostedForm?formid=25LBTXJ55452R

@kazuyukitanimura
Copy link
Author

Done!

@ingo
Copy link
Contributor

ingo commented Jun 17, 2014

Confirmed CLA has been signed.

@vishalduggal
Copy link
Contributor

The change in this PR has been merged with other changes in both master and 3_3_X branches.
PR #5804 and PR #5811

Thank you for your contribution. Closing out this PR.

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

Successfully merging this pull request may close these issues.

None yet

4 participants