lawy623 / SVS

Code Repo for "Single View Stereo Matching" (CVPR'18 Spotlight)
281 stars 61 forks source link

matlab crashes when openning testKittiEigen.mat #10

Open rachillesf opened 6 years ago

rachillesf commented 6 years ago

Hi,

I'm trying to test the network but when I run the test_svs.m script the Matlab crashes in line 25 when it tries to load the file testKittiEigen.mat

testSet = load('../data/testing/testKittiEigen.mat');

The crash log is:


   Segmentation violation detected at Tue Jun 26 13:02:29 2018

Configuration: Crash Decoding : Disabled - No sandbox or build area path Crash Mode : continue (default) Current Graphics Driver: Unknown hardware Current Visual : 0x21 (class 4, depth 24) Default Encoding : UTF-8 Deployed : false GNU C Library : 2.23 stable Host Name : lrvc-workstation MATLAB Architecture : glnxa64 MATLAB Entitlement ID: 6257193 MATLAB Root : /usr/local/MATLAB/R2017a MATLAB Version : 9.2.0.538062 (R2017a) OpenGL : hardware Operating System : Linux 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 9, GenuineIntel Virtual Machine : Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : The X.Org Foundation (11905000), display :0

Fault Count: 1

Abnormal termination: Segmentation violation

Register State (from fault): RAX = 0000000000000001 RBX = 00007f699fbb1370 RCX = 00007f699c000000 RDX = 0000000000000000 RSP = 00007f69a9a8ce18 RBP = 0000000000000000 RSI = 00007f699fbb11e0 RDI = 0000000000000000

R8 = 00007f699fbb1640 R9 = 0000000000000000 R10 = 0000000000000001 R11 = 00007f69c93494f0 R12 = 00007f699fbb11e0 R13 = 0000000000000001 R14 = 0000000059e3eaef R15 = 000000000a000008

RIP = 00007f69adffda54 EFL = 0000000000010202

CS = 0033 FS = 0000 GS = 0000

Stack Trace (from fault): [ 0] 0x00007f69adffda54 /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+01165908 H5O_dec_rc+00000020 [ 1] 0x00007f69ae00c82f /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+01226799 [ 2] 0x00007f69adf4d4ee /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+00443630 H5C_protect+00000126 [ 3] 0x00007f69adf34a2c /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+00342572 H5AC_protect+00000108 [ 4] 0x00007f69adff9c34 /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+01150004 H5O_protect+00000420 [ 5] 0x00007f69adffbaf4 /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+01157876 H5O_get_info+00000084 [ 6] 0x00007f69adfb1986 /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+00854406 [ 7] 0x00007f69adfc5ba3 /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+00936867 [ 8] 0x00007f69adfc5c9a /usr/local/MATLAB/R2017a/bin/glnxa64/libhdf5.so.8+00937114 H5G_traverse+00000138 ... [ 53] 0x00007f69b798656e bin/glnxa64/libmwmcr.so+00554350 [ 54] 0x00007f69b7986901 bin/glnxa64/libmwmcr.so+00555265 [ 55] 0x00007f69b7974206 bin/glnxa64/libmwmcr.so+00479750 [ 56] 0x00007f69c96966ba /lib/x86_64-linux-gnu/libpthread.so.0+00030394 [ 57] 0x00007f69c93cc41d /lib/x86_64-linux-gnu/libc.so.6+01078301 clone+00000109 [ 58] 0x0000000000000000 +00000000

I've tried to open this file with the Matlab 2017a, 2015a, and octave and in all of them the segmentation occurs.

Thanks for the help, Bests

yjb767868009 commented 5 years ago

I met this error too.