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

Re: svn co http://server/nonexistingurl --> crash (v14.5, w2k)

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-11-09 13:00:13 CET

i thought maybe its neon ... i upgraded to 23.5 and try again ... and
it still crashes, same error from dbx as i sent to you (but our
deltav enabled proxy is switched down ... so i can't access the
internet anymore).

therefor the results from before the neon upgrade:

i used the following compile options:
apache:
./configure --prefix=/usr/local --enable-so --enable-dav
--enable-deflate --enable-ssl --with-ssl=/usr/local --with-dbm=db4
--with-berkeley-db=/usr/local

neon:
./configure --prefix=/usr/local/neon-0.23.2 --with-libs=/usr/local
--with-ssl --enable-shared --disable-static
svn:
./configure --prefix=/usr/local --with-berkeley-db=/usr/local
--with-apxs=/usr/local/bin/apxs --with-apr=/usr/local
--with-apr-util=/usr/local --with-neon=/usr/local/neon-0.23.2/
--disable-static

(which puts a strange thing in the Makefile:
   SVN_APRUTIL_LIBS = /usr/local/lib/libaprutil-0.la -ldb
/usr/src/httpd-2.0.43/srclib/apr-util-lex
pat
)
   should be: -ldb -lexpat

here is the output with neon 23.2:

$ svn co http://subversion.tigris.com/bla
Segmentation Fault (core dumped)

 $ svn --version
svn, version 0.15.0 (dev build)
   compiled Nov 8 2002, 20:16:08

Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema

$ which svn
/usr/local/bin/svn

$ dbx /usr/local/bin/svn core

Reading svn
core file header read successfully
Reading ld.so.1
Reading libsvn_client-1.so.0
Reading libsvn_wc-1.so.0
Reading libdb-4.0.so
Reading libm.so.1
Reading libsocket.so.1
Reading libnsl.so.1
Reading libsvn_ra-1.so.0
Reading libsvn_ra_local-1.so.0
Reading libsvn_repos-1.so.0
Reading libsvn_fs-1.so.0
Reading libsvn_delta-1.so.0
Reading libsvn_ra_dav-1.so.0
Reading libsvn_subr-1.so.0
Reading libaprutil-0.so.0
Reading libexpat.so.0
Reading libapr-0.so.0
Reading libsendfile.so.1
Reading librt.so.1
Reading libresolv.so.2
Reading libdl.so.1
Reading libneon.so.23
Reading libxml2.so.2
Reading libthread.so.1
Reading libc.so.1
Reading libmp.so.2
Reading libaio.so.1
Reading libz.so.1
Reading libc_psr.so.1
Reading en_US.so.2
Reading UTF-8%ISO8859-1.so
Reading ISO8859-1%UTF-8.so
detected a multithreaded program
t@1 (l@1) terminated by signal SEGV (no mapping at the fault address)
Current function is ne_addr_first
  635 addr->cursor = addr->result->ai_next;

--- "B. W. Fitzpatrick" <fitz@red-bean.com> wrote:
>
> Send me the output from your *terminal*
>
> and a stack trace
>
> And are you trying this against a public web server? I'd love to be
> able to try it.
>
> -Fitz
>
> solo turn <soloturn99@yahoo.com> writes:
> > upgraded now to 0.15.0, same error, this time on unix. we are
> > accessing a non-apache-webserver, which gives a http 404, object
> not
> > found.
> >
> >
> > the dbx output:
> > To suppress this message, add the following line to your .dbxrc
> file:
> >
> > dbxenv suppress_startup_message 6.2
> > Reading svn
> > core file header read successfully
> > Reading ld.so.1
> > Reading libsvn_client-1.so.0
> > Reading libsvn_wc-1.so.0
> > Reading libdb-4.0.so
> > Reading libm.so.1
> > Reading libsocket.so.1
> > Reading libnsl.so.1
> > Reading libsvn_ra-1.so.0
> > Reading libsvn_ra_local-1.so.0
> > Reading libsvn_repos-1.so.0
> > Reading libsvn_fs-1.so.0
> > Reading libsvn_delta-1.so.0
> > Reading libsvn_ra_dav-1.so.0
> > Reading libsvn_subr-1.so.0
> > Reading libaprutil-0.so.0
> > Reading libexpat.so.0
> > Reading libapr-0.so.0
> > Reading libsendfile.so.1
> > Reading librt.so.1
> > Reading libresolv.so.2
> > Reading libdl.so.1
> > Reading libneon.so.23
> > Reading libxml2.so.2
> > Reading libthread.so.1
> > Reading libc.so.1
> > Reading libmp.so.2
> > Reading libaio.so.1
> > Reading libz.so.1
> > Reading libc_psr.so.1
> > Reading en_US.so.2
> > Reading UTF-8%ISO8859-1.so
> > Reading ISO8859-1%UTF-8.so
> > detected a multithreaded program
> > t@1 (l@1) terminated by signal SEGV (no mapping at the fault
> address)
> > Current function is find_entry
> > 279 for (hep = &ht->array[hash & ht->max], he = *hep;
> > (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) quit
>
> >
> >
> > --- "B. W. Fitzpatrick" <fitz@red-bean.com> wrote:
> > >
> > >
> > > solo turn <soloturn99@yahoo.com> writes:
> > > > svn co http://server/nonexistingurl
> > > > crashes svn, v14.5 (jostein install)
> > >
> > > I can't reproduce that with 15.0:
> > >
> > > $ svn co http://svn.collab.net/repos/svn/foo
> > > subversion/libsvn_ra_dav/util.c:81: (apr_err=175002,
> src_err=0)
> > > svn: RA layer request failed
> > > svn: PROPFIND of /repos/svn/!svn/bc/3695/foo: 404 Not Found
> > >
> > > $ svn co http://svn.collab.net/foo
> > > subversion/libsvn_ra_dav/util.c:81: (apr_err=175002,
> src_err=0)
> > > svn: RA layer request failed
> > > svn: PROPFIND of /: 405 Method Not Allowed
> > >
> > > $ svn co http://www.cnn.com/foo
> > > subversion/libsvn_ra_dav/util.c:81: (apr_err=175002,
> src_err=0)
> > > svn: RA layer request failed
> > > svn: PROPFIND of /: 501 Not Implemented
> > >
> > > Maybe try updating to 15.0 and attempt to reproduce? If
> you
> > > can
> > > reproduce it, please paste in your whole session.
> > >
> > > -Fitz
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > U2 on LAUNCH - Exclusive greatest hits videos
> > http://launch.yahoo.com/u2
>
>
> -Fitz
>

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 9 13:00:57 2002

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.