imberezin / google-cast-sdk

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

On iOS i see intermittent crashes - "[GCKCastSecureSocket startSSL]: message sent to deallocated instance" #737

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The last line I see is:
[GCKCastSecureSocket startSSL]: message sent to deallocated instance

What steps will reproduce the problem?
1. Connect and starting a google cast stream
2. Open and close (press home button) quickly and multiple times...

What is the expected output?
The app will open, recconnect and close without any problems

What do you see instead?
The app will open and close fine but at some point I get a crash with the last 
message:
[GCKCastSecureSocket startSSL]: message sent to deallocated instance <memory 
pointer>

What version of the product are you using?
Running version 2.10.1 of the google-cast-sdk

On what operating system?
Tried both the iOS 9.2 simulator and a regular device iPhone 6s, running iOS 9.2

Please provide any additional information below.
I haven't been able to provoke this in the CastVideos example application, but 
as it is intermittent I cannot say that it isn't there.
Besides it seems to be from inside the google-cast-sdk, hence I´m unsure how I 
should be able to change this startSSL connection.

Original issue reported on code.google.com by jacobvon...@gmail.com on 15 Jan 2016 at 10:03

GoogleCodeExporter commented 8 years ago
If you haven't been able to reproduce this with the CastVideos app, which app 
did you use? Also, can you provide any stream(s) where you're seeing this 
behavior?

Original comment by jonathan...@google.com on 21 Jan 2016 at 11:36