From: Koichi Sasada Date: 2011-06-11T14:40:06+09:00 Subject: [ruby-core:36968] [Ruby 1.9 - Bug #3523] win32 exception c0000029 on exit using fibers Issue #3523 has been updated by Koichi Sasada. Can we close this issue? ---------------------------------------- Bug #3523: win32 exception c0000029 on exit using fibers http://redmine.ruby-lang.org/issues/3523 Author: B Kelly Status: Assigned Priority: Low Assignee: Usaku NAKAMURA Category: core Target version: 1.9.2 ruby -v: ruby 1.9.2dev (2010-07-01) [i386-mswin32_100] =begin Hi, I'm encountering a windows exception c0000029 crash when my application (which uses fibers) runs on v1.9.2. The program runs to completion, and its tests all pass, but the exception occurs when ruby exits. So far the crash happens consistently on v1.9.2-dev, but never happens on trunk (1.9.3-dev). I will attempt to isolate a small bit of code which reproduces the problem. But I wanted to post in the meantime in case anyone might have ideas about what could cause this exception, or why it might differ between 1.9.2 and trunk. Thanks, Regards, Bill =end -- http://redmine.ruby-lang.org