Comment #5 on issue 4338 by [email protected]: Segfault when vector ICs are enabled on ARMv6
https://code.google.com/p/v8/issues/detail?id=4338

With Node.js + V8 4.5.103.20, this is no longer failing for me on a Raspberry Pi. I tried both the reduced test-case above, and the original Node.js test-case.

iojs@raspberrypi ~/ofrobots/io.js $ ./iojs -pe 'process.versions'
{ http_parser: '2.5.0',
  node: '4.0.0-pre',
  v8: '4.5.103.20',
  uv: '1.6.1',
  zlib: '1.2.8',
  ares: '1.10.1-DEV',
  modules: '45',
  openssl: '1.0.2d' }

iojs@raspberrypi ~/ofrobots/io.js $ ./iojs test/parallel/test-vm-debug-context.js ; echo $?
0

iojs@raspberrypi ~/ofrobots/io.js $ ./iojs ./v8-4338.js
before break
debug event
after break

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to