Re: [PHP] malloc() failure - single function document

2004-06-25 Thread Curt Zirzow
* Thus wrote Joe Lewis: > The script works perfectly from the command line. It turns out to be > related directly to Apache 2.0 and the handling of buckets. yeah, I was afraid of that, and I'm really at a loss with any suggestions as is, except for: Ideal solution: use apache 1.x Alternate

Re: [PHP] malloc() failure - single function document

2004-06-24 Thread Joe Lewis
The script works perfectly from the command line. It turns out to be related directly to Apache 2.0 and the handling of buckets. gdb gave me a great deal of information. It told me that I have another module trying to read from an apr_bucket of type POOL which is supplied by the PHP module.

Re: [PHP] malloc() failure - single function document

2004-06-24 Thread Curt Zirzow
* Thus wrote Joe Lewis: > Hello, all. > > I've got a problem, and this is the best place I know of to find the > solution. > > Those log messages are not what I call good. On the phpinfo.php script, > the memory usage on the server goes through the roof before the messages > get printed to th

[PHP] malloc() failure - single function document

2004-06-24 Thread Joe Lewis
Hello, all. I've got a problem, and this is the best place I know of to find the solution. I have three PHP programs I'm trying to run. One functions just fine (located in the home directory, this is a simple mileage tracker for a couple of my automobiles). One is a feedback form (SMTP), and