Getting stack trace between fibers

Fabio Tudone fabtud at gmail.com
Wed Oct 31 14:08:32 UTC 2018


>
> Obtaining stack traces will not be done through the shadow thread
> mechanism, but through a different one, which is not yet implemented.
> The shadow thread is not a real thread (i.e. it is only a Java Thread
> object, but one that is not backed by a kernel thread).
> Perhaps there will be a getStackTrace method on Fiber, in which case that
> is the one that will need to be used in this (excellent) test.
>

Would it be feasible at this stage (esp. from a maintenance point of view)
to list the existing limitations in the project's page?

Thanks,
-- Fabio


More information about the loom-dev mailing list