From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: * X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Re: Weird app error: uninitialized fiber (FiberError) Date: Fri, 30 Dec 2011 01:35:47 +0000 Message-ID: <20111230013547.GA30808@dcvr.yhbt.net> References: <20111230004413.GA12870@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325208969 8246 80.91.229.12 (30 Dec 2011 01:36:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 01:36:09 +0000 (UTC) Cc: Rainbows! list , "Lin Jen-Shin \(godfat\)" To: "Lin Jen-Shin (godfat)" Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Fri Dec 30 02:36:00 2011 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:317 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RgRO3-0002we-61 for gclrrg-rainbows-talk@m.gmane.org; Fri, 30 Dec 2011 02:35:59 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5E842167836C; Thu, 29 Dec 2011 20:35:58 -0500 (EST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 4B2241678365 for ; Thu, 29 Dec 2011 20:35:48 -0500 (EST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A68F820E5A; Fri, 30 Dec 2011 01:35:47 +0000 (UTC) "Lin Jen-Shin (godfat)" wrote: > I can reproduce this under zbatery as well, so I guess this is > not related to fork()? My ruby and gem versions: > > ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin10.8.0] It may be an issue with LLVM/GCC on your platform, I've seen several issues on the ruby-core list related to that setup. Maybe recompiling Ruby (and all extensions) with a non-LLVM version of GCC will solve this. > I am not sure if I should be happy if this is really a ruby's bug. > I thought I just couldn't figure out how do fibers work, looking > through a lot of sources and doing a lot of experiments. Can you reproduce the issue on a GNU/Linux system? I cannot support non-Free platforms, anyways. _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying