[PHP] Re: Segmentation fault in php5-imap

2008-12-24 Thread Dan Osipov
conditions and exceptions, in order to avoid the segfault, and at least finish the execution of a script even if the connection is dropped. I will let everyone know if I discover the source of the issue. Nathan Nobbe wrote: On Tue, Dec 23, 2008 at 5:30 PM, Dan Osipov dosi...@phillyburbs.com wrote

[PHP] Segmentation fault in php5-imap

2008-12-23 Thread Dan Osipov
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

[PHP] Re: Segmentation fault in php5-imap

2008-12-23 Thread Dan Osipov
? 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 dosi...@phillyburbs.comwrote: Hello, I have

[PHP] Re: Segmentation fault in php5-imap

2008-12-23 Thread Dan Osipov
, it segfaults. Otherwise it continues to run successfully. But why does it drop the connection? Thanks a lot for your help!! Dan Nathan Nobbe wrote: On Tue, Dec 23, 2008 at 1:42 PM, Dan Osipov dosi...@phillyburbs.com wrote: Everything matches. The only thing that's different is that the server