我在Sidekiq进程中收到此错误:
/usr/local/rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/openssl/buffering.rb:318: [BUG] Segmentation fault
ruby 1.9.3p448 (2013-06-27 revision 41675) [i686-linux]
-- Control frame information -----------------------------------------------
c:0053 p:---- s:0210 b:0210 l:000209 d:000209 CFUNC :syswrite
c:0052 p:0181 s:0206 b:0206 l:000205 d:000205 METHOD /usr/local/rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/openssl/buffering.rb:318
c:0051 p:0013 s:0197 b:0197 l:000196 d:000196 METHOD /usr/local/rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/openssl/buffering.rb:336
c:0050 p:0021 s:0193 b:0193 l:000192 d:000192 METHOD /usr/local/rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/forwardable.rb:201
c:0049 p:0018 s:0188 b:0188 l:000180 d:000187 BLOCK /usr/local/rvm/gems/ruby-1.9.3-p448/gems/grocer-0.4.1/lib/grocer/connection.rb:24
c:0048 p:0025 s:0186 b:0186 l:000185 d:000185 METHOD /usr/local/rvm/gems/ruby-1.9.3-p448/gems/grocer-0.4.1/lib/grocer/connection.rb:56
c:0047 p:0011 s:0181 b:0181 l:000180 d:000180 METHOD /usr/local/rvm/gems/ruby-1.9.3-p448/gems/grocer-0.4.1/lib/grocer/connection.rb:23
c:0046 p:0043 s:0177 b:0177 l:000176 d:000176 METHOD /usr/local/rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/delegate.rb:72
完整跟踪为here
我不知道如何去做。它似乎来自OpenSSL。有人可以指出我怎么开始调试这个?感谢
P.S。我在pastebin上传错误,因为它超出了SO的字符限制。
答案 0 :(得分:0)
我发现他们有一个similar error doing IMAP,问题是当他们应该使用读写连接时,他们正在使用只读连接。检查您的Grocer配置和权限,您可能遇到了同样的问题。