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

Still having problems with this segfault..

Here is more information on environments where segfault occurs:

- use libc 2.11 or 2.13
- use only ia32 build
- use revision r20361 or newer, this is the first bad revision (r20358 doesn't segfault)
- use only release build (debug and optdebug won't segfault for me)

to be more specific:

[ $(arch) == 'i686' ] &&\
( /lib/libc.so.6 | head -n1 | grep -E '2.11|2.13' ) &&\
svn update --revision 20361 &&\
make ia32.release &&\
echo "Array(300000);" | out/ia32.release/d8

segfaults for me.

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