in reply to Re^5: Strange memory leak using just threads
in thread Strange memory leak using just threads

I didn't use use_perl_malloc ...

I'm recompiling 5.12.2 now with just -des -Dprefix=$HOME/perl512 -Dusethreads .

Then perhaps the thing to do would be to try it with use_perl_malloc?

I'd also try adding usemultiplicity, but this is all just speculation on my behalf.

First thing you need to do really is get in contact with someone who has a *nix perl that doesn't exhibit the problem.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP an inspiration; A true Folk's Guy

Replies are listed 'Best First'.
Re^7: Strange memory leak using just threads
by zwon (Abbot) on Sep 21, 2010 at 03:28 UTC

    AFAIK, you can't have threaded perl without MULTIPLICITY.