From owner-freebsd-ports@freebsd.org Tue Jul 18 23:36:27 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 920BEDA2946 for ; Tue, 18 Jul 2017 23:36:27 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF573F9B for ; Tue, 18 Jul 2017 23:36:27 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 7D355DA2945; Tue, 18 Jul 2017 23:36:27 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CD0BDA2944 for ; Tue, 18 Jul 2017 23:36:27 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4543F3F9A; Tue, 18 Jul 2017 23:36:25 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EA0C728476; Wed, 19 Jul 2017 01:36:21 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id DFF1228475; Wed, 19 Jul 2017 01:36:19 +0200 (CEST) To: bhughes@FreeBSD.org Subject: www/node 8.1.4 core dumped with Kibana5 Cc: FreeBSD Ports From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <596E9B73.4010608@quip.cz> Date: Wed, 19 Jul 2017 01:36:19 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 23:36:27 -0000 I upgraded ports on our test server, it includes upgrade of node from 7.10.0 to 8.1.4 but Kibana failed to start with the following stack trace (node:13668) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. /usr/local/bin/node[13668]: ../src/env-inl.h:131:void node::Environment::AsyncHooks::push_ids(double, double): Assertion `(trigger_id) >= (0)' failed. 1: node::Abort(void) [/usr/local/bin/node] 2: node::Assert(char const* const[4]*) [/usr/local/bin/node] 3: node::AsyncWrap::PushAsyncIds(v8::FunctionCallbackInfo const&) [/usr/local/bin/node] 4: v8::internal::FunctionCallbackArguments::Call(void(*)(v8::FunctionCallbackInfo const&)) [/usr/local/bin/node] 5: v8::internal::Isolate* v8::internal::Builtins::InvokeApiFunction(v8::internal::Isolate*, bool, v8::internal::Handle(int, v8::internal::Object*, v8::internal::HeapObject) [/usr/local/bin/node] 6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [/usr/local/bin/node] Abort (core dumped) I found similar issue on GitHub https://github.com/nodejs/node/issues/14198 Is it possible to add the fox from nightly version to port www/node? Otherwise Kibana cannot run. Kind regards Miroslav Lachman