You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# rpm -qa|grep glibc
glibc-2.17-292.el7.cgslv5.0.1.gf7a2c7a.i686
glibc-headers-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-common-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
compat-glibc-headers-2.12-4.el7.centos.x86_64
glibc-static-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-devel-2.17-292.el7.cgslv5.0.1.gf7a2c7a.i686
compat-glibc-2.12-4.el7.centos.x86_64
glibc-devel-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
# /opt/myprogram/myprogram --no-sandbox
fn:/opt/myprogram/resources/app.asar/node_modules/ced/index.js
module_root:/opt/myprogram/resources/app.asar/node_modules/ced
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/.org.chromium.Chromium.O5tS9C)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/opt/myprogram/resources/app.asar/node_modules/node-screenshots/index.js:174:31)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
[24984:0921/120247.946719:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[25001:0921/120247.991007:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
OS: a customized distro,possibly based on centos7.
would you please lower glibc version for compiling node-screenshots ?
or provide a way to let us compile from source ?
The text was updated successfully, but these errors were encountered:
# rpm -qa|grep glibc
glibc-2.17-292.el7.cgslv5.0.1.gf7a2c7a.i686
glibc-headers-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-common-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
compat-glibc-headers-2.12-4.el7.centos.x86_64
glibc-static-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-devel-2.17-292.el7.cgslv5.0.1.gf7a2c7a.i686
compat-glibc-2.12-4.el7.centos.x86_64
glibc-devel-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
glibc-2.17-292.el7.cgslv5.0.1.gf7a2c7a.x86_64
# /opt/myprogram/myprogram --no-sandbox
fn:/opt/myprogram/resources/app.asar/node_modules/ced/index.js
module_root:/opt/myprogram/resources/app.asar/node_modules/ced
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/.org.chromium.Chromium.O5tS9C)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/opt/myprogram/resources/app.asar/node_modules/node-screenshots/index.js:174:31)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
[24984:0921/120247.946719:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[25001:0921/120247.991007:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
OS: a customized distro,possibly based on centos7.
would you please lower glibc version for compiling node-screenshots ?
or provide a way to let us compile from source ?
The text was updated successfully, but these errors were encountered: