bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #20814] Issues with multithreading (using pthread, libguile 1.8.2)


From: Ludovic Courtès
Subject: [bug #20814] Issues with multithreading (using pthread, libguile 1.8.2)
Date: Mon, 20 Aug 2007 09:22:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.6) Gecko/20070801 (Debian-1.8.1.6-1) Galeon/2.0.2 (Debian package 2.0.2-4)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]