Re: svn commit: r1694533 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2015-08-06 Thread Rainer Jung
/libsvn_ra_svn/marshal.c (read_item): Ensure that the array contents are always have the APR default alignment. Found by: Rainer Jung Modified: subversion/trunk/subversion/libsvn_ra_svn/marshal.c Modified: subversion/trunk/subversion/libsvn_ra_svn/marshal.c URL: http

Re: 1.9.0 crash in ra_test (Solaris, Bus error, Alignment)

2015-08-06 Thread Rainer Jung
Am 06.08.2015 um 17:54 schrieb Rainer Jung: Am 06.08.2015 um 16:36 schrieb Rainer Jung: Position of crash: #0 0xff29f194 in vparse_tuple (pool=pool@entry=0x35f10, fmt=fmt@entry=0xffbff264, ap=ap@entry=0xffbff20c, items=, items=) at subversion/libsvn_ra_svn/marshal.c:1310 1310

Re: 1.9.0 crash in ra_test (Solaris, Bus error, Alignment)

2015-08-06 Thread Rainer Jung
Am 06.08.2015 um 17:54 schrieb Rainer Jung: I think the root cause is here (file subversion/libsvn_ra_svn/marshal.c): 1082/* Allocate an APR array with room for (initially) 4 items. 1083 * We do this manually because lists are the most frequent protocol 1084

Re: 1.9.0 crash in ra_test (Solaris, Bus error, Alignment)

2015-08-06 Thread Rainer Jung
Am 06.08.2015 um 16:36 schrieb Rainer Jung: Position of crash: #0 0xff29f194 in vparse_tuple (pool=pool@entry=0x35f10, fmt=fmt@entry=0xffbff264, ap=ap@entry=0xffbff20c, items=, items=) at subversion/libsvn_ra_svn/marshal.c:1310 1310*va_arg(*ap, apr_uint64_t *) = elt

1.9.0 crash in ra_test (Solaris, Bus error, Alignment)

2015-08-06 Thread Rainer Jung
I get a bus error during running the subversion 1.9.0 test suite on Solaris Sparc. The crash happens in ra_test. The root cause seems to be an alinment problem. Sparc is picky about 8 Bytes alignment for 64Bit data types. Stack: #0 0xff29f194 in vparse_tuple (pool=pool@entry=0x35f10, fmt=fm

Re: Bug in subversion sed usage inside configure (Solaris)

2015-08-06 Thread Rainer Jung
Am 06.08.2015 um 12:38 schrieb Stefan Sperling: On Thu, Aug 06, 2015 at 12:27:48PM +0200, Stefan Sperling wrote: On Thu, Aug 06, 2015 at 12:13:07PM +0200, Rainer Jung wrote: But still the command does not do what was intended. It will return (example) Server version: Apache/2.4.4 (Unix

Bug in subversion sed usage inside configure (Solaris)

2015-08-06 Thread Rainer Jung
This has been observed for Subversion 1.9.0, but visual inspection shows the same in the head revisions of at least 1.9, 1.8 and 1.7. Trunk already has a fix, but a bigger and different one than the one proposed here. Moving to the trunk fix would be fine (it is not in 1.9 STATUS currently), bu

Re: 1.8.0 build problem on Solaris Sparc using gcc

2013-06-20 Thread Rainer Jung
On 20.06.2013 22:38, Branko Čibej wrote: > On 20.06.2013 22:30, Branko Čibej wrote: >> On 20.06.2013 17:52, Rainer Jung wrote: >>> 1.8.0 calls gcc with -std=c90. For my Solaris 10 Sparc using gcc 4.7.2 >>> this leads to "_STRICT_STDC" getting defined an

Re: Crashes in 1.8.0 test suite on Solaris Sparc (wrong alignment in cache_lookup())

2013-06-20 Thread Rainer Jung
On 20.06.2013 18:54, Rainer Jung wrote: > One correction see below. > > On 20.06.2013 18:02, Mattias Engdegård wrote: >> 20 jun 2013 kl. 16.54 skrev Ivan Zhakov: >> >>> It seems the code is missing #ifdef SVN_UNALIGNED_ACCESS_IS_OK . The >>> attached pat

Re: Crashes in 1.8.0 test suite on Solaris Sparc (wrong alignment in cache_lookup())

2013-06-20 Thread Rainer Jung
One correction see below. On 20.06.2013 18:02, Mattias Engdegård wrote: > 20 jun 2013 kl. 16.54 skrev Ivan Zhakov: > >> It seems the code is missing #ifdef SVN_UNALIGNED_ACCESS_IS_OK . The >> attached patch should fix problem, but I'm not sure that this is right >> solution for the problem. > >

1.8.0 build problem on Solaris Sparc using gcc

2013-06-20 Thread Rainer Jung
1.8.0 calls gcc with -std=c90. For my Solaris 10 Sparc using gcc 4.7.2 this leads to "_STRICT_STDC" getting defined and then limits.h no longer defines PATH_MAX. So apr.h bombs out during compile with: #error no decision has been made on APR_PATH_MAX for your platform Adding e.g. "EXTRA_CPPFLAGS

Crashes in 1.8.0 test suite on Solaris Sparc (wrong alignment in cache_lookup())

2013-06-20 Thread Rainer Jung
Hi there, I built and tested svn 1.8.0 today on Solaris 0 Sparc and got lots of test failures due to core dumps. The first few dumps I inspected all showed a bus error in #0 0xfe660760 in cache_lookup (path=0x10fce06 "/A/D/H/pi3", revision=3, cache=0x17c1820) at subversion/libsvn_fs_fs/tree.c:3

Re: svnmerge.py (Was: Re: mergeinfo ignorance)

2012-07-23 Thread Rainer Jung
On 23.07.2012 17:55, Jim Jagielski wrote: Is this still useful: svnmerge.py ? http://www.orcaware.com/svn/wiki/Svnmerge.py A quick check of http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/svnmerge/ and the mailing list activity suggests, that there isn't much going

Re: Problem report: commit failed with E195023: Changing file ... is forbidden by the server

2012-07-16 Thread Rainer Jung
On 17.07.2012 03:36, Greg Stein wrote: On Jul 16, 2012 1:45 AM, "Rainer Jung" mailto:rainer.j...@kippdata.de>> wrote: >... > Now: Daniel changed something w.r.t. my LDAP groups at around 20:18. The first attempt after that was still not successful, but maybe it took a fe

Re: Problem report: commit failed with E195023: Changing file ... is forbidden by the server

2012-07-16 Thread Rainer Jung
On 16.07.2012 00:56, Daniel Shahaf wrote: Bert Huijben wrote on Sun, Jul 15, 2012 at 23:40:36 +0200: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: zondag 15 juli 2012 22:58 To: Subversion Development Subject: Problem report: commit failed with E195023

Problem report: commit failed with E195023: Changing file ... is forbidden by the server

2012-07-15 Thread Rainer Jung
I had an IRC chat with Daniel Shahaf who recommended to open an issue here after checking the issues at tigris. I didn't find this problem there, so here it is: Using svn 1.7.5 on Solaris 10 Sparc compiled with gcc 4.7.1. Libs: apr 1.4.6, apr-util 1.4.1, serf 1.1.0, neon 0.29.6, Op

Re: [build error] configure error when using libneon build with no xml support

2011-08-04 Thread Rainer Jung
On 04.08.2011 11:07, Julian Foad wrote: > Peter Samuelson wrote: >> [Peter Samuelson] >>> (It's news to me, in fact, that it was even possible to build a >>> recent version of neon in such a way that it doesn't support the >>> features we use.) >> >> Followup from IRC: we determined that the reason

Re: SVN 1.7.0. alpha source code

2011-06-14 Thread Rainer Jung
On 14.06.2011 20:47, C. Michael Pilato wrote: > On 06/14/2011 09:15 AM, C. Michael Pilato wrote: >> On 06/14/2011 05:40 AM, Hyrum K Wright wrote: >>> [ dropping infra from this bit, 'cause I believe it to be a local issue. ] >>> >>> In trying to debug a problem with our download page, I noticed tha

Re: Version 1.6.15 missing from archive.apache.org

2010-12-17 Thread Rainer Jung
Regards, Rainer On Thu, Dec 16, 2010 at 6:25 PM, Rainer Jung wrote: Hi Subversion Devs, the recent version 1.6.15 is missing from the archives at archive.apache.org. Although 1.6 releases are still published via tigris, all other 1.6 releases can also be found at http:/archive.apache.org/dist/

Version 1.6.15 missing from archive.apache.org

2010-12-16 Thread Rainer Jung
Hi Subversion Devs, the recent version 1.6.15 is missing from the archives at archive.apache.org. Although 1.6 releases are still published via tigris, all other 1.6 releases can also be found at http:/archive.apache.org/dist/subversion, so I think 1.6.15 should also be copied there. Thank

Re: Move contrib/ to apache-extras.org

2010-12-15 Thread Rainer Jung
On 15.12.2010 07:05, Blair Zajac wrote: On 12/14/10 8:28 PM, Hyrum K. Wright wrote: I'd like to move everything in our contrib/ directory to the new Apache Extras hosting. As many might know, I've been on a personal crusade to stop the Subversion project from being a source code hosting system.

Re: httpd trunk broken with Subversion: ap_log_rerror busted

2010-08-25 Thread Rainer Jung
On 25.08.2010 10:59, "Plüm, Rüdiger, VF-Group" wrote: -Original Message- From: justin.erenkra...@gmail.com Yes, we could fix this by making mod_authz_svn conditional on the new MMN, but - again, it's about even figuring out that the API is changed and what to do about it. The root cau

Re: [PATCH] Fix transform_libtool_scripts.sh

2009-11-22 Thread Rainer Jung
On 22.11.2009 18:49, Rainer Jung wrote: > On 22.11.2009 18:18, Arfrever Frehtes Taifersar Arahesis wrote: >> 2009-11-22 18:06:40 Martin Furter napisał(a): >>> >>> On Sun, 22 Nov 2009, Arfrever Frehtes Taifersar Arahesis wrote: >>> >>>> 2009-11-22 0

Re: [PATCH] Fix transform_libtool_scripts.sh

2009-11-22 Thread Rainer Jung
On 22.11.2009 18:18, Arfrever Frehtes Taifersar Arahesis wrote: > 2009-11-22 18:06:40 Martin Furter napisał(a): >> >> On Sun, 22 Nov 2009, Arfrever Frehtes Taifersar Arahesis wrote: >> >>> 2009-11-22 06:39:05 Martin Furter napisał(a): On Sun, 22 Nov 2009, Arfrever Frehtes Taifersar Arahes