bug-guile
[Top][All Lists]
Advanced

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

[bug #24867] `define' should be thread-safe


From: Ludovic Courtès
Subject: [bug #24867] `define' should be thread-safe
Date: Tue, 18 Nov 2008 10:18:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100921 IceCat/3.0.3-g1

URL:
  <http://savannah.gnu.org/bugs/?24867>

                 Summary: `define' should be thread-safe
                 Project: Guile
            Submitted by: civodul
            Submitted on: Tue 18 Nov 2008 10:18:28 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

`define' uses a hash table behind the scenes.  The hash table itself is not
thread-safe, but `define' should be thread-safe, that is, by synchronizing
accesses to the underlying hash table.

See http://thread.gmane.org/gmane.lisp.guile.devel/7851/focus=7858 for the
original report.

Thanks,
Ludo'.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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