免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 7388 | 回复: 3
打印 上一主题 下一主题

linux.c.程序运行出错:Illegal instruction [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-19 09:51 |只看该作者 |倒序浏览
操作系统   linux  2.4.20-18.7smp #1 SMP
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
GNU gdb Red Hat Linux (5.1.90CVS-5)

我的一个程序 i_pol,无法运行,错误信息如下:

  1. [ics@cq_ips_db bin]$ ./i_pol
  2. Illegal instruction (core dumped)

  3. [ics@cq_ips_db bin]$ gdb i_pol
  4. GNU gdb Red Hat Linux (5.1.90CVS-5)
  5. Copyright 2002 Free Software Foundation, Inc.
  6. GDB is free software, covered by the GNU General Public License, and you are
  7. welcome to change it and/or distribute copies of it under certain conditions.
  8. Type "show copying" to see the conditions.
  9. There is absolutely no warranty for GDB.  Type "show warranty" for details.
  10. This GDB was configured as "i386-redhat-linux"...(no debugging symbols found)...
  11. (gdb) r
  12. Starting program: /home/ics/bin/i_pol
  13. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
  14. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
  15. Program received signal SIGILL, Illegal instruction.
  16. 0x08144384 in _IO_stdin_used ()
  17. (gdb)
复制代码

我将程序进行精简,直到main()函数里只剩下:

  1. int main( int argc,char **argv )
  2. {
  3.   char szCfgFile[40];
  4.   char szIpFile[40];

  5. printf("dasdfads \n");
  6.   if ( argc < 3)
  7.   {
  8.     fprintf( stderr, "Copyright 2003 bash Corporation. All rights reserved.\n" );
  9.     fprintf( stderr, "Usage:  i_pol [config_file_full_path] [ip_cfg]\n\n" );
  10.     strcpy(szCfgFile,"../cfg/i_pol.cfg");
  11.     strcpy(szIpFile,"../cfg/i_pol_ip.cfg");
  12.   }
  13.   else
  14.   {
  15.     strcpy(szCfgFile,argv[1]);
  16.     strcpy(szIpFile,argv[2]);
  17.   }
  18. printf(" 2 \n");

  19. #if 0
  20.   pol_init(szCfgFile,szIpFile);
  21. #endif
  22.   fprintf( stderr," \nNow server are working now ...... \n" );
  23.   while( 1 )
  24.   {
  25.     pause();
  26.     if( errno==EINTR )
  27.       continue;
  28.   }
  29. }
  30. /* end of main(int argc,char **argv)*/
复制代码


运行结果还是一样,连 dasdfads  都没有打印出来!

请指点!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2004-07-19 15:25 |只看该作者

linux.c.程序运行出错:Illegal instruction

程序运行没有问题,
检查别的情况,比如编译器等。

论坛徽章:
0
3 [报告]
发表于 2004-07-19 22:39 |只看该作者

linux.c.程序运行出错:Illegal instruction

中病毒或者被公鸡了
mkdir都运行不了(cordump)
很多系统文件(ls,mdir,top等)的修改日期为今天
准备重装系统

论坛徽章:
0
4 [报告]
发表于 2004-07-20 10:49 |只看该作者

linux.c.程序运行出错:Illegal instruction

动态库坏了.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP