Open WilliamBerryiii opened 7 years ago
I believe we support the Node.js binding with a (small) range of Node.js versions up through 7.something... @avranju can confirm. We'll need some help to support versions of Node.js outside that range.
Yes, we haven't tested the Node.js bindings with 8.5.0.
Gateway build: Master Run-time: Linux (debian/jessie-scm) Container run-time image base: microsoft/dotnet:latest Enabled Bindings: NodeJS & DotNetCore Target NodeJS Version: 8.5.0
Expected results: Build succeeds & Gateway run nodejs_simple_sample Actual Results: Build succeeds with excessive warnings about dependency conflicts & gateway terminates with segfault on startup. Running strace yields no useful results.
Reproduction: Starting from the microsoft/dotnet latest build, create a container images by first installing node, and gateway environment dependencies. Continue by running build_nodejs.sh with a node version flag of 8.5.x. Run the gateway build with NodeJS and .NetCore bindings enabled. Run the nodejs_simple_sample ... the gateway will exit immediately with a segment fault.