I have tried to reproduce the issue on a Fedora 14 x64, but no idea
why it doesn't work.
$ uname -a
Linux domU-12-31-39-16-91-C4 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18
23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
In fact, when I enable the snapshot, I can't build v8 at all. The
mksnapshot run at CPU 100% more than a half hour before I killed it,
but it could be done in 1 minutes on a Ubuntu 10 x86 system.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
7627 flier 20 0 595m 3520 1624 R 100.8 0.0 38:53.43
mksnapshot
After I disabled the snapshot, the build could be finished, but the
system will be hang when import PyV8
I also test it on another Ubuntu 10.04 x64 system, it seems work very
well.
$ uname -a
Linux domU-12-31-39-09-3D-61 2.6.35-24-virtual #42-Ubuntu SMP Thu Dec
2 05:15:26 UTC 2010 x86_64 GNU/Linux
$ python PyV8.py -v
2011-02-13 08:41:56,763 INFO testing PyV8 module 1.0 with V8 v3.1.3
testBlock (__main__.TestAST) ... ok
...
Ran 48 tests in 2.091s
OK
I'm not familiar with Fedora, but I guess there are should some
security patches or special runtime library broke it.