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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This bug report follows a discussion with saper on IRC.
Ionic 2 base install seems to make libsass segfault after installing node-sass through NPM, however if I rebuild the binding from this repository the build works fine.
This is using Debian 7 with Linux x64, gcc 4.7, stdc6 4.7.2-5
Clone node-sass repository, cd, node scripts/build -f, cp vendor/linux-x64-48/binding.node libsass-segfault/node_modules/node-sass/vendor/linux-x64-48/binding.node, and rerun command from step 4, does not segfault.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffef7fe700 (LWP 9153)]
0x00007ffff49695c2 in Sass::Eval::operator()(Sass::Map*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
(gdb) bt
#0 0x00007ffff49695c2 in Sass::Eval::operator()(Sass::Map*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#1 0x00007ffff496b356 in Sass::Eval::operator()(Sass::List*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#2 0x00007ffff4972d51 in Sass::Expand::operator()(Sass::Assignment*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#3 0x00007ffff4977c94 in Sass::Expand::operator()(Sass::Import_Stub*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#4 0x00007ffff497379c in Sass::Expand::operator()(Sass::Block*) () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#5 0x00007ffff493f7df in Sass::Context::compile() () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#6 0x00007ffff493ba3e in Sass::Data_Context::parse() () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#7 0x00007ffff4913b27 in sass_compiler_parse () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#8 0x00007ffff49140e6 in sass_compile_data_context () from node_modules/node-sass/vendor/linux-x64-48/binding.node
#9 0x00000000010c262d in ?? ()
#10 0x00000000010cec59 in ?? ()
#11 0x00007ffff701cb50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#12 0x00007ffff6d6695d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#13 0x0000000000000000 in ?? ()
The text was updated successfully, but these errors were encountered:
This bug report follows a discussion with saper on IRC.
Ionic 2 base install seems to make libsass segfault after installing node-sass through NPM, however if I rebuild the binding from this repository the build works fine.
This is using Debian 7 with Linux x64, gcc 4.7, stdc6 4.7.2-5
Use this repository to reproduce, or follow these steps:
npm install -g ionic@beta
ionic start libsass-segfault --v2
cd libsass-segfault
node node_modules/node-sass/bin/node-sass --include-path node_modules/ionic-angular/ --include-path node_modules/ionicons/dist/scss/ app/theme/app.ios.scss
(should segfault)cd
,node scripts/build -f
,cp vendor/linux-x64-48/binding.node libsass-segfault/node_modules/node-sass/vendor/linux-x64-48/binding.node
, and rerun command from step 4, does not segfault.npm rebuild node-sass
log after deleting binding:ldd
for both bindings are identical:Backtrace I get when segfaulting:
The text was updated successfully, but these errors were encountered: