soumith / matio-ffi.torch

A LuaJIT FFI interface to MATIO and simple bindings for torch
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

segmantation fault issue #18

Open YitzhakSp opened 8 years ago

YitzhakSp commented 8 years ago

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)
ABcompany commented 8 years ago

Did you find solution of this problem ?

YitzhakSp commented 8 years ago

no

antonmil commented 8 years ago

Still no news on this?

loeweX commented 8 years ago

Same problem here..

SelvamArul commented 8 years ago

Any recent updates?

Prasanna1991 commented 7 years ago

Any updates here? I am getting the same problem of "Segmentation fault"!

yinhangbupt commented 7 years ago

same problem

wangquan12 commented 7 years ago

Same problem when I use Lua 5.2. It's solved after I install LuaJIT.