Status: New
Owner: ----

New issue 3301 by [email protected]: repeatedly allocation causes segfault
http://code.google.com/p/v8/issues/detail?id=3301

While trying to debug a segfault in bigger codebase, I ended up in v8 lib.
I managed to recreate this with 'd8'.

repro:

github.com/v8/v8 commit dc33fd73208fe05e811273b6c93505a554bcebe0

script.js contains only this line
for (var i = 0; i < 100; ++i) Array(2000);

run with d8 by importing the script twice.

./d8 script.js script.js
Segmentation fault

Linux vcross 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 i686 GNU/Linux
g++ (Debian 4.4.5-8) 4.4.5
-> segfault

Linux vrapce 2.6.32-5-686 #1 SMP i686 GNU/Linux
g++ (Debian 4.4.7-2) 4.4.7
-> segfault

Linux vdev 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
g++ (Debian 4.7.2-5) 4.7.2
OK!

Help?

--
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