Re: Segmentation fault on every checkout
From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 13 Feb 2009 12:06:20 +0000
On Thu, Feb 12, 2009 at 07:12:14PM +0100, Johannes Wienke wrote:
Yes.
As I suspected, the binary is most likely not running with the
Note that APR 0.x and APR 1.x are not binary compatible.
svn_error_t *
*dirents = apr_hash_make(pool);
SVN_ERR(svn_io_dir_open(&this_dir, path, pool));
for (status = apr_dir_read(&this_entry, flags, this_dir);
Crashes in line marked 1918. this_entry is an apr_finfo_t, a structure
HTH,
|
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.