https://chromiumcodereview.appspot.com/9950146/diff/1/src/profile-generator.cc File src/profile-generator.cc (right):
https://chromiumcodereview.appspot.com/9950146/diff/1/src/profile-generator.cc#newcode3511 src/profile-generator.cc:3511: static char* itoa(int value, char* buffer) { Have you tried IntToCString? It uses Vector, which has overrun asserts in debug mode. https://chromiumcodereview.appspot.com/9950146/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
