cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Segmentaion Faults!

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 21 Oct 2003 15:12:36 +0200 (CEST)

On Tue, 21 Oct 2003, jna wrote:

> Well I don;t get a 'core' file? if I type at the command prompt
> http://www.google.com then it just stops and next line say segmentation
> fault. When I look I do not find a 'core' file?

Ok, then invoke curl with gdb:

$ gdb curl
gdb> run http://www.google.com
[crash]
gdb> bt

[stack trace shown]

If you do this with a curl that is built with configure --enable-debug, we'll
get lots of useful info...

> > 10.2 "or lower" ? Are you sure they talk about curl versions?
>
> Yeah, it says:
>
> To use the perl wrapper, you will need curlversion 10.2 or lower. Do NOT use
> version 10.4 or higher! Also please make sure you have a curl version with
> ssl.

Lovely. :-(

-- 
 Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
Received on 2003-10-21