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=0.0 required=3.0 tests=MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: "Lin Jen-Shin (godfat)" Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Re: Weird app error: uninitialized fiber (FiberError) Date: Fri, 30 Dec 2011 10:20:19 +0800 Message-ID: References: <20111230004413.GA12870@dcvr.yhbt.net> <20111230013547.GA30808@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 1325212618 28845 80.91.229.12 (30 Dec 2011 02:36:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 02:36:58 +0000 (UTC) Cc: "Lin Jen-Shin \(godfat\)" , Rainbows! list To: Eric Wong Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Fri Dec 30 03:36:54 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=godfat.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=x8y2VZNz0wztbNYvxhTkNawAry3T4dPq9ztSlBJG0kI=; b=s94LcRFMANhdSqsB6g9yGS3aL12QTT+0lujfBXiRxHIoEl9leQa0c9GA1/ORal+LGW lxc0EnPm5JMhGwqoKyRdk6luVPaC5Qiw/IRnI0Y7hCUEaIItWNxwlGEwo9eKD3bc4dGM wdOXmOTx4bwmUa6y7FCKhNmyAluwIw56AK3p0= In-Reply-To: <20111230013547.GA30808-yBiyF41qdooeIZ0/mPfg9Q@public.gmane.org> 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:318 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RgSKz-0004B5-7c for gclrrg-rainbows-talk@m.gmane.org; Fri, 30 Dec 2011 03:36:53 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 6DAC8167836C; Thu, 29 Dec 2011 21:36:52 -0500 (EST) Received: from mail-gy0-f178.google.com (mail-gy0-f178.google.com [209.85.160.178]) by rubyforge.org (Postfix) with ESMTP id A38431678365 for ; Thu, 29 Dec 2011 21:20:50 -0500 (EST) Received: by ghbg19 with SMTP id g19so2995808ghb.23 for ; Thu, 29 Dec 2011 18:20:50 -0800 (PST) Received: by 10.236.139.234 with SMTP id c70mr14316307yhj.33.1325211650312; Thu, 29 Dec 2011 18:20:50 -0800 (PST) Received: by 10.236.110.51 with HTTP; Thu, 29 Dec 2011 18:20:19 -0800 (PST) On Fri, Dec 30, 2011 at 9:35 AM, Eric Wong wrote: > Maybe recompiling Ruby (and all extensions) with a non-LLVM > version of GCC will solve this. I'll try to recompile Ruby (and all extensions) tomorrow. (I really need to sleep now) It seems now Apple does not provide a non-LLVM GCC now. My /usr/bin/gcc is a link to llvm-gcc-4.2. > Can you reproduce the issue on a GNU/Linux system? > I cannot support non-Free platforms, anyways. I should have thought this. Just tried on my Arch Linux: ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] I can't reproduce that on the machine. That's a good news. We're deploying to Linux anyway. Thanks! (I am not sure how to narrow this down further to file a bug on Ruby's issue tracker. Maybe I'll just show them what I have now) _______________________________________________ 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