Comment 20 for bug 1699892

Revision history for this message
Norbert (nrbrtx) wrote : Re: linux-image-4.4.0-81-generic cause scilab-5.5.2 to crash with "Segmentation fault (core dumped)"

I tried to rebuild scilab from source with
* sudo apt-get build-dep scilab
* mkdir ~/Temp
* cd ~/Temp
* apt-get source --compile scilab

but it was stopped because of scilab crash:

-- Building documentation (en_US) --
LANG=C LC_ALL=en_US.UTF-8 SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -l en_US -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);"
Segmentation fault (core dumped)
Makefile:2156: recipe for target 'doc' failed
make[1]: *** [doc] Error 1
make[1]: Leaving directory '/home/nikolay/Temp/scilab-5.5.2'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd scilab-5.5.2 && dpkg-buildpackage -b -uc' failed.
E: Sub-process dpkg-source returned an error code (1)

So the problem is related to new linux kernel (not scilab).