Forums / Developer / malloc() problem in cronjob scripts

malloc() problem in cronjob scripts

Author Message

Piotr Switkowski

Saturday 17 February 2007 8:29:13 am

I noticed strange problem. I wrote some runcronjobs scripts. The scripts execute OK, but then I get error message:

php in malloc(): warning: recursive call. 
FATAL:  emalloc():  Unable to allocate 130 bytes

The problem is not in my script. I added an echo as the last statement in my script. It executed properly and printed the message. But after it the error message appeared. Have anyone met the problem before?

I have ezP3.8.3 and PHP 4.4.4