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

Segmentation fault during checkout

From: Lukas Lipavsky <lukas.lipavsky_at_gmail.com>
Date: 2004-11-29 22:20:28 CET

Hi, I'am running svn 1.1.1 (r11581) on Linux(slackware linux 9.1).

I am using FSFS (not BerkeleyDB) and for access I use svn+ssh

When checkout most small projects, everything seems fine. But I tried
subversion sorces from my own repository (just in case of testing):

on server:
svnadmin create --fs-type=fsfs /home/lilu/test
svn import -m "init" subversion-1.1.1 file:///home/lilu/test/svn

That's all fine.

When I checkout (without ssh tunnel)
svn checkout file:///home/lilu/test/svn
it FAILS (Segmentation Fault, core dumped)

It always happens when dowloading the
svn/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests
(last downloaded correctly is
svn/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/OutputInterface.java)

I've published the core here:
http://urtax.ms.mff.cuni.cz/~lilu/core

If I run through ssh tunnel, it writes:
svn: Network connection closed unexpectedly
svn: Connection closed unexpectedly
which I thing someone posted here under the subject Problem using
svn+ssh:// on Windows NT

some details:

ldd /usr/local/bin/svn
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40027000)
        libdb-4.3.so => /usr/local/BerkeleyDB.4.3/lib/libdb-4.3.so (0x4002e000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4015d000)
        librt.so.1 => /lib/librt.so.1 (0x4017c000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4018e000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401bb000)
        libdl.so.2 => /lib/libdl.so.2 (0x401d0000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x401d4000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402ce000)
        libm.so.6 => /lib/libm.so.6 (0x4031f000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40342000)
        libc.so.6 => /lib/libc.so.6 (0x4034f000)
        libimf.so => /opt/intel_cc_80/lib/libimf.so (0x40485000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Thanks in advance

Lukas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 22:25:45 2004

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

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