SVN_ERR_ASSERT calls abort() in non-maintainer-mode
From: Arwin Arni <arwin_at_collab.net>
Date: Thu, 19 May 2011 19:18:14 +0530
In our implementation of SVN_ERR_ASSERT, we do:
#define SVN_ERR_ASSERT(expr) \
This ends up calling svn_error_abort_on_malfunction (inside
svn_error_t *
svn_handle_error2(err, stderr, FALSE, "svn: ");
Wouldn't this abort() regardless of maintainer-mode?
Am I missing something here?
Regards,
|
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.