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-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

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 Mas

Re: Bugs 5.6.0 modperl use?

2000-06-01 Thread Doug MacEachern
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 that people are using it with > > HTML::Mason so that module is safe.

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 t

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Steve Reppucci
Well, I haven't used it for long (obviously, I suppose...;), but our digitalmass.com domain is currently running a 5.6.0/1.24/1.3.12 combination, and seems to be holding up well. We *do* have a periodic problem with a child process going haywire and twisting itself into a tight 'sbrk' loop, but

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 er

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-25 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-25 Thread Jeff Stuart
drive 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

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 e

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Craig Vincent
That's a GOOD question. Is there anyone at the moment using perl 5.6.0 in production? Is it ready for production yet? 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 for produ

RE: Bugs 5.6.0 modperl use?

2000-05-25 Thread Jeff Stuart
ECTED]] 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 2

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 >Apac

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'

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 Apac

Bugs 5.6.0 modperl use?

2000-05-24 Thread John M Vinopal
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 Apache::ROOT::cgi_2dbin::adtaker::get_username::SQL_INTEGER vs () at /u