Skip to content
Snippets Groups Projects
  1. Dec 31, 2015
    • Yorick Peterse's avatar
      Removed usage of Ruby mutexes · 242e3726
      Yorick Peterse authored
      In rare circumstances locking/unlocking a Mutex may lead to an object
      allocation which in turn crashes CRuby when this happens during a GC
      run. Since the GIL already prevents multiple Ruby threads from running
      in parallel we should be able to safely remove the usage of explicit
      mutexes without breaking things.
      242e3726
  2. Dec 17, 2015
Loading