On Tue, Mar 8, 2011 at 2:46 AM, Simon Wilson <sepwil...@gmail.com> wrote: > >>> On Mon, Mar 07, 2011 at 08:59:35AM +0100, Simon Wilson wrote: >>>> I'm posting here for feedback before opening an issue with Subversion >>>> tracker. >>>> >>>> Using the 'svn mkdir' command against a 1.5/1.6 format repository via >>>> ra_local (i.e. with a file:// URL) with 64-bit Subversion on Mac OS X >>>> results in a segmentation fault. This 100% reproducible both with 'svn' in >>>> Terminal and when loaded as a library in our Cocoa application. >>>> >>> >>> Please file an issue. Thanks! >> >> Is this >> http://mid.gmane.org/56ce4fbf-08c1-456e-a475-ce65d17e0...@barrys-emacs.org ? > > I have no idea whether this is related to the crash we're experiencing, but > have filed an issue > (http://subversion.tigris.org/issues/show_bug.cgi?id=3829). I have added the > link you posted as a comment.
I noted it in the issue tracker, but I'll also not it here: APR has struggled parsing the '%lld' format specifier, which is what is causing this particular crash. The relevant APR bug is https://issues.apache.org/bugzilla/show_bug.cgi?id=48476. There has been some discussion on the APR dev list about this issue, but I'm not sure what the status of the fix is. -Hyrum