-
Notifications
You must be signed in to change notification settings - Fork 1.3k
node 9.6.+ crashes with custom importer test #2293
Comments
Could not reproduce on Fedora 25 with node v9.6.1 |
C++ stack trace:
Looks like crash occurs when trying to get "map" attribute of the importer entry: node-sass/src/custom_importer_bridge.cpp Lines 73 to 76 in 7648fc4
What is interesting is that |
I've reproduced this with LibSass 3.5.2 on Node 9.8.0 on Windows https://ci.appveyor.com/project/sass/node-sass/build/2743/job/ek6q44qn4ekmgoj9 |
Interesting, rebuilding a previously passing build (also 9.6.0) resulted in a failure. Using LibSass 3.5.1. |
I'm pretty sure this is related to latest Nan release - https://github.com/nodejs/nan/blob/master/CHANGELOG.md#nan-changelog |
Able to reproduce this with nan@2.10.0 on OSX. I've filed an issues upstream nodejs/nan#755. |
I am also considering a possibility that we have always had a bug in our code which just got uncovered. |
Thank you @kkoopa - it seems to work better now! |
npm -v
):5.7.1
node -v
):v9.8.0
(also
v9.7.1, v9.6.1
)node -p process.versions
):node -p process.platform
):freebsd
node -p process.arch
):ia32
(also 64-bit)
node -p "require('node-sass').info"
):npm ls node-sass
):Observing node crashing during npm test. Node version 8 seems to be fine.
Full log:
https://gist.github.com/60940e4411e6ee3959872f513264c268
The text was updated successfully, but these errors were encountered: