-
Notifications
You must be signed in to change notification settings - Fork 87
Rubinius + examples/websockets.rb leads to "ArgumentError: Data object has already been freed" on master intermittently #136
Comments
Looks like this might be related to celluloid/celluloid-io#95 and Rubinius 2.2.3+ (I'm using 2.2.5). |
Just observed on 2.2.6, though not websocket related here. Benching with siege, Rubinius becomes progressively more likely to crash this way as I increase concurrent connections. For a given siege run, it either crashes very quickly, or completes the entire run flawlessly. That suggests to me that it's related to opening connections concurrently, and that the probability of the crash is directly related to how many connections are being opened in parallel. |
Here's some more information, including reproducible example, output from siege, and exceptions involved for both 2.1.1 and Rubinius 2.2.6: https://gist.github.com/tmornini/9986499 |
There's some discussion of this issue here: https://groups.google.com/forum/#!topic/celluloid-ruby/qx9f4ai9Q3Y |
Having this same issue on JRuby 1.7.11
|
Issue is no longer present in jruby 1.7.16.1+ |
Released in 0.6.0.pre1 |
Just did a fresh clone and loaded up examples/websockets.rb to do some testing, keep getting "ArgumentError: Data object has already been freed" during my tests (and a reset client connection) when reusing connections.. only setup the example to reproduce another issue with a broken websocket client, but this is occuring during a GET /...
This is probably broken, though I don't have time right now to chase down who is causing that.
Full bt from console:
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: