Re: Segfaults when using XML::Parser

2002-10-14 Thread David Castro
Thanks. I found that I was using a custom apache build without that enabled, but it is fixed now with a newer apache RPM for redhat. Thanks again. On Mon, 14 Oct 2002, Bruno Connelly wrote: > David> If you have some of the processes segfault when using > David> XML::Parser you

Re: Segfaults when using XML::Parser

2002-10-14 Thread Bruno Connelly
David>If you have some of the processes segfault when using David>XML::Parser you should use David>--disable-rule=EXPAT David>during the Apache configuration step. David> David>Starting from mod_perl version 1.23 this option is David>

Re: Segfaults when using XML::Parser

2002-10-14 Thread David Castro
I have found this section under the "Warnings and Errors Troubleshooting" on the web site. It states: If you have some of the processes segfault when using XML::Parser you should use --disable-rule=EXPAT during the Apache configuration step. Starting

RE: Segfaults

2001-08-06 Thread Stas Bekman
Thanks Kyle! First it'll stay in the archive for other to use if needed. Second, I'll through it into the todo list in the docs project, core developer's guide, and someone will hopefully clean this thing up when the time comes. BTW, I suppose that we write a similar scenario for strace, ktrac

RE: Segfaults

2001-08-06 Thread Kyle Oppenheim
: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 8:33 PM To: Kyle Oppenheim Cc: mod_perl list Subject: RE: Segfaults [CC'ing back to the list for archival and possibly interesting followup discussion] On Mon, 6 Aug 2001, Kyle Oppenheim wrote: > Here's another method

RE: Segfaults

2001-08-06 Thread Stas Bekman
nks a lot! (for example I'm not familiar with gcore... is it Solaris specific thing?) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Stas Bekman > Sent: Friday, August 03, 2001 7:53 PM > To: Andrei A. Voropaev > Cc: [EMAIL P

Re: Segfaults with Frontier::RPC2 (possibly XML::Parser)

2001-06-06 Thread stefan weiss
[for the archive] I wrote: > I have intermittent segmentation faults with Apache 1.3.14, mod_perl > version 1.24. I think I tracked the problem down to the Frontier::RPC2 > module, which uses XML::Parser. The problem has been fixed - the culprit was the version of XML::Parser/ expat I was using

Re: Segfaults with RH6.1, mod_perl, perl 5.6.0, and apache 1.3.12

2000-04-11 Thread Doug MacEachern
On Mon, 10 Apr 2000, Benjamin Reed wrote: > I'm getting segfaults with a RedHat 6.1 system. I've tried mod_perl 1.22, > as well as a CVS snapshot from today, and I pretty much get the same thing > either way. I would appreciate it if anyone could help me out on this, it's > driving me nuts. do

Re: SegFaults caused by Apache::Cookie during ChildExit

2000-01-18 Thread Doug MacEachern
On Wed, 22 Dec 1999, Clinton Gormley wrote: > I am using a home-baked session manager on my web site. I clean up > expired sessions by called a child exit handlder and this all worked > rather well. > > However, we have recompiled Perl, Apache, mod_perl and Perl modules with > pgcc and a differ