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: Sat, 31 Dec 2011 01:03:59 +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 1325265463 2862 80.91.229.12 (30 Dec 2011 17:17:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 17:17:43 +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 18:17:39 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=7dLbKnOjCKRsBbEWeuzb8JR/x+Wr149mSD4vBlK0ghs=; b=kbwCgCVtEcZDrU6/iBUuo6OcVY0RnZpyJ/pMpjYxXA9hApepLfKfaRMX+IahoAY5Nx bVb2YOnZzMa4yxDL6QHJc49XX9v/Ud3TQRXbb1ORPEGvVTVDDNTIW5uDfi+yXMVm3ivr zbYoFN9WDynSLULHE/2mXYUz7NbnNTRspoulo= 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:319 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rgg5K-00029I-Kk for gclrrg-rainbows-talk@m.gmane.org; Fri, 30 Dec 2011 18:17:38 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 68FD61779950; Fri, 30 Dec 2011 12:17:37 -0500 (EST) Received: from mail-gx0-f178.google.com (mail-gx0-f178.google.com [209.85.161.178]) by rubyforge.org (Postfix) with ESMTP id A29841858300 for ; Fri, 30 Dec 2011 12:04:30 -0500 (EST) Received: by ggnq4 with SMTP id q4so10451411ggn.23 for ; Fri, 30 Dec 2011 09:04:30 -0800 (PST) Received: by 10.236.185.9 with SMTP id t9mr8415622yhm.50.1325264670291; Fri, 30 Dec 2011 09:04:30 -0800 (PST) Received: by 10.236.110.51 with HTTP; Fri, 30 Dec 2011 09:03:59 -0800 (PST) On Fri, Dec 30, 2011 at 9:35 AM, Eric Wong wrote: > 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. Just want to let you know, after trying GCC 4.6 without LLVM involved and reinstalling all binary extensions, I can no longer reproduce this. What's amazing is, when I switch back to the old Ruby which is compiled with Apple's llvm-gcc, I can't reproduce that either! O_o Maybe it's restarting the computer would really solve everything, or I just did something wrong somewhere... Then I guess I shouldn't file a bug for this. Thanks for your help! _______________________________________________ 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