gramineproject / examples

Sample applications configs for Gramine
BSD 3-Clause "New" or "Revised" License
29 stars 22 forks source link

Gramine failing to run latest version of nodejs 20.9.0 #83

Closed jinengandhi-intel closed 8 months ago

jinengandhi-intel commented 8 months ago

Nodejs 20.x fails when run with Gramine Direct and Gramine SGX

Logs for both are attached. graminesgx_error_nodejs_version_20.txt graminedirect_error_nodejs_version_20.txt

kailun-qin commented 8 months ago

Issue is only seen on Alpine distro.

I think this is a known issue -- not specifically w/ the distro but rather the version of nodejs. Pls see https://github.com/gramineproject/gramine/issues/1469, https://github.com/gramineproject/gramine/discussions/1574 and https://github.com/gramineproject/gramine/discussions/1468.

jinengandhi-intel commented 8 months ago

I didn't realize this was already known, as this version is only now pushed for Alpine distro, so our Nightly runs only caught this now.

jinengandhi-intel commented 8 months ago

@kailun-qin Like you said, I quickly checked on ubuntu20.04 also and there too apt installs a much older version i.e. 10.19 where the issue is not seen. I followed the steps listed here to upgrade to 20.x and I see the issue there.

Updating the title and description to remove references to Alpine.

mkow commented 8 months ago

Closing, as it's a duplicate of https://github.com/gramineproject/gramine/issues/1469.