wavefree / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

iOS GCKFramework.framework v1.0.4 | [GCKApplicationSession endSession] crashes app with EXC_BAD_ACCESS #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Google Cast iOS Sender API GCKFramework.framework v.1.0.4 has a critical 
bug that causes the app to crash with an EXC_BAD_ACCESS when 
[GCKApplicationSession endSession] is called.

What steps will reproduce the problem?
1. Set up and run the sample app: 
https://github.com/googlecast/cast-ios-demo-player
2. In the app, select a receiver device, select media, and then start casting 
the video by touching the Cast Media button
3. After the video plays for a bit on the device, touch the End Session or 
Destroy Session button

What is the expected output? What do you see instead?
It is expected that the session would be ended, but instead the App crashes 
with an error "Thread 1: EXC_BAD_ACCESS (code=1, address=0xe0000008)" 

(note: the thread stack is attached to this issue)

Original issue reported on code.google.com by matthewr...@gmail.com on 19 Sep 2013 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
1.0.5 was released today.

Original comment by l...@google.com on 25 Sep 2013 at 11:06

GoogleCodeExporter commented 9 years ago
Unfortunately, the issue is still present in v.1.0.5. Another user has reported 
it as issue 74.

Original comment by matthewr...@gmail.com on 26 Sep 2013 at 12:17