You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2004/12/20 00:21:28 UTC

Re: svn trunk r12407: FAIL (i686-pc-linux-gnu static ra_svn fsfs)

On Sunday 19 December 2004 17:18, brane@xbc.nu wrote:
> PASS: update apr-0.9
> PASS: update apr-util-0.9
> PASS: update apache-2.0
> PASS: update subversion
> PASS: autogen.sh
> BUILD: apr-0.9
> PASS: apr-0.9::check rebuild status
> BUILD: apr-util-0.9
> PASS: apr-util-0.9::check rebuild status
> BUILD: apache-2.0
> PASS: apache-2.0::check rebuild status
[snip]
> FAIL:  basic_tests.py 13: checkout a path no longer in HEAD
> FAIL:  update_tests.py 23: update a nested wc in a read-only wc
> FAIL:  stat_tests.py 12: status -u on working copy deleted in HEAD
> make[1]: *** [check] Error 1
> make[1]: Leaving directory `/home/brane/svn/obj-st'
> make: *** [svncheck] Error 2
> Complete log saved in
> /home/brane/svn/LOG_svn_check_static_ra_svn_fsfs.12407.failed FAIL:
> make svncheck
> PASS: kill svnserve

Does anybody have any idea what's going on here?  All of these tests pass 
on my box:

:: uname -a
Linux linux 2.6.5-7.111.5-smp #1 SMP Wed Nov 17 11:08:17 UTC 2004 i686 
athlon i386 GNU/Linux

The failures in the tests are a result of an assertion failing.  In 
particular:
  svn: ../svn-trunk/subversion/libsvn_client/checkout.c:63:
  svn_client__checkout_internal: Assertion `URL != ((void *)0)' failed.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn trunk r12407: FAIL (i686-pc-linux-gnu static ra_svn fsfs)

Posted by John Szakmeister <jo...@szakmeister.net>.
On Sunday 19 December 2004 19:26, Josh Pieper wrote:
> John Szakmeister wrote:
[snip]
> That is my fault.  The assertion is checking against an uninitialized
> variable.  Will fix shortly.

I guess I should've looked at it a little closer.  I did an initial 
glance, and though you were asserting against the parameter 'url'.  I 
didn't even notice the case of the variable.  Funny that the complier 
isn't complaining about the use of an uninitialized variable...

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn trunk r12407: FAIL (i686-pc-linux-gnu static ra_svn fsfs)

Posted by Josh Pieper <jj...@pobox.com>.
John Szakmeister wrote:
> On Sunday 19 December 2004 17:18, brane@xbc.nu wrote:
> > PASS: update apr-0.9
> > PASS: update apr-util-0.9
> > PASS: update apache-2.0
> > PASS: update subversion
> > PASS: autogen.sh
> > BUILD: apr-0.9
> > PASS: apr-0.9::check rebuild status
> > BUILD: apr-util-0.9
> > PASS: apr-util-0.9::check rebuild status
> > BUILD: apache-2.0
> > PASS: apache-2.0::check rebuild status
> [snip]
> > FAIL:  basic_tests.py 13: checkout a path no longer in HEAD
> > FAIL:  update_tests.py 23: update a nested wc in a read-only wc
> > FAIL:  stat_tests.py 12: status -u on working copy deleted in HEAD
> > make[1]: *** [check] Error 1
> > make[1]: Leaving directory `/home/brane/svn/obj-st'
> > make: *** [svncheck] Error 2
> > Complete log saved in
> > /home/brane/svn/LOG_svn_check_static_ra_svn_fsfs.12407.failed FAIL:
> > make svncheck
> > PASS: kill svnserve
> 
> Does anybody have any idea what's going on here?  All of these tests pass 
> on my box:
> 
> :: uname -a
> Linux linux 2.6.5-7.111.5-smp #1 SMP Wed Nov 17 11:08:17 UTC 2004 i686 
> athlon i386 GNU/Linux
> 
> The failures in the tests are a result of an assertion failing.  In 
> particular:
>   svn: ../svn-trunk/subversion/libsvn_client/checkout.c:63:
>   svn_client__checkout_internal: Assertion `URL != ((void *)0)' failed.

That is my fault.  The assertion is checking against an uninitialized
variable.  Will fix shortly.

-Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org