> Are you using a very new version

No. gcc version 4.1.2 (Gentoo 4.1.2 p1.3)

I'm noticing more problems now. It seems anything compiled with
mode=release is segfaulting (in a similar way to mksnapshot). So
perhaps is not related to snapshot=on.

For example, if I compile scons mode=release sample=shell:

li62-72 0 ~/src/v8_bleeding > ./shell
zsh: segmentation fault  ./shell
li62-72 139 ~/src/v8_bleeding > gdb ./shell
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)
(gdb) r
Starting program: /home/ryan/src/v8_bleeding/shell
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb7d3d960 (LWP 22038)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d3d960 (LWP 22038)]
0x0805936f in v8::NeanderArray::add ()
(gdb) bt
#0  0x0805936f in v8::NeanderArray::add ()
#1  0xb7800000 in ?? ()
#2  0x0104a4b0 in ?? ()
#3  0x00000000 in ?? ()
(gdb)

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to