<div class="gmail_quote">On Thu, Sep 27, 2012 at 1:13 PM, Stanislav Frolov <span dir="ltr"><<a href="mailto:frolosofsky@gmail.com" target="_blank">frolosofsky@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":1gj">There is a bug in error processing, I think. But root of my problem is in<br>
FElibc_error:"pthread_getspecific() failed.". I don't understand ECL's<br>
threading but looks like you call pthread_getspecific (ecl_process_env) before<br>
pthread_setspecific (ecl_set_process_env).</div></blockquote></div><br>Thanks a lot for the careful debugging. It seems ECL ran into a vicious circle: to register itself it has to create an environment, but to allocate any object an existing environment was assumed. I have fixed this and another problem with GC_unregister_my_thread(), which can only be called once. Your example seems to work here now.<div>

<br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>