lua-users home
lua-l archive

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


Hello,

I'm downloaded lua 5.2.1 sources and build it in visual studio 2010.
Then I'm download lua 5.2.1 tests, and run just built release version of lua interpreter on them.
And I get error "not enough memory".
What doing wrong?

OS - windows 7 home premium x64
Processor  - Intel Core i7
RAM - 6Gb
Lua version and tests output:

C:\Users\cNoNim\Documents\lua\tests>..\bin\Release\luai.exe -v
Lua 5.2.1  Copyright (C) 1994-2012 Lua.org, PUC-Rio

C:\Users\cNoNim\Documents\lua\tests>..\bin\Release\luai.exe -e"_U=true" all.lua
current path:
****?;./?.luaC:\Users\cNoNim\Documents\lua\bin\Release\lua\?.lua;C:\Users\cNoNim
\Documents\lua\bin\Release\lua\?\init.lua;C:\Users\cNoNim\Documents\lua\bin\Rele
ase\?.lua;C:\Users\cNoNim\Documents\lua\bin\Release\?\init.lua;.\?.lua****

    ---- total memory: 33.8K, max memory: 33.8K ----


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

***** FILE 'gc.lua'*****
.testing garbage collection
.................................................................tables
strings
functions
.................................................................functions with
errors
.long strings
..........................steps
.steps (2)
....clearing tables
................weak tables
.........\bin\Release\luai.exe: not enough memory
..
C:\Users\cNoNim\Documents\lua\tests>

PS: 'luai.exe' it's name of interpreter, because 'lua' it's name of lua dll project in visual studio