Re: Attempt to free unreferenced scalar (again)

2000-01-05 Thread Pete Jordan
Matt Sergeant wrote: Hmm.. maybe you have an original 5.005 (and no patchlevel) then. I seriously recommend a perl upgrade. There were bugs there that have since been fixed, and some of those may lead to your error. Happens here on Perl 5.005_03, Apache 1.3.6, mod_perl 1.21 all built locally

Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
I looked at the archive, and noticed Doug's patch in perl_conf.c: http://www.geocrawler.com/archives/3/182/1999/7/0/2414262/ -hv_store(nhv, (char*)key, klen, rv, FALSE); +hv_store(nhv, (char*)key, klen, SvREFCNT_inc(rv), FALSE); As far as I can tell (from finding perl_conf.c

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Matt Sergeant
On Tue, 04 Jan 2000, Bill Moseley wrote: I looked at the archive, and noticed Doug's patch in perl_conf.c: http://www.geocrawler.com/archives/3/182/1999/7/0/2414262/ -hv_store(nhv, (char*)key, klen, rv, FALSE); +hv_store(nhv, (char*)key, klen, SvREFCNT_inc(rv), FALSE);

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
At 04:47 PM 1/4/00 +, Matt Sergeant wrote: As far as I can tell (from finding perl_conf.c on this machine) it already has this patch. Running Apache 1.3.9 and, I think*, mod_perl-1.21. Perl is 5.005 and Sun 2.6. I'm not running Apache::StatINC, but PerlFreshRestart ^ That is

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
Here's perl -V (Sorry Matt for emailing you directly. I wish the list used a Reply-To: to the list so replying wouldn't default to the individual.) 115) ~/apache %/usr/local/bin/perl5.005 -V Summary of my perl5 (5.0 patchlevel 5 subversion 0) configuration: Platform: osname=solaris,