From: Hiroshi Nakamura Date: 2011-07-15T13:18:26+09:00 Subject: [ruby-core:38072] [Ruby 1.9 - Bug #4320][Closed] Bus Error in digest/sha2 on sparc Issue #4320 has been updated by Hiroshi Nakamura. Status changed from Assigned to Closed I applied the last patch to trunk at r32546 and ruby_1_9_3 at r32547. Nils, sorry for not merging your patch directly. The reason I didn't apply yours is almost from the size of the patch. Would you please report the issue to the upstream (http://www.aarongifford.com/computers/sha.html) for other users, and of course for us? ---------------------------------------- Bug #4320: Bus Error in digest/sha2 on sparc http://redmine.ruby-lang.org/issues/4320 Author: Meik Nienaber Status: Closed Priority: Normal Assignee: Hiroshi Nakamura Category: Target version: 1.9.3 ruby -v: ruby 1.9.2p136 (2010-12-25 revision 30365) [sparc-solaris2.10] =begin Most likely this is caused due to misaligned memory. Any comment is greatly appreciated. This bug can reproduce at Ruby 1.8, too. ruby -e "require 'digest/sha2'; d= Digest::SHA256.new; ['a' * 97, 'a' * 97].each {|i| d.update(i)}; p d" -e:1: [BUG] Bus Error ruby 1.9.2p136 (2010-12-25 revision 30365) [sparc-solaris2.10] -- control frame ---------- c:0007 p:---- s:0019 b:0019 l:000018 d:000018 CFUNC :update c:0006 p:0014 s:0015 b:0015 l:0015ac d:000014 BLOCK -e:1 c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :each c:0003 p:0054 s:0007 b:0007 l:0015ac d:000ed0 EVAL -e:1 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:0015ac d:0015ac TOP =end -- http://redmine.ruby-lang.org