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

Re: fs may not be opened

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-11 19:36:21 CET

Greg Stein <gstein@lyra.org> writes:
> I just hit a problem where I called svn_fs_list_transactions() without a
> prior call to svn_fs_open_berkeley(). It segfaulted within DB because we
> tried to create a transaction (in begin_trail) using fs->env which was NULL.
>
> I'm totally fine with allowing segfaults due to caller bogosity (and prefer
> it rather than litter my code with arg validation), but figured that I'd
> raise it in case somebody disagreed.

It would be nice if the library handled this a little more gracefully.
It's kind of odd that one can have an FS that doesn't actually refer
to anything yet, and we should help people out as much as we can.

The plan was to have every function in svn_fs.h call svn_fs__check_fs
(see err.h) before it does anything else. Franklin should go and add
all those calls.
Received on Sat Oct 21 14:36:25 2006

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.