curl-library
segment fault
From: Li Zhixin <lzx_at_expervision.com.cn>
Date: Tue, 30 Oct 2001 16:23:29 -0800
Received on 2001-10-30
Date: Tue, 30 Oct 2001 16:23:29 -0800
Hello, Sir
I downloaded curl-7.9 package and installed it. Then I wrote a sample and ran. It reported "Segment Fault" error like following after calling curl_easy_perform(curl).
Segmentation Fault (core dumped)
My OS is RH7.0 and the attachement is my sample code.
And I used following command line to compile:
gcc -o curltest.out curltest.c -lcurl
Can you give me some advice about the error?
Thanks.
L.ZX
- application/octet-stream attachment: curltest.c