Just to quickly comment on these two points:
> > 3. Are there any tips and tricks to debugging this, from what I can tell > clang builds of both my extension and libv8_monolith.a are the only way I > can get symbols going > Use an "is_debug" build :-) > > 4. For some reason if I build with `is_debug` as soon as I kick off an > isolate I get warned about stack smashing, is this normal? Do "is_debug" > builds work for people? > That's not normal, "is_debug" builds should absolutely work, I use them all the time. They're also much nicer to debug than Release builds. Sometimes they even give you explicit warnings telling you exactly what is going wrong. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/CAKSzg3RvND5s3Dp8%3DSzjKOywSxwFhdwn1kb6fZfbhCg%2BNQ9Oyg%40mail.gmail.com.