ChinaUnix.net
相关文章推荐:

magickMagickException Unable to retrieve handle

内核2.4.30,原来使用e1000-7.5.5和e100-3.5.17网卡驱动,是编译到内核中,使用正常,后来更换e1000驱动为e1000-7.6.15.5,并把驱动改为模块方式,要么启动时模块加载失败,要么运行ifconfig出现如下错误: unable to handle kernel paging request at virtual address cf905398 eip:0010:[] not tainted code bad eip value segmentation fault 内核的配置只是在是否使用模块那里有区别,其他没有变化 请问为什么出现这...

by taichilau - 内核源码 - 2008-09-25 08:48:38 阅读(1922) 回复(1)

相关讨论

求助各位大神 我现在的一个视频传输的项目 在运行一段时间后 就会卡住 死机 串口的打印信息如下: unable to handle kernel paging request at virtual address 01010101 s3c-fimc s3c-fimc.0: irq is in capture state s3c-fimc s3c-fimc.0: irq is being handled by frame hander s3c-fimc s3c-fimc.0: irq flag is x s3c-fimc s3c-fimc.0: irq is in capture state s3c-fimc s3c-fimc.0: irq is being handled by ...

by r9sf3 - 内核源码 - 2014-03-26 10:48:16 阅读(4520) 回复(14)

目标板内核运行很稳定,同时用busybox生成的所有可执行指令都可以正常运行(/bin和/sbin下的),但是我自己用交叉编译器编译的应用程序下载到指定的目录下后,一运行,就出现下面的错误,内核和文件系统还有应用程序都是用同一个版本的交叉编译器编译的,下面分别 是运行hello和RZ两个应用程序时出错的指示,是内核移植的问题还是文件系统中库的问题? [jackyard@ /usr]#rz unable to handle kernel paging request at virtual add...

by jackyard - 内核源码 - 2011-03-27 22:11:25 阅读(7869) 回复(3)

unable handle kernel paging request at virtual??求教 我改了内核代码,出了这问题,请问是怎么回事,如何解决?谢谢.

by huanglei - 内核/嵌入技术 - 2005-02-21 20:11:53 阅读(721) 回复(1)

unable handle kernel paging request at virtual??求教 我改了内核代码,出了这问题,请问是怎么回事,如何解决?谢谢.

by huanglei - 内核源码 - 2005-02-21 20:11:53 阅读(1061) 回复(1)

服务器down掉了,通过网络可ping通,显示器、键盘无反应,ssh登录超时,查看系统日志,有以下信息,请高手不吝赐教,在此先行谢过! Aug 4 02:42:01 localhost kernel: unable to handle kernel NULL pointer dereference at virtual address 00000080 Aug 4 02:42:01 localhost kernel: printing eip: Aug 4 02:42:01 localhost kernel: c012c897 Aug 4 02:42:01 localhost kernel: *pde = 00000000 Aug 4 02:42:01 localh...

by tingsea - Linux论坛 - 2006-11-15 09:35:28 阅读(1222) 回复(1)

服务器down掉了,通过网络可ping通,显示器、键盘无反应,ssh登录超时,查看系统日志,有以下信息,请高手不吝赐教,在此先行谢过! Aug 4 02:42:01 localhost kernel: unable to handle kernel NULL pointer dereference at virtual address 00000080 Aug 4 02:42:01 localhost kernel: printing eip: Aug 4 02:42:01 localhost kernel: c012c897 Aug 4 02:42:01 localhost kernel: *pde = 00000000 Aug 4 02:42:01 localh...

by tingsea - 内核源码 - 2006-11-15 09:35:28 阅读(2311) 回复(1)

我在写驱动程序的init_module时, 想在其中,修改PCI地址a0000000的值, 但直接修改就出错." unable to handle kernel paging request at virtual address a0000000" 我以为是a0000000没有映射的原因,再ioremap(a0000000, PAGE_SIZE) 映射, 然后修改映射后的值,也是同样的错. :em06: 这种错是如何引起的啊??? 请帮忙!!

by tpvk22 - Linux论坛 - 2004-06-30 16:54:38 阅读(885) 回复(2)

我在写驱动程序的init_module时, 想在其中,修改PCI地址a0000000的值, 但直接修改就出错." unable to handle kernel paging request at virtual address a0000000" 我以为是a0000000没有映射的原因,再ioremap(a0000000, PAGE_SIZE) 映射, 然后修改映射后的值,也是同样的错. :em06: 这种错是如何引起的啊??? 请帮忙!!

by tpvk22 - 内核源码 - 2004-06-30 16:54:38 阅读(2775) 回复(2)

OS:Win 7 64bit Python: 2.7 64 bit Instant client: instantclient-basic-windows.x64-11.2.0.3.0 cx_Oracle: cx_Oracle-5.1.2-11g.win-amd64-py2.7.msi DB server: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production Instant client安装在C:\Oracle\instantclient_11_2 oci.dll拷贝到C:\Python27\Lib\site-packages 环境变量设置: ORACLE_HOME=C:\Oracle\instantclient_11_2 TNS_ADMIN=C:\Orac...

by jordanking1980 - Python - 2013-12-27 13:32:13 阅读(5395) 回复(0)

本帖最后由 keneth2078 于 2010-07-10 11:47 编辑 一个在嵌入式下的音频学习程序,抄ibm网站《音频编程指南》的,不能运行。 错误为: /tmp # ./a.out Say something: buffer size is:80000 fd value is:3 unable to handle kernel NULL pointer dereference at virtual address 00000088 pgd = c0004000 *pgd = 00000000, *pmd = 00000000 Internal error: Oops: 0 CPU: 0 pc : [] lr : [] Not tain...

by keneth2078 - C/C++ - 2010-07-10 11:46:14 阅读(1185) 回复(0)