#620: Yielding a block inside a loop in a thread crashes the VM
---------------------------------+------------------------------------------
 Reporter:  hongli...@…          |       Owner:  lsansone...@…        
     Type:  defect               |      Status:  new                  
 Priority:  blocker              |   Milestone:                       
Component:  MacRuby              |    Keywords:                       
---------------------------------+------------------------------------------

Comment(by watson1...@…):

 With your patch,in the following conditions, I think that assertion failed
 occures.

  * b->flags = VM_BLOCK_THREAD
  * flags = VM_BLOCK_THREAD
    * b->flags & flags => VM_BLOCK_THREAD
    * (flags & ~VM_BLOCK_THREAD) => 0

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/620#comment:5>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to