From 034b824c63e75228ad77b49d05942145969c6aa5 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 8 Jul 2024 16:48:37 +0200 Subject: Update BUGS --- BUGS | 47 +---------------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index af9b0ae..6b7ee03 100644 --- a/BUGS +++ b/BUGS @@ -1,46 +1 @@ -BUGS: - -- The use of 'static' and "one time" initialization of things is not suitable -to a situation where a Lua state is run, using Lanes, then terminated. If -another Lua state later is launched, the initializations will get cramped. - -Reported by Boris Ouretskey (25-Jun-09) - - -- a 'require "lanes"' and speedy exit from the process causes a segfault - on ArchLinux (reported by kkndrox@gmail.com 1-Jun-2009). - - This issue is not reproducible on Ubuntu (8.04 or 9.04) and has not therefore - been fixed. A patch is welcome. The issue is most likely caused by the - Linda thread not being properly launched when the process itself already - quits. - -<< -With Lanes 2.0.3, the following code *always* gives me a segmentation -fault: - --- begin -require("lanes") --- end - -But this: - --- begin -require("lanes") -garbagecollect('collect') --- end - -always work. - -Based on this experimentation, if I require lanes and the program end -without any garbage collecting, I receive a segmentation fault. -I'm using Arch Linux (32bits), Lua 5.1.4 and it was compiled with gcc 4.3 -<< - - Also simply waiting a bit ('os.execute("sleep 1")') avoids the crash. - - -- tests/irayo_closure.lua fails (trouble with setting globals right - for functions carried over to another Lua state) - -- "make appendud" causes a segfault on OS X PowerPC. +bugs are to be reported on github. -- cgit v1.2.3-55-g6feb