Ahh yes, that was it. I had a static handle because I thought I needed it, but I removed it and everything worked. Thank you!
On Saturday, July 20, 2013 4:16:53 AM UTC-4, Stephan Beal wrote: > > On Sat, Jul 20, 2013 at 6:39 AM, Richard S <[email protected]<javascript:> > > wrote: > >> V8 is throwing an error about needing a handle scope before anything is >> even done in my app. It was working fine the other day, but when I went to >> run it it started throwing the error. I decided to take a break, and when I >> came back today it was still throwing the error. >> ... >> > # Fatal error in v8::HandleScope::CreateHandle() >> # Cannot create a handle without a HandleScope >> > > Are you sure you don't have any Handles being statically initialized > somewhere? Maybe in a DLL you are linking to? That could cause this. If you > add a debug output line when you enter main(), is that line ever output > before the crash? > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > http://gplus.to/sgbeal > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
