Hi Johan, Johan Vromans wrote:
Steffen Mueller <[email protected]> writes:perl -MWx -e '$ENV{foo}="bar";' crashes with: panic: realloc from wrong pool at -e line 1. panic: free from wrong pool during global destruction.Wasn't this fixed some time ago? In any case, I cannot reproduce it. Fedora 10 perl 5.10.0 Wx 0.89
yes, but is yours a debugging perl? I found a thread where you and Mattia discuss this problem specifically with debugging perls. The workaround back then seemed to be to add the -DPERL_USE_SAFE_PUTENV, but that doesn't work for me with 5.10.x trunk (any more?).
(./Configure -DDEBUGGING -Dusethreads -Duse64bitall -Dusedevel -DDEBUG_LEAKING_SCALARS -DPERL_USE_SAFE_PUTENV -de and also debugging Wx and wxWidgets)
Best regards, Steffen
