Re: Bugs 5.6.0 modperl use?

2000-06-02 Thread Jeremy Howard
[Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. ... Do the following: In Carp::Heavy, change 'DB' to 'DB_tmp': Line 39: while (do { { package DB_tmp; @a = caller($i++) } } ) { Line 79: @a =

Re: Bugs 5.6.0 modperl use?

2000-06-02 Thread Jeremy Howard
Well, that turned out to be a challenging request! Here's a module that always segfaults, if you run with httpd -X -Dperldb -Dperlsi Sorry, I forgot to mention... the segfault only occurs if you _don't_ have Net::DNS installed. -- Jeremy Howard [EMAIL PROTECTED]

Re: Bugs 5.6.0 modperl use?

2000-06-01 Thread Doug MacEachern
On Thu, 25 May 2000, Jeremy Howard wrote: CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. ... Anyone else seen these? Oh yes, I've been battling that tonight...

Re: Bugs 5.6.0 modperl use?

2000-06-01 Thread Michael hall
On Thu, Jun 01, 2000 at 12:00:45PM -0700, Doug MacEachern wrote: On Fri, 26 May 2000, Michael hall wrote: On Fri, May 26, 2000 at 01:36:33AM -0400, Jeff Stuart wrote: Ok, follow up question if I may. :) Are any of you using it with DBI and DBD::mysql? I see on the Mason list

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Graf, Chris
PROTECTED] Subject: RE: Bugs 5.6.0 modperl use? Ok, follow up question if I may. :) Are any of you using it with DBI and DBD::mysql? I see on the Mason list that people are using it with HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull out that old Linux box and

Re: Bugs 5.6.0 modperl use?

2000-05-26 Thread Michael hall
On Fri, May 26, 2000 at 01:36:33AM -0400, Jeff Stuart wrote: Ok, follow up question if I may. :) Are any of you using it with DBI and DBD::mysql? I see on the Mason list that people are using it with HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull out that old

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Autarch
On Fri, 26 May 2000, Jeff Stuart wrote: Ok, follow up question if I may. :) Are any of you using it with DBI and DBD::mysql? I see on the Mason list that people are using it with HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull Except that if you use the html

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeffrey W. Baker
On Wed, 24 May 2000, John M Vinopal wrote: Apache 1.3.12 modperl 1.24 perl 5.6.0 CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. Prototype mismatch: sub

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeremy Howard
CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. ... Anyone else seen these? Oh yes, I've been battling that tonight... Do the following: In Carp::Heavy, change 'DB' to

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Tom Barron
Jeffrey W. Baker wrote: On Wed, 24 May 2000, John M Vinopal wrote: ... CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. Prototype mismatch: sub

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeff Stuart
]] Sent: Thursday, May 25, 2000 3:22 AM To: John M Vinopal Cc: [EMAIL PROTECTED] Subject: Re: Bugs 5.6.0 modperl use? On Wed, 24 May 2000, John M Vinopal wrote: Apache 1.3.12 modperl 1.24 perl 5.6.0 CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Craig Vincent
snip That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? /snip I currently use 5.6.0 (w/ mod_perl 1.24) on all my production servers and 5.6.0 is currently listed as stable so for I don't see any reason as to say it isn't usable

Re: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jim Winstead
On May 25, Jeff Stuart wrote: That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? We have one site in production with it, and a number of others going into production soon. We've been using is exclusively in our development

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeff Stuart
Newbie Tech Board http://www.topniche.com/tech/ [EMAIL PROTECTED] -Original Message- From: Jim Winstead [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 10:46 PM To: Modperl Mailing List Subject: Re: Bugs 5.6.0 modperl use? On May 25, Jeff Stuart wrote: That's a GOOD question