Re: [SOLVED] Re: How to run shell command from response handler? (Apache2 child segmentation fault)

2012-01-08 Thread David Booth
Hi Jon, My code actually needed to run other shell commands. I just used the `date` function as a simple example to demonstrate the problem. David On Sat, 2012-01-07 at 02:44 -0700, Jon wrote: > Hello All, > > > Ok, maybe I'm missing the whole point of this thread, but why is this > solutio

Re: [SOLVED] Re: How to run shell command from response handler? (Apache2 child segmentation fault)

2012-01-07 Thread Jon
Hello All, Ok, maybe I'm missing the whole point of this thread, but why is this solution better than using the built-in perl `date` function? Personally, I think using the system 'date' function provides too many variables [read: problems] when attempting cross-platform continuity. Maybe I have

[SOLVED] Re: How to run shell command from response handler? (Apache2 child segmentation fault)

2012-01-03 Thread David Booth
Thanks for the suggestion. I tried it with prefork and the problem still occurred. HOWEVER, I then decided to remove all modules down to a minimal example, and discovered that the mere inclusion of the following module: use Test::MockObject; was causing the segmentation fault after several su