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

Janus crashes when sending multiple successive "attach" messages over websocket #263

Closed
arjenveenhuizen opened this issue Jun 16, 2015 · 2 comments

Comments

@arjenveenhuizen
Copy link

Using git HEAD, we get a hard crash when sending multiple "attach" message one after another on the same websocket connection. Perhaps it is ICE related. Debug logging always ends here:

Log dump 1: http://pastebin.com/WznDawN7

And another log dump: http://pastebin.com/4QHMt4PG

[Update: moved logs to pastebin]

@lminiero
Copy link
Member

Please don't paste huge lines of text in the comments, as explained in CONTRIBUTING.md... use services like gist or pastebin.

Multiple attach create different handles, and different handles have different ICE contexts, so I don't think it's ICE related. Please provide a gdb stacktrace, logging alone doesn't provide enough info.

@lminiero
Copy link
Member

lminiero commented Jul 8, 2015

Any news on this? I can't replicate it: I'm able to send tons of "attach" requests in a row over the same WebSocket connection and they all work. Closing as apparently not an issue, feel free to reopen if you can provide more details to replicate the problem.

@lminiero lminiero closed this as completed Jul 8, 2015
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

2 participants