> It's very strange, I have checked pyv8 code, it only use PyErr_Fetch
> one time to fetch the exception information, but it should not access
> any invalid memory.
>
> Could you send me the core dump file? or build v8/pyv8 with debug
> mode?
yes, at evening from home.
> btw: did you generate the crash by your test.py script?
yes, as I wrote my first email. As I remember I ran it with -v, so
there were some info which part of test.py generate the crash. (As I
remember there were some kind "os.getcwd()"...)
> I found a `python ./test.py'. in your feedback
>
> void CPythonObject::ThrowIf(void)
> {
> CPythonGIL python_gil;
>
> assert(::PyErr_Occurred());
>
> v8::HandleScope handle_scope;
>
> PyObject *exc, *val, *trb;
>
> ::PyErr_Fetch(&exc, &val, &trb);
I don't know what does it mean, I'm not coding C++ :(
thanks:
a.
Thanks for your feedback and efforts :)
2011/1/12 airween <air...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "PyV8" group.
> To post to this group, send email to py...@googlegroups.com.
> To unsubscribe from this group, send email to pyv8+uns...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyv8?hl=en.
>
>