Forums / Developer / malloc() problem in cronjob scripts

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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