[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');

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

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-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] [NEW] Segmentation fault using curl_exec (php5, apache2)

2011-10-24 Thread Laurent POLESE
Public bug reported: 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'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,15); curl_setopt($ch, CURLOPT_RETURNTRANSFER,