This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
虚拟机的方式安装的Ubuntu12.04,系统信息如下:
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
Linux wayne-Desktop 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15 03:50:54 UTC 2014 i686 i686 i386 GNU/Linux
对执行文件增加可执行权限后,使用命令
./Z-Stack_Linux_Gateway_1_0_1_installer.run
进行安装,可以正常出现一个图像,如下图:
持续1秒左右自动关闭,console提示
Segmentation fault (core dumped)
有人知道是怎么回事吗?难道对系统还有什么特殊要求?
直接下下面Link的虚拟机,也是ubuntu. 我测试过可运行Linux gateway.
http://www.contiki-os.org/start.html
上面是指引,虚拟机如下
https://sourceforge.net/projects/contiki/files/Instant%20Contiki/
您现在是在运行程序时出现这样的错误?
core dump是指核心转储, 当程序运行过程中发生异常, 程序异常退出时, 由操作系统把程序当前的内存状况存储在一个core文件中, 即core dump.
造成程序core dump的原因很多,可能是内存访问越界、非法指针或堆栈溢出等。