cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Dayly build OpenSuSE 11.1 test #537 SIGBUS

From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 20 Oct 2009 14:05:09 +0200

Hi Gün,

> Program received signal SIGBUS, Bus error.
> 0x00007ffff68c4b82 in ?? () from /lib64/libgcrypt.so.11
> (gdb) bt
> #0 0x00007ffff68c4b82 in ?? () from /lib64/libgcrypt.so.11
> #1 0x00007ffff68c5886 in ?? () from /lib64/libgcrypt.so.11
> #2 0x00007ffff68c5caf in ?? () from /lib64/libgcrypt.so.11
> #3 0x00007ffff70b8067 in wrap_gcry_rnd_init () from /usr/lib64/libgnutls.so.26
> #4 0x00007ffff70b610c in _gnutls_rnd_init () from /usr/lib64/libgnutls.so.26
> #5 0x00007ffff70a6e36 in gnutls_global_init () from /usr/lib64/libgnutls.so.26
> #6 0x0000000000438c02 in Curl_gtls_init () at gtls.c:100
> #7 0x00000000004125af in Curl_ssl_init () at sslgen.c:163
> #8 0x0000000000409a58 in curl_global_init (flags=3) at easy.c:256
> #9 0x0000000000406792 in test (URL=0x7fffffffe09b "http://127.0.0.1:8990/537") at lib537.c:477
> #10 0x0000000000406a56 in main (argc=2, argv=0x7fffffffdba8) at first.c:95

Ok, libgcrypt problem, it seems libgcrypt initialization bombs out,
instead of failing, when process has very few (less than 16) file
descriptors available. At least this condition seems to trigger the
problem. Without a debug enabled libgcrypt I can not pinpoint the
issue any further.

-- 
-=[Yang]=-
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-20