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

Re: svn_error: #21086

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-03-29 22:22:46 CET

Start by letting us know what version of svn you are using, both
client and server. You can run 'svn --version' to check the client.

(The code changes quickly. If you're not running today's svn and apr
source code, please do so, and let us know if you still have the problem.)

lodewijk@reddwarf.xs4all.nl writes:

> hello,
>
> I've been playing with subversion and have hit a problem with updating from a
> remote repository:
>
> $ svn update
>
> svn_error: #21086 : <RA layer request failed>
> REPORT request failed on /svnrepo/trunk
>
> svn_error: #21086 : <RA layer request failed>
> REPORT of /svnrepo/trunk: Could not read status line: connection was closed by server.
>
> $
>
> apache2's error logs say something is segfaulting. gdb gives the following
> backtrace:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 4593)]
> 0x0808ec2e in ap_pass_brigade ()
> (gdb) bt
> #0 0x0808ec2e in ap_pass_brigade ()
> #1 0x0808ee32 in ap_fflush ()
> #2 0x4001e165 in dav_svn__update_report () from /usr/lib/apache2/modules/libmod_dav_svn.so
> #3 0x4001f05e in dav_svn_deliver_report () from /usr/lib/apache2/modules/libmod_dav_svn.so
> #4 0x403a01a8 in dav_add_response () from /usr/lib/apache2/modules/mod_dav.so
> #5 0x403a142a in dav_add_response () from /usr/lib/apache2/modules/mod_dav.so
> #6 0x08080d51 in ap_run_handler ()
> #7 0x0808146e in ap_invoke_handler ()
> #8 0x0806c0e0 in ap_process_request ()
> #9 0x08067247 in _start ()
> #10 0x0808c701 in ap_run_process_connection ()
> #11 0x0808cadc in ap_process_connection ()
> #12 0x0807f591 in ap_graceful_stop_signalled ()
> #13 0x0807f65d in ap_graceful_stop_signalled ()
> #14 0x0807f794 in ap_graceful_stop_signalled ()
> #15 0x0807fba8 in ap_mpm_run ()
> #16 0x0808615f in main ()
> #17 0x4029217f in __libc_start_main () from /lib/libc.so.6
>
> any ideas? if not, I'll start debugging.
>
> Lodewijk
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 29 22:24:36 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.