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

Re: SEGFAULT on checkout? That's not very nice.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-11-16 15:18:27 CET

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> On 15 Nov 2005 21:17:23 -0500, C. Michael Pilato <cmpilato@collab.net> wrote:
> > This strikes me as ... disappointing. No time to debug right now, but
> > figured I'd share with y'all:
> >
> > $ svn checkout http://viewvc.tigris.org/svn/viewvc/trunk viewvc --username guest --password ""
> > Authentication realm: <http://viewvc.tigris.org:80> CollabNet SCM Repository
> > Username: Segmentation fault
>
> When did you build that client? There was a problem with some of the
> cancellation code in the command line client that I fixed (and caused,
> but let's not go there) a little while ago. That could have caused
> this.

Ah. Maybe you've nailed it:

   (gdb) where
   #0 0x08343698 in ?? ()
   #1 0xb7e0b873 in prompt (result=0x835caf8,
       prompt_msg=0xb7e1d9f4 "Username: ", hide=0, pb=0xbfd256c4,
       pool=0x833f178)
       at subversion/libsvn_subr/prompt.c:105
   #2 0xb7e0bb7e in svn_cmdline_auth_simple_prompt (cred_p=0xbfd24a44,
       baton=0xbfd256c4,
       realm=0x835c9c8 "<http://viewvc.tigris.org:80> CollabNet SCM Repository",
       username=0x0, may_save=1, pool=0x833f178)
       at subversion/libsvn_subr/prompt.c:199
   ...
   (gdb) up
   #1 0xb7e0b873 in prompt (result=0x835caf8,
       prompt_msg=0xb7e1d9f4 "Username: ", hide=0, pb=0xbfd256c4,
       pool=0x833f178)
       at subversion/libsvn_subr/prompt.c:105
   105 SVN_ERR (pb->cancel_func (pb->cancel_baton));

I'll just build a newer client and move along.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 16 15:22:14 2005

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.