From ccce35f39c2b533803d6ce8e9b82cd5c63fcedac Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 27 Nov 2012 11:17:40 +0100 Subject: Same selfdestruct chain handling on all platforms --- src/lanes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lanes.c b/src/lanes.c index e0374cc..6c044d1 100644 --- a/src/lanes.c +++ b/src/lanes.c @@ -1210,7 +1210,7 @@ static int selfdestruct_gc( lua_State *L) // or single Yield. I don't have machine to test that (so leaving // for timed approach). -- AKa 25-Oct-2008 -#ifdef PLATFORM_LINUX +#if 0 // def PLATFORM_LINUX // It seems enough for Linux to have a single yield here, which allows // other threads (timer lane) to proceed. Without the yield, there is // segfault. -- cgit v1.2.3-55-g6feb