From: "teeray (Timothy Raymond)" Date: 2013-05-05T09:24:24+09:00 Subject: [ruby-core:54787] [ruby-trunk - Bug #8310] resque-web crashes with segfault on Ruby 2.0.0-p0 only, Resque 1.24.1, Redis 2.6.12 Issue #8310 has been updated by teeray (Timothy Raymond). @zzak Just tried it on trunk, seems fixed for me after ~15 minutes of running (v2.1.0dev with redis: 1.24.1, redis: 3.0.4) and I was able to reproduce this with v2.0.0p0 using the listed reproduction steps (seg fault in ~2 min) (same versions of redis and resque). ---------------------------------------- Bug #8310: resque-web crashes with segfault on Ruby 2.0.0-p0 only, Resque 1.24.1, Redis 2.6.12 https://bugs.ruby-lang.org/issues/8310#change-39128 Author: vaharoni (Amit Aharoni) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin10.8.0] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN To reproduce (assuming redis-server is running on your computer): $ rvm use 2.0@clean $ gem install resque $ gem install redis $ resque-web -F This works on 1.9.3. See crash reports and further details here: https://github.com/vaharoni/resque_test Issue also opened on Resque Github: https://github.com/resque/resque/issues/966 -- http://bugs.ruby-lang.org/