2017-11-14 10:35 GMT+01:00 Jérémy Lal <kapo...@melix.org>: > > > 2017-11-14 8:51 GMT+01:00 Pirate Praveen <prav...@onenetbeyond.org>: > >> On ചൊവ്വ 14 നവംബര് 2017 03:51 രാവിലെ, Jérémy Lal wrote: >> > Using only debian packages (and no npm-installed module) I can't >> > reproduce the segfault in debian/sid: >> > >> > dev:~/Software/debian/node-d3-zoom/node-d3-zoom master$ webpack >> --config >> > debian/webpack.config.js index.js build/d3-zoom.js --target=web >> > --output-library=d3-zoom --output-library-target=umd --module-bind >> > 'js=babel-loader' >> >> [...] >> >> > WARNING in ./src/zoom.js >> > 235:4-11 "export 'default' (imported as 'noevent') was not found in >> > './noevent' >> > >> > WARNING in ./src/zoom.js >> > 260:6-13 "export 'default' (imported as 'noevent') was not found in >> > './noevent' >> > >> > WARNING in ./src/zoom.js >> > 272:6-13 "export 'default' (imported as 'noevent') was not found in >> > './noevent' >> > >> > WARNING in ./src/zoom.js >> > 285:4-11 "export 'default' (imported as 'noevent') was not found in >> > './noevent' >> > >> > WARNING in ./src/zoom.js >> > 335:4-11 "export 'default' (imported as 'noevent') was not found in >> > './noevent' >> > >> > WARNING in ./src/zoom.js >> > 377:74-82 "export 'default' (imported as 'constant') was not found in >> > './constant' >> > >> > WARNING in ./src/zoom.js >> > 381:70-78 "export 'default' (imported as 'constant') was not found in >> > './constant' >> > >> > WARNING in ./src/zoom.js >> > 385:73-81 "export 'default' (imported as 'constant') was not found in >> > './constant' >> > >> > WARNING in ./src/zoom.js >> > 389:70-78 "export 'default' (imported as 'constant') was not found in >> > './constant' >> > dev:~/Software/debian/node-d3-zoom/node-d3-zoom master$ >> > >> >> It seems you are not using the .babelrc, do an quilt push -a and rerun >> the command. >> > > Right ! Now i reproduce the segfault. > I tried with nodejs 6.12.0, uv 1.15.0, zlib1g 1.2.11 without success. > Now i'm trying with embedded copies of uv and zlib... if you see it not > crashing with nodesource, i'll eventually find what's causing it. > > Good news: i don't get this segfault using nodejs 8.9.3 that i just uploaded to experimental.
Jérémy