Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash var response = readStack.last #31

Closed
seropunov opened this issue Nov 9, 2014 · 4 comments
Closed

Crash var response = readStack.last #31

seropunov opened this issue Nov 9, 2014 · 4 comments

Comments

@seropunov
Copy link

Help me please.
This error appears if socket worked in long bg mode and send package.

var response = readStack.last
Screen error:
screen shot 2014-11-09 at 10 25 15 am

@daltoniam
Copy link
Owner

First, I want to clear up some terminology, just incase some one stumbles across this in the future:
"log bg mode" actually means: "VOIP background mode" for iOS. This is set in Starscream with a voipEnabled = true

As far as the issue goes, I need more detail as I can't decipher anything from that picture. Can you get a backtrace when this error occurs?

@seropunov
Copy link
Author

VOIP background mode -activation
voipEnabled = true - done

error screen:
screen shot 2014-11-11 at 12 18 13 am

Socket work 40-50 min on background mode and crash ((

This problem only background mode

@daltoniam
Copy link
Owner

That is a picture of the stack, not the backtrace. In the debugger (lldb) run bt after it catches the exception. That will print out the backtrace and hopefully help narrow down the issue.

@seropunov
Copy link
Author

Close this problem pleas. This error occurred only my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants