cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: failed tests building curl 7.26

From: Neil Bowers <neil_at_bowers.com>
Date: Wed, 6 Jun 2012 23:02:36 +0100

> Hm, can you try to build your curl with "./configure --disable-shared"

Aha, result!

Running test 554:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000001007ffff0
0x00007fff8f2eae2c in memmove$VARIANT$sse42 ()
(gdb) bt
#0 0x00007fff8f2eae2c in memmove$VARIANT$sse42 ()
#1 0x0000000100006fd0 in __inline_memcpy_chk (__dest=0x101000008, __src=0x10015cdc8, __len=4294967305) at _string.h:61
#2 0x0000000100008c3b in AddFormData (formp=0x7fff5fbff2d0, type=FORM_CONTENT, line=0x10015cdc8, length=4294967305, size=0x7fff5fbff2b0) at formdata.c:805
#3 0x0000000100009e76 in Curl_getformdata (data=0x100825e08, finalform=0x100326058, post=0x100325088, custom_content_type=0x0, sizep=0x100326060) at formdata.c:1249
#4 0x0000000100011fe1 in Curl_http (conn=0x10081fe08, done=0x7fff5fbff853) at http.c:1978
#5 0x0000000100032755 in Curl_do (connp=0x7fff5fbff860, done=0x7fff5fbff853) at url.c:5507
#6 0x0000000100048ee9 in Curl_do_perform (data=0x100825e08) at transfer.c:2097
#7 0x000000010004927f in Curl_perform (data=0x100825e08) at transfer.c:2233
#8 0x0000000100049d47 in curl_easy_perform (curl=0x100825e08) at easy.c:536
#9 0x0000000100001aef in test (URL=0x7fff5fbffbce "http://127.0.0.1:8990/554") at lib554.c:187
#10 0x0000000100001e27 in main (argc=2, argv=0x7fff5fbffa38) at first.c:130

And running test 587:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000001007ffff0
0x00007fff8f2eae2c in memmove$VARIANT$sse42 ()
(gdb) bt
#0 0x00007fff8f2eae2c in memmove$VARIANT$sse42 ()
#1 0x0000000100006fd0 in __inline_memcpy_chk (__dest=0x101000008, __src=0x10015cdc8, __len=4294967305) at _string.h:61
#2 0x0000000100008c3b in AddFormData (formp=0x7fff5fbff2d0, type=FORM_CONTENT, line=0x10015cdc8, length=4294967305, size=0x7fff5fbff2b0) at formdata.c:805
#3 0x0000000100009e76 in Curl_getformdata (data=0x100825e08, finalform=0x100326058, post=0x100325088, custom_content_type=0x0, sizep=0x100326060) at formdata.c:1249
#4 0x0000000100011fe1 in Curl_http (conn=0x10081fe08, done=0x7fff5fbff853) at http.c:1978
#5 0x0000000100032755 in Curl_do (connp=0x7fff5fbff860, done=0x7fff5fbff853) at url.c:5507
#6 0x0000000100048ee9 in Curl_do_perform (data=0x100825e08) at transfer.c:2097
#7 0x000000010004927f in Curl_perform (data=0x100825e08) at transfer.c:2233
#8 0x0000000100049d47 in curl_easy_perform (curl=0x100825e08) at easy.c:536
#9 0x0000000100001aef in test (URL=0x7fff5fbffbce "http://127.0.0.1:8990/587") at lib554.c:187
#10 0x0000000100001e27 in main (argc=2, argv=0x7fff5fbffa38) at first.c:130

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-06-07