Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2017 02:43:57 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Matthias Petermann <matthias@petermann-it.de>, bhughes@FreeBSD.org
Cc:        FreeBSD Ports <ports@freebsd.org>
Subject:   Re: www/node 8.1.4 core dumped with Kibana5
Message-ID:  <596EAB4D.2000309@quip.cz>
In-Reply-To: <1500424691.4455.1.camel@petermann-it.de>
References:  <596E9B73.4010608@quip.cz> <1500424691.4455.1.camel@petermann-it.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthias Petermann wrote on 2017/07/19 02:38:
> Hello Miroslav,
>
> I have run into the same issue recently. There is a ticket for this
> problem:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220467
>
> The reporter of the ticket proposes to adjust the kibana dependencies
> to point to node6 which doesn't have the bug.
>
> Would maybe a good idea to stick to the stable 6 versions, as long as
> kibana doesn't neccessarily need a need a newer one. At least from the
> source code side, version 6 seems to be fine:
>
> https://github.com/elastic/kibana/blob/master/.node-version

But then there will be another issue - the most of the ports are using 
www/node as dependency. If Kibana will have dependency on www/node6 then 
it cannot coexists with other ports on one machine.

This was the reason why it was updated from www/node4 to www/node

see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218250



> Am Mittwoch, den 19.07.2017, 01:36 +0200 schrieb Miroslav Lachman:
>> 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<node::AsyncWra
>> p::PushAsyncIds::Value>
>> const&) [/usr/local/bin/node]
>>    4:
>> v8::internal::FunctionCallbackArguments::Call(void(*)(v8::FunctionCal
>> lbackInfo<v8::Value>
>> const&)) [/usr/local/bin/node]
>>    5: v8::internal::Isolate*<v8::internal::Object>
>> v8::internal::Builtins::InvokeApiFunction(v8::internal::Isolate*,
>> bool,
>> v8::internal::Handle<v8::internal::HeapObject>(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
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o
>> rg"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?596EAB4D.2000309>