View Single Post
  #2   (View Single Post)  
Old 6th July 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

I'm not sure, but I suspect this is a bug in php.

Does php leave a coredump? Try analyzing that (gdb -c), try recompiling PHP & extensions with debugging symbols (-DWITH_DEBUG).

Also, what exactly are you doing in drupal to cause this error?

Also, these options might be useful in php.ini
Code:
report_zend_debug = 1
fastcgi.logging = 1
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote