matio-ffi.torch icon indicating copy to clipboard operation
matio-ffi.torch copied to clipboard

segmantation fault issue

Open YitzhakSp opened this issue 9 years ago • 8 comments

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)

YitzhakSp avatar Dec 14 '15 09:12 YitzhakSp

Did you find solution of this problem ?

ABcompany avatar Feb 19 '16 07:02 ABcompany

no

YitzhakSp avatar Feb 21 '16 08:02 YitzhakSp

Still no news on this?

antonmil avatar Jun 27 '16 09:06 antonmil

Same problem here..

loeweX avatar Jul 08 '16 20:07 loeweX

Any recent updates?

SelvamArul avatar Aug 14 '16 12:08 SelvamArul

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

Prasanna1991 avatar Oct 10 '16 14:10 Prasanna1991

same problem

yinhangbupt avatar Apr 06 '17 11:04 yinhangbupt

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

wangquan12 avatar Apr 14 '17 03:04 wangquan12