[TIMOB-6612] iOS: videoPlayer - Unexpected console output after bad URL playback failure
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-19T12:31:36.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-50, Release 1.8.0.1, Release 2.0.0 |
Components | iOS |
Labels | qe-ios121211, regression, verified-1.8.0.1 |
Reporter | Eric Merriman |
Assignee | Blain Hamon |
Created | 2011-12-13T10:57:01.000+0000 |
Updated | 2014-06-19T12:42:44.000+0000 |
Description
Description:
In KS, on the Phone>Play Movie>Remote streaming 2 test, the link is bad, and the movie will not play. When coming out of the test, I noticed some console output I had not seen before. It was:
Dec 13 10:28:12 unknown KitchenSink[12060] : An instance 0x50d720 of class AVPlayerItem was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
(
Context: 0x0, Property: 0x51a9d0>
Context: 0x0, Property: 0x51aaf0>
)
Dec 13 10:28:13 unknown UIKitApplication:com.appcelerator.titanium[0x7075][12060] : [FATAL] Orphaned [object TiUIAlertDialog] is trying to forget [object TiUIAlertDialog].
I could not reliable reproduce this when I attempted the same steps. The Orphaned AlertDialog was reproducible however.
Steps to reproduce:
1) Install KS built with SDK 1.8.0.1
2) Navigate to Phone>Play Movie>Remote streaming 2
3) Back out of the test
Result:
Console logs error
Expected:
No errors logged
Notes:
I could not reproduce this in 1.7.5 KS and SDK
Commit 38c000a reduces the severity of the warning only; it does not resolve the issue, but is still related to this ticket.
Commit 3bcd898 reduces the severity of the warning only; it does not resolve the issue, but is still related to this ticket.
Tested with iphone 4s (5.0.1) with 1.8.0.1.RC3 not seeing unexpected console output after bad URL
Closing this issue against 1.8.0.1