[jira] [Commented] (CB-9769) Application modifying the autolayout engine from a background thread causes crash on keyboard focus

2015-12-31 Thread Robert Saiter (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076065#comment-15076065
 ] 

Robert Saiter commented on CB-9769:
---

Just noticed this issue reported in NewRelic "accessing 
_cachedSystemAnimationFence requires the main thread"... will try to disable 
3rd party keyboards as a workaround.  

> Application modifying the autolayout engine from a background thread causes 
> crash on keyboard focus
> ---
>
> Key: CB-9769
> URL: https://issues.apache.org/jira/browse/CB-9769
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Ryan England
>
> Hi there,
> We're getting issues when keyboard focus is given to a textbox within a form. 
> Upon clicking the form field, the entire app immediately crashes and the 
> following information is displayed in Xcode:
> 2015-10-08 18:47:49.092 BudiPay[527:113011] This application is modifying the 
> autolayout engine from a background thread, which can lead to engine 
> corruption and weird crashes.  This will cause an exception in a future 
> release.
>  Stack:(
>   0   CoreFoundation  0x000184608f74  + 
> 148
>   1   libobjc.A.dylib 0x000199af7f80 
> objc_exception_throw + 56
>   2   CoreFoundation  0x000184608ea4  + > 0
>   3   Foundation  0x0001856225d8  + 
> 88
>   4   Foundation  0x0001854a4a1c  + 
> 36
>   5   UIKit   0x000189c6393c  + 
> 64
>   6   UIKit   0x000189c64454  + 
> 244
>   7   UIKit   0x000189c80f28  + 
> 108
>   8   UIKit   0x00018a38a77c  + 
> 268
>   9   UIKit   0x000189e61fb0  + 
> 176
>   10  UIKit   0x000189e51098  + 
> 52
>   11  UIKit   0x000189b5aff0  + 
> 644
>   12  QuartzCore  0x000189361f14  + 
> 148
>   13  QuartzCore  0x00018935cb20  + 
> 292
>   14  QuartzCore  0x00018935c9e0  + 
> 32
>   15  QuartzCore  0x00018935c07c  + 
> 252
>   16  QuartzCore  0x00018935bdd0  + 
> 516
>   17  QuartzCore  0x0001893aeb00  + 
> 592
>   18  IOKit   0x000185896018 
> IODispatchCalloutFromCFMessage + 372
>   19  CoreFoundation  0x0001845aa8e0  + 
> 180
>   20  CoreFoundation  0x0001845c0cdc  + 
> 56
>   21  CoreFoundation  0x0001845c0414  + 
> 436
>   22  CoreFoundation  0x0001845be16c  + 
> 1800
>   23  CoreFoundation  0x0001844ecdc0 
> CFRunLoopRunSpecific + 384
>   24  WebCore 0x000196a25aa0  + 
> 456
>   25  libsystem_pthread.dylib 0x00019a4fbb3c  + 
> 156
>   26  libsystem_pthread.dylib 0x00019a4fbaa0  + > 0
>   27  libsystem_pthread.dylib 0x00019a4f9030 thread_start 
> + 4
> )
> 2015-10-08 18:47:49.096 BudiPay[527:113011] This application is modifying the 
> autolayout engine from a background thread, which can lead to engine 
> corruption and weird crashes.  This will cause an exception in a future 
> release.
>  Stack:(
>   0   CoreFoundation  0x000184608f74  + 
> 148
>   1   libobjc.A.dylib 0x000199af7f80 
> objc_exception_throw + 56
>   2   CoreFoundation  0x000184608ea4  + > 0
>   3   Foundation  0x0001856225d8  + 
> 88
>   4   Foundation  0x0001854a8f3c  + 
> 56
>   5   Foundation  0x0001854a4afc  + 
> 260
>   6   UIKit   0x000189c6393c  + 
> 64
>   7   UIKit   0x000189c64454  + 
> 244
>   8   UIKit   0x000189c80f28  + 
> 108
>   9   UIKit   0x00018a38a77c  + 
> 268
>   10  UIKit   0x000189e61fb0  + 
> 176
>   11  UIKit   0x000189e51098  + 
> 52
>   12  UIKit   0x000189b5aff0  + 
> 644
>   13  QuartzCore  0x000189361f14  + 
> 148
>   14  QuartzCore  0x00018935cb20  + 
> 292
>   15  QuartzCore  0x00

[jira] [Commented] (CB-7882) xcode6.1 - Analyze - viewDidUnload instance method is missing [super viewDidUnload] call

2014-10-29 Thread Robert Saiter (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188329#comment-14188329
 ] 

Robert Saiter commented on CB-7882:
---

Good point Kevin,  I will try to look into things a little more next time 
before putting in a new issue.   It looks like didReceiveMemoryWarning is used 
instead of viewDidUnload so it doesn't even need to exist (as you stated).   
Good info.

> xcode6.1 - Analyze - viewDidUnload instance method is missing [super 
> viewDidUnload] call
> 
>
> Key: CB-7882
> URL: https://issues.apache.org/jira/browse/CB-7882
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Affects Versions: 3.6.3
> Environment: Xcode 6.1, OSX 10.9.5, iOS 8.1
>Reporter: Robert Saiter
>Assignee: Shazron Abdullah
>Priority: Minor
> Fix For: 3.7.0
>
>
> When running Analyze on my project; Xcode returns the following message.
> "CDVViewController.m:618:1: The 'viewDidUnload' instance method in 
> UIViewController subclass 'CDVViewController' is missing a [super 
> viewDidUnload] call"
> I put this in as an improvement since I don't believe it's required and 
> doesn't appear to impact anything other than returning a message after you 
> analyze.   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-7882) xcode6.1 - Analyze - viewDidUnload instance method is missing [super viewDidUnload] call

2014-10-27 Thread Robert Saiter (JIRA)
Robert Saiter created CB-7882:
-

 Summary: xcode6.1 - Analyze - viewDidUnload instance method is 
missing [super viewDidUnload] call
 Key: CB-7882
 URL: https://issues.apache.org/jira/browse/CB-7882
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaLib
Affects Versions: 3.6.3
 Environment: Xcode 6.1, OSX 10.9.5, iOS 8.1
Reporter: Robert Saiter
Priority: Minor


When running Analyze on my project; Xcode returns the following message.

"CDVViewController.m:618:1: The 'viewDidUnload' instance method in 
UIViewController subclass 'CDVViewController' is missing a [super 
viewDidUnload] call"

I put this in as an improvement since I don't believe it's required and doesn't 
appear to impact anything other than returning a message after you analyze.   




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org