Robert E. Schmid is out of the office.

2008-04-24 Thread Bob_Schmid
I will be out of the office starting 04/23/2008 and will not return until 04/25/2008. I will be out of the office 04/23 thru Thursday 4/24 returning Friday 4/25. Any problems, please call our help desk at 330-884-6600 option 2, 2. Thank you. Bob If your email is in regards to a production syst

Re: [openssl.org #1667] 0.9.8-stable sha512 segfaults

2008-04-24 Thread Andy Polyakov via RT
>> Drop optimization level... > > -O3 and -O2 segfault. -O1 and -O0 do work and test passes. This is definition of compiler bug. Indeed, looking at disassembler output: 0x805085e: movl 0x24(%esp,1),%esi 0x8050862: movl 0xff94(%esi),%esi 0x8050865: movl 0xff90(%esi

Re: [openssl.org #1667] 0.9.8-stable sha512 segfaults

2008-04-24 Thread Alain Guibert via RT
Hello Andy, and thank you for your reply. On Tuesday, April 22, 2008 at 16:05:44 +0200, Andy Polyakov wrote: > Could you collect disassembler output for offending code? I.e. run > 'gdb test/sha512t core' (or rather util/shlib_wrap.sh gdb test/sha512t > as you have build for shared), run 'where',