From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 74.125.0.0/16 X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9880F1F420 for ; Tue, 22 Jul 2014 15:17:25 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q58so9302795wes.21 for ; Tue, 22 Jul 2014 08:17:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=saD9w2HppI/is14oMVWmTrWca40cpKkhZ+q1XTmmwhw=; b=BS5ifhMbzOI3A/gbRaHRI3lG7weEFBQnEL8g14/lwR0vLj9S8V7wiXyg3Kjf7t6Z4G CEWPXpcUjh1pn4KSfACC5PLI9suGmIX3/HRBRFqX2hmHf6ZfVUIbEz4opuXm0ek6DnA4 58eByXDRbHiHT+wQkPbQv1xOlUtGlgSPco+rlWfcy9x/1M28mIOJRHiKcqvbdL36UVpa 1t71KVV9yM+DaccgfFYkLXDsbguN1g/AH3ZNbtanY92pnP+D2ZC2mZxo4LLEQ6WcS2id csmso2KE0zqsvR4rVdqldqRbD7r97a0Xcc6q/8iRzQaLBRV+791aoyOsp16blP0BAQwY 3dxw== X-Gm-Message-State: ALoCoQnw6g+wzd/Md9UV4qN0+l3eVNruu7cVLhs1X7KJ1wPpZcM/h+elyYTHKKHcjZctNwzcofyz X-Received: by 10.194.7.67 with SMTP id h3mr34180550wja.111.1406042243961; Tue, 22 Jul 2014 08:17:23 -0700 (PDT) Received: from ?IPv6:2001:470:1f09:9f6:28c0:d434:2868:3e81? ([2001:470:1f09:9f6:28c0:d434:2868:3e81]) by mx.google.com with ESMTPSA id de6sm1679217wjc.16.2014.07.22.08.17.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jul 2014 08:17:22 -0700 (PDT) From: Philip Cunningham Content-Type: multipart/signed; boundary="Apple-Mail=_2F860CB8-E771-4809-A080-F6D11A228A7D"; micalg="pgp-sha512"; protocol="application/pgp-signature" Subject: `hash' called on unexpected T_NODE object Message-Id: <891E6723-963F-4794-A93A-0473B2B2976C@irisconnect.co.uk> Date: Tue, 22 Jul 2014 16:17:20 +0100 To: unicorn-public@bogomips.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Content-Filtered-By: PublicInbox::Filter 0.0.1 List-Id: --Apple-Mail=_2F860CB8-E771-4809-A080-F6D11A228A7D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello We recently experienced an issue with our staging server on Heroku. It's = the first time we've seen this error and the staging server hasn't been = updated in a week or so. It's not clear to me how I should investigate = this further so I would appreciate any assistance you might offer. Some = details are below: ``` ruby version ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux] ``` ``` log 2014-07-22T14:47:34.306596+00:00 app[web.2]: = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_request.= rb:80:in `parse': method `hash' called on unexpected T_NODE object = (0x007fa3c36823d8 flags=3D0x33b21c) (NotImplementedError) 2014-07-22T14:47:34.306602+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_request.= rb:80:in `read' 2014-07-22T14:47:34.306627+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_server.r= b:572:in `process_client' 2014-07-22T14:47:34.306629+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_server.r= b:666:in `worker_loop' 2014-07-22T14:47:34.306632+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_server.r= b:521:in `spawn_missing_workers' 2014-07-22T14:47:34.306653+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_server.r= b:532:in `maintain_worker_count' 2014-07-22T14:47:34.306657+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/lib/unicorn/http_server.r= b:290:in `join' 2014-07-22T14:47:34.306658+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/gems/unicorn-4.8.2/bin/unicorn:126:in = `' 2014-07-22T14:47:34.306659+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/bin/unicorn:23:in `load' 2014-07-22T14:47:34.306660+00:00 app[web.2]: from = /app/vendor/bundle/ruby/2.0.0/bin/unicorn:23:in `
' 2014-07-22T14:47:34.461811+00:00 app[web.2]: E, = [2014-07-22T14:47:34.461628 #2] ERROR -- : reaped # worker=3D0 ``` Cheers Philip --Apple-Mail=_2F860CB8-E771-4809-A080-F6D11A228A7D--