[PHP] Segment fault

2004-03-19 Thread Doug Dalton
I am writting a php script that will be used in production, it connects to a imap server gets all the headers and stores them in a db: Here is where it is crashing 0x28258ede in mm_cache () from /usr/local/lib/libc-client4.so.8 (gdb) bt #0 0x28258ede in mm_cache () from

[PHP] php debug

2004-03-08 Thread Doug Dalton
I am getting an error in php that is causing a core dump : (gdb) core php.core Core was generated by `php'. Program terminated with signal 11, Segmentation fault. #0 0x00686264 in ?? () The program is a script and is working fine until, my assumption is that it exhausts resources and crashes,