Status: New
Owner: ----

New issue 471 by sgbeal: r3030 suddenly dumps with Context error app  
exit-time...
http://code.google.com/p/v8/issues/detail?id=471

After updating to r3030 (today's trunk), my apps are dying with the
following error after the processing of input scripts (that is, at the end
of main(), when the context and friends are going out of scope):

#
# Fatal error in v8::Context::Exit()
# Cannot exit non-entered context
#

if i link against v8_g i get:

#
# Fatal error in src/api.h, line 369
# CHECK(blocks_.length() == 0) failed
#

If i backrev to, e.g. r3002 (which was rather arbitrarily chosen) i do not
get this exit-time crash.

i have not changed the way i initialized my JS context in 6+ months, and
the setup appears to be identical in structure to that of the sample v8
shell. i unfortunately do not know what more i can say here except "i
didn't change anything" and point you to the whole source tree (which of
course you don't want to have to dig around in).

Platform: Linux/x86/32
Compiler: gcc 4.3.3
Built with: scons mode=debug library=shared



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to