On Wed, May 27, 2009 at 01:35:49PM +0400, Valeriy E. Ushakov wrote: > Is that correct? It used to be in 4.0, but in 5.0 lwp trampoline > calls lwp_startup before calling the lwp function. For SA the > trampoline used to be used for recycling lwps for upcalls. Is that > correct to call lwp_startup in that case? There never was any > official note on that when SA became undead.
Good catch - lwp_startup() should only be called at "lwp birth time" (according to Andrew) - we need to review all ports and split the trampolines used. Martin