Everything matches. The only thing that's different is that the server
that's having the problem has been running the script every 15 mins for
the past 2 months - which leads me to believe there might be a memory
leak somewhere...
Although complete recompiling should reset something, right?
I found this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502996
But the patch didn't work. The library is required by php5-imap (which
is a standalone package).
Thanks!
Dan
Nathan Nobbe wrote:
On Tue, Dec 23, 2008 at 12:34 PM, Dan Osipov <dosipov@xxxxxxxxxxxxxxx>wrote:
Hello,
I have a CLI PHP script I'm running on a Debian Etch server every 15
minutes, that downloads messages from NNTP server using PHP imap functions.
The script is working fine on several Windows systems, and other Linux
servers, but has been continuously throwing a segfault error on this
particular machine.
I've recompiled PHP 5.2.8 from source, upgraded all packages, recompiled
libc-client2002edebian, etc. I'm at loss at what I can do to debug this
issue further. Can someone recommend what I should check?
have you checked the versions of the imap libraries on those systems to
ensure theyre consistent across the board? not sure exactly what to look at
here since i dont have a debian machine on hand but im guessing the php
binary depends on some other binary being there, which there will be several
versions of, surely.
is there a standalone package for the imap extension in debian?
also, are the other linux boxes also running debian?
-nathan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php