Follow-up Comment #5, bug #20814 (project guile):

Hi,

In your first example, the thread that executes `scm_test ()' is not in Guile
mode (see `scm_with_guile'), hence the segfault I suppose.

In your second example, I suspect you have two initializations going in
parallel.  I'd rather first call `scm_init_guile ()' and _then_ call
`guile_exec_thread ()'.  Can you tell us whether that fixes the problem?

Thanks,
Ludovic.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20814>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to