2009/6/2 Ryan Dahl <[email protected]>: > > I'm experiencing an error trying to build bleeding_edge with > snapshot=on on Linux. > It doesn't give a very informative error message, just "Error -11".
Sounds like a segmentation fault. Try building in debug mode and running the snapshot generating command in the debugger: gdb --args obj/debug/mksnapshot obj/release/snapshot.cc run > Any ideas? > > $ uname -a > Linux li62-72 2.6.18.8-linode16 #1 SMP Mon Jan 12 09:50:18 EST 2009 > i686 Intel(R) Xeon(R) CPU L5420 @ 2.50GHz GenuineIntel GNU/Linux > > $ scons snapshot=on > scons: Reading SConscript files ... > scons: done reading SConscript files. > scons: Building targets ... > [...] > obj/release/mksnapshot obj/release/snapshot.cc --logfile > "/home/ryan/src/v8_bleeding/obj/release/snapshot.log" > scons: *** [obj/release/snapshot.cc] Error -11 > scons: building terminated because of errors. > > > > -- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
