For your reference, I am running Apache 2.2.3 + mp2 2.0.3 + libapreq
2.6.0 dev + Perl 5.8.8 fine on my 2K3 and XP boxes, regardless of the
concurrency setting. No special config used. You may want to relook your
setup, or try installing on a clean machine.
Tümer Garip wrote:
Hi,
No need for any specific code.
A simple CGI script writing some silly sentences to the browser will do
the same.
However I noticed something else.
1-When i test with a concurrency level above 1 right after a fresh
server start it crashes almost 100%.
2-If I gradually increase the concurrency as 1,3,5,10 and keep testing
than it works and it will segmenfault intermittently.
3-I tested with 2.0.4-dev as well. It didnot compile until i upgraded
threads::shared to CPAN version. Things have improved and number of
crashes is reduced.
Thats all i can say at the moment.
Thanks
Tumer
Perin Harkins wrote:
On 1/25/07, Tümer Garip <[EMAIL PROTECTED]> wrote:
We have a production working library system with the above platform.
Recently we are trying to use Modperl with either PerlRun or Registry
Everything looks smooth except the intermittent faults i quoted
above.
Can you attempt to isolate the part of your perl code that's running
when it hits this segfault?
- Perrin