当前位置:  技术问答>linux和unix

Segmentation fault (core dumped)

    来源: 互联网  发布时间:2017-04-19

    本文导语:  #include  #include  //#include  #include  using namespace std; struct userdevice {    /* data */    string m_devicename;    long m_deviced;    int m_devicePopedom; }; typedef multimap USERTABLE; typedef USERTABLE::const_iterator CIT; typedef pair Range; int main() {...

#include 
#include 
//#include 
#include 
using namespace std;
struct userdevice
{
   /* data */
   string m_devicename;
   long m_deviced;
   int m_devicePopedom;
};

typedef multimap USERTABLE;
typedef USERTABLE::const_iterator CIT;
typedef pair Range;
int main()
{
   CIT it;
userdevice d1,d2,d3,d4;
d1.m_devicename="d1";
d1.m_deviced=12341234;
d1.m_devicePopedom=123;

d2.m_devicename="d2";
d2.m_deviced=23622344;
d2.m_devicePopedom=234;


d3.m_devicename="d3";
d3.m_deviced=23451234;
d3.m_devicePopedom=345;


d4.m_devicename="d4";
d4.m_deviced=43622344;
d4.m_devicePopedom=456;

USERTABLE m_user;
m_user.insert(pair ("zhangsanfeng",d1));
m_user.insert(pair ("zhangsanfeng",d2));
m_user.insert(pair ("zhangsanfeng",d3));
m_user.insert(pair ("zhangsanfeng",d4));

Range range=m_user.equal_range("zhangsanfeng");
cout

    
 
 

您可能感兴趣的文章:

  • AIX中出现的Segmentation fault(code dump)如何解决?
  • 在solaris8上编译完成,链接的时候出现Segmentation Fault - core dumped这种错误,请问是什么原因??
  • segmentation fault(core dump)这句话怎么解释??
  • 线程 Segmentation fault (core dumped)
  • 求助---Segmentation Fault - core dumped错误
  • Segmentation fault
  • 【怪事】 线程库-lpthread发生Segmentation fault问题
  • linux+SDL segmentation fault
  • 大家帮忙看看这个Segmentation fault是什么情况
  • Segmentation fault是什么错误?
  • 调试出错:segmentation fault
  • segmentation fault问题
  • segmentation fault会出core吗?
  • 关于"Segmentation fault"的调试问题
  • Segmentation fault问题
  • 用popen,不能使用fseek了?Segmentation fault错误
  • main函数返回收到segmentation fault
  • 求救Segmentation fault(核心转储)是什么意思
  • 输入重定向后发生segmentation fault错误?
  • 请教关于在redhat linux 9下的rhide1.5.1和dev-c++运行错误:Segmentation fault
  • 出现segmentation fault 的错误后如何修复系统!!!
  • php5.3+zend guard loader安装时出现Segmentation fault
  • segmentation fault 有没有可能是是因为内存申请失败?
  • 请问什么是Segmentation Fault错误?
  • 各位大虾segmentation fault的问题。我都晕了,帮帮忙吧,仅有的10送给你
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • chmod segmentation
  • linux下信号11 (Segmentation violation (ANSI))是何种错误,急!急!急!急!
  • ssh提示:[: =: unary operator expected;rm、less、vi、su等命令提示:Segmentation fault,可能是什么故障?
  • 我的程序出现Segmentation fault是怎么回事??
  • pthread_create 为何报 Segmentation fault?
  • 我用newwin()的时候编译通过了,可是运行的时候报告Segmentation fault
  • 求救:linux 执行sort时报Segmentation fault 错误
  • 打开设备,测试驱动程序,报错:segmentation fault
  • linux中C程序出现Segmentation fault。。。
  • 奇怪的segmentation fault 错误!!!!!!!!!!!!!!
  • unix shell报错: Segmentation Fault
  • 请问下面一个关于vfork的c程序的运行结果为什么会出现Segmentation fault ?哪位高手帮我解释下,谢谢。
  • linux C程序,请问下面一个程序为什么会出现Segmentation fault ??
  • 在linux下编译程序,在程序结束时出现segmentation fault..实在想不通,求教高手!!
  • Segmentation fault 郁闷
  • 程序运行几天后,会出现Segmentation fault, aborting. You have new mail in /var/spool/mail/root.我怎么查错?
  • 大家看看这是怎么回事,segmentation fault
  • 高分请教大家关于“segmentation fault”的问题
  • segmentation fault的问题,急!
  • SEGMENTATION FAULT求助


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,