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

Re: Results - Re: SPECIAL TESTS failing

From: Josh Pieper <jjp_at_pobox.com>
Date: 2004-07-10 16:12:48 CEST

David Summers wrote:
> $ 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

I can't reproduce this with or without --enable-maintainer-mode.
Perhaps you can try compiling with -g, but not
--enable-maintainer-mode. That may allow you to get a stacktrace of
the problem.

-Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 10 16:13:07 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.