ChinaUnix.net
相关文章推荐:

No symbol table is loaded linux

那位简单讲讲程序中的symbol table好吗

by wacent01 - C/C++ - 2005-05-21 11:11:12 阅读(864) 回复(2)

相关讨论

fb6.1安装samba3.3.7 net join ads -U administrtor出现错误 /libexec/ld-elf.so.1: /usr/lib/libkrb5.so.8: Undefined symbol "initialize_error_table_r"

by wudming - 服务器应用 - 2009-09-03 19:39:10 阅读(2535) 回复(0)

遇到的问题如下: 1.如果没有加载symbol table时, (list,break等命名不可以用) pc端 可以continue到底 如下: [root@localhost /]# arm-linux-gdb GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. The...

by titicaca0926 - C/C++ - 2007-08-02 13:36:51 阅读(3893) 回复(1)

各位高手: 小弟现在一文件系统(jfs)的NBPI满了(AIX5。2),文件系统已不能再扩,现在只好将原文件系统备份到磁带后删除,重新建了一个大的jfs文件系统,但往回倒入数据时报如下错误: no memory to extend symbol table adort?[yes/no] 又重新建了一个jfs2文件系统再倒入时也还是报这个错误。 请教各路高手,是何原因?如何解决?谢谢! 急等!谢谢!

by oldyangge - AIX - 2006-08-08 14:21:56 阅读(1488) 回复(3)

最近新学内核模块 我的代码如下: [code]#define MODULE #define __KERNEL__ #if CONFIG_MODVERSIONS==1 #define MODVERSIONS #include <linux/modversions.h> #endif #include <linux/kernel.h> #include <linux/module.h> #include #include #define SYS_mkdir 39 extern void* sys_call_table[]; int (*orig_mkdir)(const char *path); int hacked_mkdir(const char *path) { /* pr...

by lonelyair - C/C++ - 2006-07-25 16:45:35 阅读(1118) 回复(4)

在redhat 8下做了个修改系统调用的模块, 定义了extern long sys_call_table[] 编译都通过了,但是加载模块时出现unresolved symbol sys_call_table错误,是什么原因呢?

by ponymajie - Linux论坛 - 2003-03-01 13:18:00 阅读(748) 回复(2)

This article describes an easy process of implementing the observer pattern in the Spring framework (Spring Core). Also discussed in this article are a few of the Spring Core classes as well as an easy way to start the Spring Framework in any project. Finally, this article shows developers and designers that the Spring framework is a great reason to continue design pattern advocacy in your projec...

by xxcom - Java文档中心 - 2005-10-13 17:21:36 阅读(832) 回复(0)

只知道EXPORT symbol是把内核函数的符号导出,也就是把函数的入口地址导出,但是不知道 EXPORT symbol怎么用?请指教。还有MODULE_LICENSE。

by sanshially - 内核/嵌入技术 - 2006-05-16 19:30:06 阅读(1092) 回复(3)

请教各位牛人,不知道大家有没有什么好办法解决在 linux下面写驱动时出现的模块中多出未知变量的方法。 本人在学习的过程中,写了一个驱动,结果老是出现两个 未知变量,去找却没发现什么异常。 然后一行行地删代码,却是在莫名奇妙的地方。 ....

by leonashirley - 内核/嵌入技术 - 2006-02-05 09:55:32 阅读(957) 回复(1)

安装一个ANDIrand-0.7-5.8-sparc-1.pkg ,安装最后如下。 /usr/kernel/drv/random.conf Modifying /etc/devlink.tab Driver (random) is already installed. Initializing random number generator... driver not loaded! 这个driver not loaded怎么解决那?谢谢。

by smallfish2186 - Solaris - 2006-08-17 11:03:11 阅读(1050) 回复(3)

一台linux做代理服务器,通过它上网不正常,PING时大量掉包,服务器不断地自动弹出ip_conntract:table full dropping packet. 请教: 是设置有问题还是受到了攻击,有什么办法解决?

by zxdzhj - 服务器应用 - 2005-08-31 17:55:07 阅读(1476) 回复(2)