Fatal error - running typescript app in Gramine GSC (npx) #1468
-
I am trying to run a very simple typescript app using npx but I am missing something, because the container stops with a fatal error. The manifest:
The Dockerfile of the image being graminized:
Commands used to build and sign:
Below you can find the debug log of the stopped container.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I think I know the problem. Here it is: https://github.com/nodejs/node/blob/e7c397739ff935e8b0f54505a4e37ca711e69d94/deps/v8/src/base/platform/platform-posix.cc#L571-L575 Gramine' support for gramine/libos/src/bookkeep/libos_vma.c Line 1307 in 24319e4 This may be possible to hack around, but needs thinking... |
Beta Was this translation helpful? Give feedback.
@tiagorvmartins I think you have different versions on your bare metal system (where Gramine succeeds) and inside Docker (where GSC fails). Can you check the Node.JS versions?