[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2012-03-07 Thread Samuel Carlier
got the same problem. even the test release of PHP 5.4 Zend_CE-5.6.0 doensn't work. any fixes around? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880756 Title: Segmentation fault using curl_exec

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2012-01-21 Thread Ourfriendbernard
I have the same issue and have posted about it on the Zend Forums - http://forums.zend.com/viewtopic.php?f=44t=44113 In my php build command it references '/usr/local/openssl-0.9.8o' which does not exist on my system. Does anyone have any ideas what I could try to fix this? Thanks. -- You

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2012-01-09 Thread its me
Same problem here running Ubuntu 11.10, Zend-CE-5.6.0, PHP 5.3.9-ZS5.6.0, Apache/2.2.20 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880756 Title: Segmentation fault using curl_exec (php5,

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-11-23 Thread Alex Frenkel
IS there any news about this bug I have it on my production server -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880756 Title: Segmentation fault using curl_exec (php5, apache2) To manage

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: curl (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880756 Title:

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Laurent POLESE
apport information ** Tags added: apport-collected oneiric ** Description changed: I reproduced this problem on 2 very different computers. Running this simple php script makes apache to seg fault : ?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://google.fr');

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Haitao Li
Thanks! Looks like apport-collect didn't uploaded very much useful data. I think a backtrace would be very useful if you could provide. If you already got a crash file in /var/crash after enabling apport, you could use apport-retrace to get a backtrace. Use command like: apport- retrace -o trace

Re: [Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Laurent POLESE
Hi, I don't have any file in /var/crash, and don't know how to get some. I installed dbg version of libcurl3, caused seg fault again but didn't get any file. Also, I configured the gdb dump in apache to write in a world-writable directory, but I don't get the core either. If you see anything

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Haitao Li
Just notice currently there is a bug (#855291) of libcurl3-dbg, which doesn't include debug symbols at all. So the resulting backtrace may just be worthless. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Haitao Li
If apport is enabled (by sudo service apport start force_start=1) and a program crashes with segfault (signal 11), a crash file should have been written to directory /var/crash. How to get a backtrace of apache2 is documented at /usr/share/doc/apache2.2-common/README.backtrace -- You received

Re: [Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Laurent POLESE
I'm getting an error when replying with apport-retrace crash file (over 7MB). Trying without it. Below is my previous mail. -- Ok, I joined what apport-retrace generates with the crash file. Also, here's what I get with gdb : *gdb backtrace :* GNU gdb

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-31 Thread Haitao Li
** Changed in: curl (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880756 Title: Segmentation fault using curl_exec (php5, apache2) To manage notifications

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-28 Thread Haitao Li
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command, as it will automatically gather debugging information, in a terminal: apport-collect 880756 When reporting bugs in the future please use apport by using 'ubuntu-bug' and the

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-25 Thread Laurent POLESE
Same fault occurs when fetching http://127.0.0.1 I said I had the bug on 2 computers. Yesterday I was able to fix it on one of them (i386) by reinstalling curl package, but it didn't work on the other one (amd64). -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-25 Thread Haitao Li
I was tested on amd64. Maybe you should try to submit crash data with apport. Enable it by sudo service apport start force_start=1 and reproduce the fault. Detailed instruction and explanation please see https://wiki.ubuntu.com/Apport#How_to_enable_apport -- You received this bug notification

[Bug 880756] Re: Segmentation fault using curl_exec (php5, apache2)

2011-10-24 Thread Haitao Li
Not able to reproduce the fault. The script works fine on my Oneiric. I am using php5-suhosin 0.9.32.1-1. To make the situation simpler, could you reproduce the crash by fetching a page from local server, like http://127.0.0.1? -- You received this bug notification because you are a member of