X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48dcdffeef3c0a64242eac72c2af3ae336e7e6bd..3c67cbdbcd451a8059eba237a886c19faa0f4ebe:/src/bindings/ruby/simgrid.rb diff --git a/src/bindings/ruby/simgrid.rb b/src/bindings/ruby/simgrid.rb index 9bd954bc86..67c7e1ccd3 100644 --- a/src/bindings/ruby/simgrid.rb +++ b/src/bindings/ruby/simgrid.rb @@ -117,8 +117,9 @@ class MSG::Process < Thread @schedBegin.acquire() MSG::debug("Let's execute the main() of the Ruby process") main(@pargs) -# processExit(self) # Exit the Native Process @schedEnd.release() + MSG::debug("Released my schedEnd, bailing out") + processExit(self) # Exit the Native Process end