Date: Fri, 17 Feb 2006 18:27:29 -0800 From: Jason Evans <jasone@FreeBSD.org> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: New RCorder: abi loaded too late Message-ID: <43F68611.7080602@FreeBSD.org> In-Reply-To: <43F682F2.1020804@FreeBSD.org> References: <1140187193.731.47.camel@spirit> <20060217181842.GA21033@odin.ac.hmc.edu> <43F65A70.7080608@FreeBSD.org> <20060217234118.GA22643@odin.ac.hmc.edu> <43F67121.5080809@FreeBSD.org> <43F682F2.1020804@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton wrote: > PS to jasone, the trace on the core file shows that the error in rcorder is > at line 761 of rcorder.c (which was recently patched to fix a different kind > of core dumping problem). I'd be glad to provide you or the list with more > details if there is interest. Chances are good that the crash is due to a double free. If you have trouble tracking this down, you can try reducing the size of the delay cache (MALLOC_OPTIONS='cccccccc' will reduce the delay cache to one item), which may cause a different failure mode that is easier to interpret. Thanks, Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F68611.7080602>