On Monday 02 April 2001 22:38, you wrote:
> Recently there was discussion of 3.3.1 crashing due to improper adoption
> of Zoran's memory leak patch. Does anyone have a simple test case for
> this? I am working on the ArsDigita release of 3.3.1 and I need to fix
> the problem.
You would need an C-level extension which allocates private TLS
data and registers ThreadExitHandlers to garbage-collect this data.
At thread-exit you get a k-boom !
It is easier to track it with Purify if you have it handy.
Cheer's,
Zoran