Open GoogleCodeExporter opened 9 years ago
Original comment by flier...@gmail.com
on 14 May 2010 at 11:14
Another note I should probably add,
Someone from Freenode #eventlet claims they are able to run the above example
just
fine on X86_64 with the PyV8 binaries. I'm on i686 and have tried both the
PyV8
binaries and compiling from source, but I still get a segfault.
Original comment by andrew.r...@gmail.com
on 14 May 2010 at 11:22
I think the root cause is the eventlet base on the greenlet project, which
seems use a
customized python stack frame for the lightweight coroutine, which may conflict
with
pyv8's multi-thread support. So, I need more time to study the implement
mechanism
of greenlet.
Original comment by flier...@gmail.com
on 16 May 2010 at 4:47
Thanks for looking at it, flier.lu. Are you able to reproduce it?
Original comment by andrew.r...@gmail.com
on 16 May 2010 at 6:59
Sure, that's why I believe it is a mechanism issue, pyv8's multi-threading
support is
not too sophisticated at this time.
Original comment by flier...@gmail.com
on 17 May 2010 at 1:47
Original issue reported on code.google.com by
andrew.r...@gmail.com
on 14 May 2010 at 9:52Attachments: