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
Run npm install to trigger build (will call node-gyp rebuild internally)
Run build/Release/glslOptimizer.node
Segfault!
Fiddling around with gdb I'm able to get:
(gdb) run
Starting program: glsl-optimizer/build/Release/obj.target/glslOptimizer.node
Program received signal SIGSEGV, Segmentation fault.
_mesa_glsl_parse_state::has_uniform_buffer_objects (this=0x0) at ../src/glsl/glsl_parser_extras.h:197
197 return ARB_uniform_buffer_object_enable || is_version(140, 300);
(gdb) quit
On a related note, #92 is reproducible on my machine (Debian 8, quadcore i5, linux kernel v4.0.0-1-amd64) . I somehow suspect a bad build via cmake might be related to a segfault-y build via gyp.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
npm install
to trigger build (will callnode-gyp rebuild
internally)build/Release/glslOptimizer.node
Fiddling around with
gdb
I'm able to get:On a related note, #92 is reproducible on my machine (Debian 8, quadcore i5, linux kernel v4.0.0-1-amd64) . I somehow suspect a bad build via
cmake
might be related to a segfault-y build viagyp
.The text was updated successfully, but these errors were encountered: