Coro doesn't want to work with JSPL module

Marc Lehmann schmorp at schmorp.de
Sat Nov 24 07:09:08 CET 2012


On Sat, Nov 24, 2012 at 07:36:23AM +0400, Sergey Volkov <wolfix57 at gmail.com> wrote:
> Hi! I need to run JSPL ( A bridge between JavaScript and Perl languages )
> inside of Coro, but it doesn't want to work with JSPL...

Hi - not all modules are threadsafe. You'd need to find out why it crashes
to see whats going wrong. For example, by making a backtrace.

Since what seems to crash is JSPL, you could also just send a bugreport
(or a enhancement request :) with this info to the JSPL developers - they
should know better what they are doing and what needs to be done to work
with threads.

> Is that a kind of bug or something?

It's either a bug or, more likely, simply an incompatibility. Most likely,
JSPL makes nonportable assumptions about the stack and requires a backend
for each new platform or environment.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the perl mailing list