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

Re: Problems with ra_serf and trunk

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-28 23:06:33 CEST

Mark Phippard wrote:
> Following problems observed when using a trunk build and ra_serf:
>
> svn info https://svn.collab.net/repos/svn/trunk/.project
> Aborted (core dumped)

My best guess: another use of abort() where really an error should have
been returned. When I did a quick search for 'abort(' on the whole
Subversion source, the ra_serf library had the most hits.

I really think that abort() should not be used at all. Or any other
'emergency exit' available. Only if there really is no other choice at
all, then maybe. But it should be documented clearly in the code why.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 28 23:06:50 2007

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.