本文介绍了这是什么意思?? =>程序收到信号SIGSEGV,分段故障. 0x00000001 in ?? ()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的代码开始时,我写了:

1.section .data
2.fileName db''/home/fateme/Desktop/text.txt'',0
3.


&调试时(在第3行设置断点!)
它说:=>程序收到信号SIGSEGV,分段错误.
0x00000001 in ?? ()

为什么这意味着????? \ m/(由于这个错误,我杀死了自己:D)
text.txt在我的桌面上!

At the Beginning of my code i wrote :

1.section .data
2.fileName db ''/home/fateme/Desktop/text.txt'',0
3.


& when debug it (set breakpoint at line3!!)
it says:=> Program received signal SIGSEGV, Segmentation fault.
0x00000001 in ?? ()

why this means????? \m/ (i kill my self because of this errors:D)
text.txt is on my desktop!!!

推荐答案


这篇关于这是什么意思?? =>程序收到信号SIGSEGV,分段故障. 0x00000001 in ?? ()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-05 08:57