lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I had to change LUAI_MAXCSTACK to 400 as the tests using the default (2000) crash at about 464.

I now get another crash at the end of this:

c:\...\tests>lua54 -E -e"_U=true" all.lua

Starting Tests
random seeds: 1588333717, 3549908
current path:
****c:\utils\lua\?.lua;c:\utils\lua\?\init.lua;c:\utils\?.lua;c:\utils\?\init.lua;c:\utils\..\share\lua\5.4\?.lua;c:\utils\..\share\lua\5.4\?\init.lua;.\?.lua;.\?\init.lua****

   ---- total memory: 36.3K, max memory: 36.3K ----

time: 0 (+0)

***** FILE 'main.lua'*****

***** FILE 'gc.lua'*****
testing incremental garbage collection
creating many objects
functions with errors
long strings
steps
steps (2)
clearing tables
weak tables
+
self-referenced threads
OK
   ---- total memory: 1.1M, max memory: 1.1M ----

time: 0.37 (+0.37)

***** FILE 'db.lua'*****
testing debug library and debug information
+
testing inspection of parameters/returned values
+
+
testing traceback sizes
testing debug functions on chunk without debug info
OK
   ---- total memory: 122.7K, max memory: 1.1M ----

time: 0.55 (+0.18)

***** FILE 'calls.lua'*****
testing functions and calls
+
+
testing tail calls
+
+
testing binary chunks
OK
testing strings and string library
testing 'format %a %A'
OK
testing scanner
+
+
+
+
+
OK
   ---- total memory: 134.4K, max memory: 1.1M ----

time: 1.26 (+0.71)

***** FILE 'tpack.lua'*****
testing pack/unpack
platform:
short 2, int 4, long 4, size_t 4, float 4, double 8,
lua Integer 8, lua Number 8
little endian
alignment: 8
testing invalid formats
testing pack/unpack of floating-point numbers
testing pack/unpack of strings
testing alignment
OK
   ---- total memory: 154.9K, max memory: 1.1M ----

time: 1.26 (+0)

***** FILE 'attrib.lua'*****
testing require
package config: \|;|?|!|-|
testing 'require' message
+
testing assignments, logical operators, and constructors
+
OK
   ---- total memory: 291.1K, max memory: 1.1M ----

time: 1.27 (+0.01)

***** FILE 'gengc.lua'*****
testing generational garbage collection
OK
   ---- total memory: 101.8K, max memory: 1.1M ----

time: 1.27 (+0)

***** FILE 'locals.lua'*****
testing local variables and environments
+
testing to-be-closed variables
testing errors in __close
to-be-closed variables in coroutines
OK
   ---- total memory: 130.3K, max memory: 1.1M ----

time: 1.3 (+0.03)

***** FILE 'constructs.lua'*****
testing syntax
+
testing short-circuit optimizations (1)
+
OK
   ---- total memory: 673.6K, max memory: 1.1M ----

time: 1.431 (+0.131)

***** FILE 'code.lua'*****
   ---- total memory: 734.9K, max memory: 1.1M ----

time: 1.431 (+0)

***** FILE 'cstack.lua'*****
testing C-stack overflow detection
If this test crashes, see its file ('cstack.lua')
default stack limit: 400
current stack limit: 400
testing simple recursion:
final count:  364
testing stack overflow in message handling
final count:  408
testing recursion inside pattern matching
testing stack-overflow in recursive 'gsub'
final count:  31
testing stack-overflow in recursive 'gsub' with metatables
final count:  47
testing changes in C-stack limit

CRASH!!! _______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org