matio-ffi.torch
matio-ffi.torch copied to clipboard
segmantation fault issue
I installed matio on ubuntu following the instructions, namely:
1. # apt-get install libmatio2
2. # luarocks install matio
when I tried to run this little testfile.lua :
local matio = require 'matio'
tensor1 = matio.load('testdata.mat')
with torch (# th testfile.lua), I got the following error:
Segmentation fault (core dumped)
Did you find solution of this problem ?
no
Still no news on this?
Same problem here..
Any recent updates?
Any updates here? I am getting the same problem of "Segmentation fault"!
same problem
Same problem when I use Lua 5.2. It's solved after I install LuaJIT.