On Wed, Aug 17, 2005 at 12:31:01PM +0100, Nick Kew wrote: > On Wednesday 17 August 2005 12:11, Joe Orton wrote: > > On Wed, Aug 17, 2005 at 12:08:11PM +0100, Nick Kew wrote: > > > On Sunday 14 August 2005 02:11, Paul Querna wrote: > > > > APR 1.2.1 is available for testing from: > > > > http://people.apache.org/~pquerna/dev/apr-1.2.1/ > > > > > > Builds just fine but breaks existing installations of both httpd and svn > > > on my desktop: > > > > Breaks in what way? > > Segfault. Classic non-binary-compat. > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 32771 (LWP 14930)] > apr_palloc (pool=0xbf5ff7dc, size=24) at apr_pools.c:643 > 643 } > (gdb) up > #1 0x4013ffd4 in apr_mmap_create (new=0xbf5ff7bc, file=0x81bc020, > offset=31413390802944, size=1, flag=135972200, cont=0xbf5ff7dc)
Looks a bit like the apr_off_t size has changed - what version did you upgrade from, and was large file support enabled or disabled in both builds? joe
