I run the svn 7677 openkore on my FreeBSD 7.2-release i386 with perl 5.10.1_3.
When quit from openkore, I got the message: "panic: free from wrong pool during global destruction.".
Do I need to recompile the perl 5.10.1_3 with "-DPERL_USE_SAFE_PUTENV", and re-install the perl 5.10.1_3 ?
Are there other solutions for this error?
panic: free from wrong pool during global destruction.
Moderator: Moderators
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: panic: free from wrong pool during global destruction.
I re-build the perl 5.10.1_3 with -DPERL_USE_SAFE_PUTENV, and re-install it.
The openkore still show the the message: "panic: free from wrong pool during global destruction." after quiting from server.
PS: I run the "C:/u/admin>perl -V" command:
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=freebsd, osvers=7.2-release, archname=i386-freebsd-thread-multi-64int
uname='freebsd snop6.my.snop 7.2-release freebsd 7.2-release #9: tue nov 17 21:38:18 cst 2009 root@snop6.my.snop:usrobjusrsrcsyssnop6free i386 '
config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.10.1/mach -Dprivlib=/usr/local/lib/perl5/5.10.1 -Dman3dir=/usr/local/lib/perl5/5.10.1/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.10.1/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.10.1 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.10.1/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dinc_version_list=none -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -Doptimize=-g -DDEBUGGING -Dd_dosuid=define -DPERL_USE_SAFE_PUTENV -Di_gdbm -Dusethreads=y -Dusemymalloc=n -Duse64bitint -Dusesitecustomize'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
......
The openkore still show the the message: "panic: free from wrong pool during global destruction." after quiting from server.
PS: I run the "C:/u/admin>perl -V" command:
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=freebsd, osvers=7.2-release, archname=i386-freebsd-thread-multi-64int
uname='freebsd snop6.my.snop 7.2-release freebsd 7.2-release #9: tue nov 17 21:38:18 cst 2009 root@snop6.my.snop:usrobjusrsrcsyssnop6free i386 '
config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.10.1/mach -Dprivlib=/usr/local/lib/perl5/5.10.1 -Dman3dir=/usr/local/lib/perl5/5.10.1/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.10.1/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.10.1 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.10.1/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dinc_version_list=none -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -Doptimize=-g -DDEBUGGING -Dd_dosuid=define -DPERL_USE_SAFE_PUTENV -Di_gdbm -Dusethreads=y -Dusemymalloc=n -Duse64bitint -Dusesitecustomize'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
......