On Tue, Nov 22, 2005 at 03:11:40PM -0500, Joshua Slive wrote: > Ahhh... Good idea. I had just assumed based on the size of the dump > that it had to be the threaded server. But obviously svn requests are > sometimes memory hungry as well. I've appended the backtrace bellow > (which is easy to get when you use the proper httpd), and yes it does > seem to be in subversion. > > > #0 0x2840b777 in kill () from /lib/libc.so.5 > #1 0x2840081e in raise () from /lib/libc.so.5 > #2 0x2847415b in abort () from /lib/libc.so.5 > #3 0x284f651c in abort_on_pool_failure (retcode=12) > at ../../svn-current/subversion/libsvn_subr/pool.c:46 > #4 0x28396bc4 in apr_palloc (pool=0x8120018, size=16)
Are all the debuggable crashes like this? (The crash is due to malloc() failing in case that's not clear) joe