[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Ruby test failure on 1.6.x

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 12 Jan 2010 21:24:52 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

These errors are in generated code which may be specific to my
machine, so here's some context:

> ==13541== Conditional jump or move depends on uninitialised value(s)
> ==13541== at 0x7211D2C: svn_md5__digest_to_cstring (md5.c:62)
> ==13541== by 0x7211E02: svn_md5_digest_to_cstring (md5.c:97)
> ==13541== by 0xB9A1159: _wrap_svn_txdelta_apply_wrapper (svn_delta.c:7289)

   7287 vresult = rb_ary_new();
   7288 {
   7289 char *digest_string = (char *)svn_md5_digest_to_cstring(arg3, _global_pool);
   7290 vresult = SWIG_Ruby_AppendOutput(vresult, rb_str_new2(digest_string));
   7291 }

> ==13541== Invalid write of size 1
> ==13541== at 0x3E8E20E893: apr_md5_final (apr_md5.c:240)
> ==13541== by 0x7B11DFC: apply_window (text_delta.c:645)
> ==13541== by 0x7B12569: svn_txdelta_send_txstream (text_delta.c:838)
> ==13541== by 0xB997891: _wrap_svn_txdelta_send_txstream (svn_delta.c:3716)

   3709 arg3 = (void *)svn_swig_rb_make_baton(argv[1], _global_svn_swig_rb_pool);
   3710 }
   3711 }
   3712 if (argc > 2) {
   3713
   3714 }
   3715 {
   3716 result = (svn_error_t *)svn_txdelta_send_txstream(arg1,arg2,arg3,arg4);
   3717
   3718
   3719
   3720 }

-- 
Philip
Received on 2010-01-12 22:25:36 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.