Re: [HACKERS] memory bug debugging

2005-10-04 Thread Tom Lane
Martijn van Oosterhout writes: > On Tue, Oct 04, 2005 at 01:11:41PM +0200, Markus Schiltknecht wrote: >> I'm fiddling around with the backend and have created a memory bug. I >> guess I'm overriding a palloced chunk, but can't figure out where. > There are some defines (MEMORY_CONTEXT_CHECKING an

Re: [HACKERS] memory bug debugging

2005-10-04 Thread Martijn van Oosterhout
On Tue, Oct 04, 2005 at 01:11:41PM +0200, Markus Schiltknecht wrote: > Hello hackers, > > I'm fiddling around with the backend and have created a memory bug. I > guess I'm overriding a palloced chunk, but can't figure out where. There are some defines (MEMORY_CONTEXT_CHECKING and CLOBBER_FREED_ME

[HACKERS] memory bug debugging

2005-10-04 Thread Markus Schiltknecht
Hello hackers, I'm fiddling around with the backend and have created a memory bug. I guess I'm overriding a palloced chunk, but can't figure out where. The backend's report is: WARNING: problem in alloc set MessageContext: req size > alloc size for chunk 0x8383ca8 in block 0x83834a0 Investigat