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 /usr/local/lib/libc-cl
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, d
2 matches
Mail list logo