[TIMOB-1642] Transitioning between windows causes a crash, iOS 4/4.0.2 sdk 1.4
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | defect, ios, iphone, windows |
Reporter | ctredway |
Assignee | Blain Hamon |
Created | 2011-04-15T02:58:07.000+0000 |
Updated | 2011-04-17T01:56:44.000+0000 |
Description
We have a customer that reports that when quickly moving from one window to another causes a crash.
I cannot reproduce the crash but since the customer can I am creating this ticket.
http://developer.appcelerator.com/helpdesk/view/31431">http://developer.appcelerator.com/helpdesk/view/31431 - this has the code
Comments
- Jeff Haynie 2011-04-15
(from [2067afa9f6f73ac7d46b6620a1ebfd5b63743dc4]) [#1642 state:fixed-in-qa]: dynprops is now protected by a r/w lock. - Fixed a warning in TiDOMElementProxy. http://github.com/appcelerator/titanium_mobile/commit/2067afa9f6f73ac7d46b6620a1ebfd5b63743dc4"> http://github.com/appcelerator/titanium_mobile/commit/2067afa9f6f73...
- Stephen Tramer 2011-04-15
Note for Thom: I did some testing in KS to make sure that the dynprops lock didn't adversely affect anything (and was very careful about lock management - I double checked), but please make sure that nothing got munged in the process.
This may solve some other bugs as well.
- Thomas Huelbert 2011-04-15
thanks for the note Stephen, next mondays regression pass may turn up something I missed this morning.