-
Notifications
You must be signed in to change notification settings - Fork 2
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
Incomplete/oversize messages cause crash, probably #8
Comments
It happened again, this time when switching my VPN off and reconnecting:
|
Is it possible to run it through valgrind? |
I can't seem to reproduce it easily, so I don't have a backtrace, sorry. It appears fast enough running in gdb, so I'll just keep running it in gdb for a while. The valgrind output is too noisy to tell me anything: Also, it appears that the |
I ran into this only once, but here's what I think has happened:
free
on the result invalid pointer(?)Here's what I know for sure:
This was the last lines of stderr:
These are the last lines of stdout:
(The channel-ID
0123456789abcdef
is fake.)I'm fairly certain that purple-rocketchat is the only plugin that reasonably calls
json_node_get_object
at that point in my case.Let's hope I can't reproduce it :P
EDIT: The "Meteor.Error" seems relevant.
The text was updated successfully, but these errors were encountered: