The problem is inherent to that version of http client, has nothing to do with Gambit. Attaching an update.<div><br><div class="gmail_quote">2010/12/1 Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On 2010-11-30, at 11:59 AM, Tim Lavoie wrote:<br>
<br>
> Greetings,<br>
><br>
> I'll start off with a caveat: I'm new to Gambit and add-ons such as<br>
> Black Hole, but have been exploring and having a good time so far.<br>
><br>
> One of the modules I would like to make use of is net/http-client, so<br>
> that I can use Gambit-C to fetch data from CouchDB. I believe I have<br>
> everything installed OK, but I receive immediate deadlock errors when<br>
> attempting to make a request. (Any request, URL doesn't matter.)<br>
><br>
> I have appended the request, error and stack dump below; please let me<br>
> know if I'm doing something wrong, or have stumbled onto a bug.<br>
><br>
>  Thanks,<br>
>  Tim<br>
<br>
</div>It is hard for me to analyze this problem with so little information.  Deadlock problems are often hard to debug because they are caused by a combination of factors.<br>
<br>
Is this a multithreaded program?  Are you trying to contact the server from the same Scheme thread?  Are the client and the server in the same OS process?<br>
<br>
>From your backtrace it seems that the current-thread is trying to lock a mutex that is already locked (perhaps by the same thread), and no other thread is currently executable.  Please check your program logic.<br>
<font color="#888888"><br>
Marc<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
</div></div></blockquote></div><br></div>