diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1435,6 +1435,20 @@ lvm.c: | |||
1435 | } | 1435 | } |
1436 | 1436 | ||
1437 | Bug{ | 1437 | Bug{ |
1438 | what = [[recursive coroutines may overflow C stack]], | ||
1439 | report = [[ , on ]], | ||
1440 | since = [[5.0]], | ||
1441 | example = [[ | ||
1442 | a = function(a) coroutine.wrap(a)(a) end | ||
1443 | a(a) | ||
1444 | ]], | ||
1445 | patch = [[The 'nCcalls' counter should be shared by all threads. | ||
1446 | (That is, it should be declared in the 'global_State' structure, | ||
1447 | not in 'lua_State'.) | ||
1448 | ]], | ||
1449 | } | ||
1450 | |||
1451 | Bug{ | ||
1438 | what = [[ ]], | 1452 | what = [[ ]], |
1439 | report = [[ , on ]], | 1453 | report = [[ , on ]], |
1440 | since = [[i ]], | 1454 | since = [[i ]], |