Re: mod_perl 1.27 intermittent Segmentation Faults

2003-02-06 Thread Stas Bekman
Michael A Musta wrote: I am getting sporadic segmentation faults with mod_perl 1.27. A look at the core dump always shows: Any chance you can set your debugger to show the real arguments and not only the addresses? That might help to see where the problem is. e.g., mod_perl_sent_header

mod_perl 1.27 intermittent Segmentation Faults

2003-02-06 Thread Michael A Musta
I am getting sporadic segmentation faults with mod_perl 1.27. A look at the core dump always shows: - lwp# 1 / thread# 1 0008b37c mod_perl_sent_header (360fc0, 997ec, 599394, 326c00, 0, 0) + 18 00241c14 Perl_pp_entersub (31c800, 4a3d60, 4, 1, 0, ff00

authcookie segmentation faults

2001-10-12 Thread David Young
I had users complaining of intermittent "document contains no data" errors when logging in (using AuthCookie). I wrote a script to repeatedly POST to the AuthCookie LOGIN method. I am finding that after 15,000 POSTs or so, I start getting a lot of segfaults (child pid 12494 exit signal Segmentatio

Re: Segmentation faults, some strace logs

2001-09-09 Thread Doug MacEachern
On Wed, 8 Aug 2001, Andrei A. Voropaev wrote: > Looks like the problem is caused by 'abort'. I did not do much digging yet but looks >like > abort calls 'croak'. Unrelational to segv we expirienced strange > "Bizzare copy of ARRAY in aassign in Carp/Heavy.pm line 79" messages at random >inste

Segmentation faults, some strace logs

2001-08-08 Thread Andrei A. Voropaev
Here's some output from strace on Linux Apache 1.13.19 with mod_perl 1.24 and perl 5.6.0 = 04:48:26 stat64("/proj/Web/EMIS/Mason/live/redirect", {st_mode=S_IFREG|0775, st_size=243, ...}) = 0 04:48:26 stat64("/proj/Web/EMIS/Mason/obj/live/redirect", {st_mode=S_IFREG|0644, st_

Re: Problems w/ mod_perl 1.24_01 & apache 1.3.14 -- causing segmentation faults.

2001-01-31 Thread Doug MacEachern
On Fri, 26 Jan 2001, wells wrote: > I've been trying to install mod_perl 1.24_01 the following way: (with perl > 5.6.0) > > perl Makefile.PL \ > APACHE_PREFIX=/usr/local/apache \ > APACHE_SRC=../apache_1.3.14/src \ > DO_HTTPD=1 \ > USE_APACI=1 \ > EVERYTHING=1 \ > APACI_ARGS='--enable-module=re

Problems w/ mod_perl 1.24_01 & apache 1.3.14 -- causing segmentation faults.

2001-01-26 Thread wells
ble-module=mime_magic --enable-module=so --enable-rule=SHARED_CORE' I'm passing the args SHARED_CORE and 'so' module b/c I'm running PHP as a DSO. Anyway.. whenever I do this and run apachectl start, it always causes segmentation faults (and if I lynx to localhost it will say

Re: segmentation faults

2000-12-21 Thread Doug MacEachern
On Wed, 13 Dec 2000, Dr. Fredo Sartori wrote: > Apache produces segmentation faults when receiving arbirary > requests. > > I am running apache-1.3.14 with php-4.0.3pl1, mod_ssl-2.7.1 and > mod_perl-1.24_02 (from the CVS tree) on solaris 2.7. > The perl version

segmentation faults

2000-12-13 Thread Dr. Fredo Sartori
Apache produces segmentation faults when receiving arbirary requests. I am running apache-1.3.14 with php-4.0.3pl1, mod_ssl-2.7.1 and mod_perl-1.24_02 (from the CVS tree) on solaris 2.7. The perl version installed is 5.6.0. According to the backtrace of gdb the problem seems to be located in

Re: Segmentation faults

2000-10-18 Thread Daniel Grunblatt
We always had that, but I guess I solved it, it was the MaxRequestsPerChild directive on apache's httpd.conf , I set it to 10 and the problem was gone, may be it was because the childs grown up too much, up to 26M, now the max grow up size is 7M. Thanks anyway. --

Re: Segmentation faults

2000-10-15 Thread Gerald Richter
To your httpd.conf add a PerlModule HTML::Embperl > > > Options ExecCGI > AllowOverride None > SetHandler perl-script > PerlHandler HTML::Embperl > this should normaly solve this problem. If not let me know and we try to track it down further Gerald

Segmentation faults

2000-10-05 Thread Daniel Grunblatt
This has been happening for a while: $ tail -44 server_log [Fri Sep 22 14:51:12 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.24 configured -- resuming normal operations [Tue Sep 26 18:20:13 2000] [notice] child pid 533 exit signal Segmentation fault (11) [Tue Sep 26 18:24:58 2000] [notice] chil

Segmentation faults

2000-10-03 Thread Daniel Grunblatt
This has been happening for a while: $ tail -44 server_log [Fri Sep 22 14:51:12 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.24 configured -- resuming normal operations [Tue Sep 26 18:20:13 2000] [notice] child pid 533 exit signal Segmentation fault (11) [Tue Sep 26 18:24:58 2000] [notice] chil

Re: child segmentation faults

1999-10-06 Thread Doug MacEachern
is mod_perl configured as a dso or static? if dso, try static. otherwise, see the SUPPORT doc for hints on getting a stack trace. -Doug On Fri, 1 Oct 1999, Wim Kerkhoff wrote: > Hi, > > Every once in a while I see lines like these in the error log: > > [Fri Oct 1 16:05:42 1999] [notice] chi

child segmentation faults

1999-10-01 Thread Wim Kerkhoff
Hi, Every once in a while I see lines like these in the error log: [Fri Oct 1 16:05:42 1999] [notice] child pid 3317 exit signal Segmentation Fault (11) This is with: Apache 1.3.9 mod_perl/1.21 DBD-Oracle-1.03 DBI-1.13 Solaris_2.7 oracle-8.1.5 Thanks, Wim Kerkhoff [EMAIL PRO