[Pkg-javascript-devel] Bug#878674: also segfaults when building vue.js
Paolo Greppi
paolo.greppi at libpf.com
Wed Dec 13 13:23:40 UTC 2017
I think I reproduced this one when building vue.js on sid amd64, using node built in the most basic config from unchanged upstream sources:
git clone https://github.com/nodejs/node.git
cd node
git checkout v6.12.0
./configure --without-npm --prefix=/usr --openssl-use-def-ca-store && make -j8 -C out BUILDTYPE=Debug
cd ..
git clone https://anonscm.debian.org/cgit/pkg-javascript/vue.js.git
cd vue.js
NODE_PATH=/usr/lib/nodejs/ ../node/out/Debug/node /usr/lib/nodejs/webpack/bin/webpack.js --config debian/webpack.config.js
Segmentation fault
If run within gdb I get a corrip stack and no useful backtrace:
NODE_PATH=/usr/lib/nodejs/ gdb ../node/out/Debug/node
r /usr/lib/nodejs/webpack/bin/webpack.js --config debian/webpack.config.js
(gdb) where
#0 0x000015304aa3e2a8 in ?? ()
#1 0x4088680000000000 in ?? ()
#2 0x406d800000000000 in ?? ()
#3 0x023b145957053b00 in ?? ()
#4 0x00001209e8119e29 in ?? ()
#5 0x00001209e811a2a1 in ?? ()
#6 0x00000d3faf59edd1 in ?? ()
#7 0x00001209e81359c9 in ?? ()
#8 0x00007fffffff9178 in ?? ()
#9 0x000015304aa06d91 in ?? ()
#10 0x0000002e00000000 in ?? ()
#11 0x0000334f3e65eb19 in ?? ()
#12 0x00000000ffff9140 in ?? ()
#13 0x0000555557884360 in ?? ()
#14 0x00007fffffff9130 in ?? ()
#15 0x00005555566f7163 in v8::internal::(anonymous namespace)::ElementsAccessorBase<v8::internal::(anonymous namespace)::FastHoleyObjectElementsAccessor, v8::internal::(anonymous namespace)::ElementsKindTraits<(v8::internal::ElementsKind)3> >::GetImpl (holder=..., entry=3391)
at ../deps/v8/src/elements.cc:566
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Hope this helps,
P.
More information about the Pkg-javascript-devel
mailing list