From owner-freebsd-ruby@FreeBSD.ORG Fri Sep 17 23:56:42 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8D0106566C; Fri, 17 Sep 2010 23:56:42 +0000 (UTC) (envelope-from astounding@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 949F88FC12; Fri, 17 Sep 2010 23:56:41 +0000 (UTC) Received: by mail-wy0-f182.google.com with SMTP id 33so3894900wyb.13 for ; Fri, 17 Sep 2010 16:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9FB4pqREjOF+frm55WGdBHC0EeTU6NH8GxrMsmznQYk=; b=fRgrTfTAkA1QNavwtO8BL+ickmpfWHb9PrwZvm6UOk2JEZUDRPTbGCXgqB/YJZlPAW mUB3wLPmOy7C/YlvmIbmSzglbmSTqVXXIdc1rcsqtZV4+y4cc6sYIW1xUJpkuJsBiPca a/37SM7PGG9OfPkiG7wTcA4V6AeqqOH2EybU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=cQk7kKtnoN+cKTCO2XDEbduYQJrabvRfwwmtqYyJSTs++RE5Vh5+Kj7WaiSmIFzGm8 K1f+ITkjDU7iRoYniKfzME/8J/P3ghLv5jXpmwn8RloYxGcpd8z6QOyesrnhpzIPijGj zbQOxW8JoJKJduW8A+txqpS7nRPnGr5QiZAIQ= MIME-Version: 1.0 Received: by 10.216.35.75 with SMTP id t53mr1389795wea.95.1284767801269; Fri, 17 Sep 2010 16:56:41 -0700 (PDT) Received: by 10.216.18.137 with HTTP; Fri, 17 Sep 2010 16:56:41 -0700 (PDT) In-Reply-To: <20100917165235.64017b62.stas@FreeBSD.org> References: <20100917165235.64017b62.stas@FreeBSD.org> Date: Fri, 17 Sep 2010 17:56:41 -0600 Message-ID: From: "Aaron D. Gifford" To: ruby@freebsd.org, Stanislav Sedov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Phusion Passenger under FreeBSD's Ruby 1.9.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 23:56:42 -0000 On Fri, Sep 17, 2010 at 5:52 PM, Stanislav Sedov wrote: > On Fri, 17 Sep 2010 17:14:41 -0600 > "Aaron D. Gifford" mentioned: > >> Hi, >> >> I'm trying out Phusion Passenger 3.0.0.pre2 on a FreeBSD 8.1-RELEASE >> system running Apache 2.2.16 and Ruby 1.9.2 from FreeBSD's ports >> collection. =A0Sadly, the instant I attempt to access or start an app (a >> simple Rack app), the Passenger helper agent core dumps. >> >> I'd had success running Passenger 3.0.0.pre1 on a different FreeBSD >> 8.1 system under Ruby 1.9.1. >> >> It is possible this could be a FreeBSD Ruby 1.9.2 issue? > > We don't have ruby 1.9.2 in ports yes. =A0I'm working on it. > What version are you using? > My mistake. It's crashing on Ruby 1.9.1,1. Typo on my part. Sorry. So it is NOT a 1.9.2 issue. I suspect it's got to be a Phusion Passenger beta issue specific to my configuration. I've got to figure out what's different on the host where my app works and the host where it's crashing. Thanks, Aaron out.