Actions
Bug #15041
closed[PATCH] cont.c: set th->root_fiber to current fiber at fork
Bug #15041:
[PATCH] cont.c: set th->root_fiber to current fiber at fork
Description
cont.c: set th->root_fiber to current fiber at fork
Otherwise, th->root_fiber can point to an invalid Fiber,
because Fibers do not live across fork. So consider
whatever Fiber is running the root fiber.
Files
Actions