joevandyk (Joe Van Dyk)
- Login: joevandyk
- Email: joe@tanga.com
- Registered on: 08/18/2013
- Last sign in: 10/16/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/18/2013
-
04:51 AM Ruby Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- I'm runing into this same problem on Ruby 2.0 p247.
RuntimeError: Wrong size. Was 157, should be 134
/usr/local/stow/ruby-2.0.0-p247/lib/ruby/2.0.0/xmlrpc/client.rb:506:in `do_rpc'
/usr/local/stow/ruby-2.0.0-p247/lib/ruby/2.0.0/xmlrpc/...
08/18/2013
-
05:56 AM Ruby Bug #8797: Intermittent Segfault on 2.0.0-p247 when running 'bundle install'
- Oh, hm, looks like the backtrace got cut off. Here's the complete backtrace: https://gist.github.com/joevandyk/ec27393b41f421326149/raw/194a2646cbc83487b59198c8847ecdc9bcfec811/gistfile1.txt
-
05:43 AM Ruby Bug #8797 (Closed): Intermittent Segfault on 2.0.0-p247 when running 'bundle install'
- Running Ubuntu 12.04 32 bit in a VMWare Fusion guest on OSX. Installed ruby 2.0.0-p247 with no special compilation or install options.
I've been getting this segfault occasionally when doing bundle install's with bundler 1.3.5.
$ ...