Open GoogleCodeExporter opened 8 years ago
Original comment by flier...@gmail.com
on 14 Sep 2011 at 8:57
The crash is very strange, if you add a collect call after the eval, it will
run very well.
with PyV8.JSContext(Global()) as ctx:
print "Test #%s" % i
ctx.eval(...)
PyV8.JSEngine.collect()
When I'm debugging the code, it crashed in the etree module, even the Obj
object is correct.
python26.dll!1e0df375()
[Frames below may be incorrect and/or missing, no symbols loaded for python26.dll]
etree.pyd!020ce019()
python26.dll!1e0a83a6()
python26.dll!1e086879()
python26.dll!1e0a8353()
> _PyV8.pyd!ObjectTracer::~ObjectTracer() Line 1370 + 0x36 bytes C++
d422e900()
Original comment by flier...@gmail.com
on 14 Sep 2011 at 9:55
Original issue reported on code.google.com by
ATM1...@gmail.com
on 8 Sep 2011 at 8:45