Hi, On 19 Jan., 23:38, Dagobert <[email protected]> wrote: > I have a strange phenomenon: The test t/binary.t fails from 1.4.4 for > me on Solaris 9 Sparc with Sun Studio 12. I nailed it down to this > commit causing the failure: > https://github.com/memcached/memcached/commit/5100e7af8802b8170adb8a7... > These two lines with APPEND_STAT seem to push something over the edge. > If I comment these two lines out the test binary.t succeeds. Adding > and deleting some of the APPEND_STAT lines breaks the test at > different places. With the lines from the commit that is
I did some more research and the results are split: 81 10 00 09 00 00 00 00 00 00 00 0a d4 22 ae e8 00 00 00 00 00 00 00 00 81 10 00 00 00 00 00 00 00 00 # Failed test 'Expected read length' # at t/binary.t line 540. # got: '10' # expected: '24' Use of uninitialized value $ident_hi in multiplication (*) at t/ binary.t line 546. Use of uninitialized value $ident_lo in addition (+) at t/binary.t line 546. Use of uninitialized value $remaining in numeric eq (==) at t/binary.t line 548. 00 00 d4 22 ae e8 00 00 00 00 00 00 00 00 # Failed test 'Expected read length' # at t/binary.t line 540. # got: '14' # expected: '24' Best regards -- Dago
