Bug#295447: apache segfaults with php4-curl loaded

2005-02-20 Thread Adam Conrad
Brent G wrote: > > I didn't want to bump this bug nor open a new one if it's related but > i'm still getting a segfault in some cases, here's the > backtrace for that: > > #0 0x4022e8a4 in strncasecmp () from /lib/libc.so.6 > #1 0x40bd2ee9 in zif_curl_setopt () from > /usr/lib/php4/20020429-

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Adam Conrad
tags 295447 +pending thanks Cyril Chaboisseau said: > > but keep in mind that what I reported could be completely unrelated to the > original bug report Except that he sent me a test case later on which is also solved by my fixing your bug, so I'm pretty sure they're the same bug. :) ... Adam

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Brent G
Adam Conrad wrote: Brent G. said: When using php4-curl with a PHP script to pull and parse remote pages (NP_Trackback plugin for Nucleus CMS) causes apache to segfault somewhere within (from what I can tell) the curl extension. Hrm... Do you have mod_perl loaded, by any chance?... I've just

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Brent G
Adam Conrad wrote: Brent G. said: When using php4-curl with a PHP script to pull and parse remote pages (NP_Trackback plugin for Nucleus CMS) causes apache to segfault somewhere within (from what I can tell) the curl extension. Can you come up with a testcase for this?... I can't manage to

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Cyril Chaboisseau
On 16th Feb., Adam Conrad said : > Can you come up with a testcase for this?... I can't manage to > reproduce it here. here, curl also segfaults on the amd64 arch. which ressembles a lot like bug #294986 here is what I got : $ php4 curl.php Erreur de segmentation (core dumped) $ gdb -c core /us

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Adam Conrad
Brent G. said: > > When using php4-curl with a PHP script to pull and parse remote pages > (NP_Trackback plugin for Nucleus CMS) causes apache to segfault > somewhere within (from what I can tell) the curl extension. Hrm... Do you have mod_perl loaded, by any chance?... I've just been segfault hun

Bug#295447: apache segfaults with php4-curl loaded

2005-02-16 Thread Adam Conrad
Brent G. said: > > When using php4-curl with a PHP script to pull and parse remote pages > (NP_Trackback plugin for Nucleus CMS) causes apache to segfault > somewhere within (from what I can tell) the curl extension. Can you come up with a testcase for this?... I can't manage to reproduce it here.

Bug#295447: apache segfaults with php4-curl loaded

2005-02-15 Thread Brent G.
Package: php4-curl Version: 4:4.3.10-5 Severity: normal When using php4-curl with a PHP script to pull and parse remote pages (NP_Trackback plugin for Nucleus CMS) causes apache to segfault somewhere within (from what I can tell) the curl extension. Here is the dgb backtrace: ---