21-Sep-2003 17:51 Thomas Dickey wrote: > On Mon, 22 Sep 2003, Leonid Pauzner wrote:
>> > didn't break. I suspect something in the memory-pool code is the issue, >> > and since that allocates large chunks, it can mask some types of bugs. >> >> There was a patch to store HTLine using malloc, not in pool. >> It can be a bit annoying to test both cases >> but may help with debugging... >> (The request was from IZ to make HTLine allocation logic conditional - >> compile-time; may look my archives for exact reference). > Thanks (I was considering whether to change the pool's chunksize - making > it "small" should also flush out the problem). Unfortunately, the chunk could not be smaller than 1024+epsilon (the largest possible HTLine). The malloc allocation style will make it more debuggable using valgrind. > -- > Thomas E. Dickey > http://invisible-island.net > ftp://invisible-island.net > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
