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

Results - Re: SPECIAL TESTS failing

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2004-07-10 07:23:31 CEST

On Thu, 8 Jul 2004, Josh Pieper wrote:

> David Summers wrote:
> > I'm running tests on trunk rev 10176 on RedHat 9 and the special tests are
> > failing on the third test using ra_local (haven't tested ra_dav or ra_svn
> > yet):
> >
> > At least one test FAILED, checking
> > /home/dsummers/rpms/build/subversion-1.1.0/tests.log FAIL:
> > special_tests.py 3: import and export a symlink
> > make[1]: *** [check] Error 1
>
> Can you try running an import of a tree containing symlinks and see
> if you get any unusual messages? The test can only fail if the client
> does not report the final 'Committed revision 2' line.
>

$ svnadmin create /home/dsummers/svnroot/test
$ svn co file:///home/dsummers/svnroot/test wc
Checked out revision 0.
$ mkdir symlinks; cd symlinks
$ ln -s 1 2
$ echo "test1" > test1
$ ln -s test1 3
$ cd ..
$ svn import symlinks/ file:///home/dsummers/svnroot/test -m "import
symlinks"
Adding symlinks/test1
Segmentation fault

I tried to get a stack backtrace but when I configured
--enable-maintainer-mode and "make clean" and recompiled then the problem
disappeared(!!!!). However it is consistently seg faulting without the
--enable-maintainer-mode. Any suggestions?

Everything was working two weeks ago (before the "special file
handling" patch went in) and no changes were made to the build
process until two days ago.

The only things I've changed:
1. I've upgraded to neon-0.24.7.
2. I've made a change to the doc Makefile r10198

   Thanks!

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 10 07:23:42 2004

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.