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? > > joe
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) at mmap.c:100 100 (*new) = (apr_mmap_t *)apr_pcalloc(cont, sizeof(apr_mmap_t)); (gdb) up #2 0x40060388 in file_make_mmap (e=0x81aa580, filelength=7314, fileoffset=135484016, p=0x0) at apr_buckets_file.c:71 71 } (gdb) up #3 0x4006045c in file_bucket_read (e=0x81aa580, str=0xbf5ff848, len=0xbf5ff84c, block=APR_BLOCK_READ) at apr_buckets_file.c:89 89 if (file_make_mmap(e, filelength, fileoffset, a->readpool)) { I had some more gdb, but reverting APR so I could use svn[1] was more urgent this morning. [1] subversion.tigris.org is giving me Error 500, so I can't download a new svn. -- Nick Kew