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

请问在哪儿能查到shmget返回的错误代码?(100分)

    来源: 互联网  发布时间:2016-09-25

    本文导语:  我调用shmget失败,errno是20,现在能够确定的是程序没问题,而是环境问题。 系统是Linux | find /usr/include -name "errno.h"|xargs grep 20 还可以在程序中添加perror("shmget"),这样能够显示详细的错误...

我调用shmget失败,errno是20,现在能够确定的是程序没问题,而是环境问题。
系统是Linux

|
find /usr/include -name "errno.h"|xargs grep 20

还可以在程序中添加perror("shmget"),这样能够显示详细的错误信息。

|

man shmget

ERRORS
       On failure, errno is set to one of the following:

       EACCES      The user does not have permission to access the shared memory segment, and does not have  the
                   CAP_IPC_OWNER capability.

       EEXIST      IPC_CREAT | IPC_EXCL was specified and the segment exists.

       EINVAL      A  new segment was to be created and size  SHMMAX, or no new segment was to
                   be created, a segment with given key existed, but size is greater than the size of that  seg-
                   ment.

       ENFILE      The system limit on the total number of open files has been reached.

       ENOENT      No segment exists for the given key, and IPC_CREAT was not specified.

       ENOMEM      No memory could be allocated for segment overhead.

       ENOSPC      All  possible  shared  memory  IDs  have  been taken (SHMMNI), or allocating a segment of the
                   requested size would cause the system to  exceed  the  system-wide  limit  on  shared  memory
                   (SHMALL).

       EPERM       The  SHM_HUGETLB  flag  was  specified,  but  the caller was not privileged (did not have the
                   CAP_IPC_LOCK capability).

man ftok
RETURN VALUE
       On  success  the  generated key_t value is returned. On failure -1 is returned, with errno indicating the
       error as for the stat(2) system call.
man 2 stat

ERRORS
       EACCES Search permission is denied for one of the directories in the path  prefix  of  path.   (See  also
              path_resolution(2).)

       EBADF  filedes is bad.

       EFAULT Bad address.

       ELOOP  Too many symbolic links encountered while traversing the path.

       ENAMETOOLONG
              File name too long.

       ENOENT A component of the path path does not exist, or the path is an empty string.

       ENOMEM Out of memory (i.e. kernel memory).

       ENOTDIR
              A component of the path is not a directory.


可见你的错误不是shmget引起的, 因为shmget本般并不会返回ENOTDIR的错误 而是ftok引起的.

|
man shmget

ERRORS
       On failure, errno is set to one of the following:

       EACCES      The user does not have permission to access the shared memory segment, and does not have  the
                   CAP_IPC_OWNER capability.

       EEXIST      IPC_CREAT | IPC_EXCL was specified and the segment exists.

       EINVAL      A  new segment was to be created and size  SHMMAX, or no new segment was to
                   be created, a segment with given key existed, but size is greater than the size of that  seg-
                   ment.

       ENFILE      The system limit on the total number of open files has been reached.

       ENOENT      No segment exists for the given key, and IPC_CREAT was not specified.

       ENOMEM      No memory could be allocated for segment overhead.

       ENOSPC      All  possible  shared  memory  IDs  have  been taken (SHMMNI), or allocating a segment of the
                   requested size would cause the system to  exceed  the  system-wide  limit  on  shared  memory
                   (SHMALL).

       EPERM       The  SHM_HUGETLB  flag  was  specified,  but  the caller was not privileged (did not have the
                   CAP_IPC_LOCK capability).

man ftok
RETURN VALUE
       On  success  the  generated key_t value is returned. On failure -1 is returned, with errno indicating the
       error as for the stat(2) system call.
man 2 stat

ERRORS
       EACCES Search permission is denied for one of the directories in the path  prefix  of  path.   (See  also
              path_resolution(2).)

       EBADF  filedes is bad.

       EFAULT Bad address.

       ELOOP  Too many symbolic links encountered while traversing the path.

       ENAMETOOLONG
              File name too long.

       ENOENT A component of the path path does not exist, or the path is an empty string.

       ENOMEM Out of memory (i.e. kernel memory).

       ENOTDIR
              A component of the path is not a directory.

|
使用函数strerror(errno)获取可读取的错误编码

|
看看权限是否够

    
 
 

您可能感兴趣的文章:

  • 请问段错误是什么错误啊
  • java.net.URLConnection中getOutputStream()方法出现协议不支持输出流的错误,请问为何会出现此错误?
  • 请问rpm -ivh 出现下面错误是什么样错误?(急!!!!!!!!!!!!)
  • 请问,我用turbo Linux,远程FTP报Password required, but none set错误
  • 请问一个shell中如何获取这个shell自身抛出的错误?
  • 请问这个错误是什么意思 8603 Pointing Device Error
  • 请问这个编译错误是什么意思
  • 请问这是什么错误呢?
  • 整个人快要崩溃了,这个错误请问怎么解决???
  • 请问添加yum后 ,出现如下错误
  • 请问如何捕获"tar"命令的标准错误输出
  • 求助!请问VMware Workstation unrecoverable error,这个错误如何解决。
  • 请问这是什么错误呀?
  • 在solaris8上编译完成,链接的时候出现Segmentation Fault - core dumped这种错误,请问是什么原因??
  • 请问这个错误是什么意思???
  • 请问这是什么错误?谢谢!
  • 请问这是什么错误?????????
  • 请问如何解决因为库的版本与文件系统不兼容引起的段错误?
  • 请问在安装Linxu时提示12号错误是怎么回事啊?
  • c语言出现以下错误提示请问如何解决
  • 请问在脚本里怎么得到一个程序运行的返回值,脚本怎么返回值?
  • 请问applet怎么能与所在的页面进行通讯 即从页面中取得变量和把返回值返回给页面?
  • 请问一个方法的返回值类型为一个复数,那么怎样定义这个方法的返回值类型
  • 请问JDBC中返回结果参数的存储过程{?=call 过程名(?,?,...)}返回的结果如何得到?
  • 公司要给客户做报表,从数据库返回数据,他们死活要返回的格式为Excel格式,请问我怎样才能把数据库返回的数据存为Excel的格式?
  • Accept() 返回0,请问是怎么回事 ?
  • 请问怎样从命令控制台返回到xwindow?
  • 请问exec系列函数在执行时是立即返回还是有可能阻塞那?
  • 请问一下sleep_on_timeout函数的返回直问题(在线等)
  • 请问gcc有没有类似GetExitCodeProcess的函数,可以获得调用的外部程序的返回值呢?
  • 请问调用notify后被选中线程的wait是立刻返回,还是等到调用notify的线程退出synchronized块后再返回?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问一些shell命令的源代码,比如cp 的源代码存放在什么目录中?
  • 我想查看fputs(),fread(),fwrite(),fclose()函数的源代码,请问这部分的源代码在哪个RPM包里。
  • 请问高手:Ctrl+Alt+F1~F8可以切换虚拟终端,这个代码是在哪儿实现的?我搞不懂,最好指点源代码大概位置。
  • 请问在java多线程中,是只有run(){}内的代码运行在一个新线程下呢?还是这个类中的代码都运行在一个新线程下?
  • 我现在正读Linux源代码,请问下面代码是什么意思?
  • 请问ubuntu和debian的源代码哪里下载?
  • 请问哪里可以找到视频电话或者视频会议的源代码下载?
  • 请问现在哪里可以获取Fedora的源代码?
  • 请问那里有java中图像特效的代码下载?谢谢
  • 请问那里有java控制图形的介绍和代码?
  • 请问:哪里能找到linux的源代码
  • 请问哪儿有LINUX的源代码下载?
  • 请问大家哪里有关于LINUX内核源代码的论坛吗?
  • 请问各位在那里有 linux下的抓包(或捕包)的原代码?谢谢!
  • 请问谁有UNIX虚拟机的源代码!
  • 请问VI要配置变色代码和自动补齐该有什么设置命令?
  • 请问大家在写jsp代码的时候都用什么编辑器?
  • 请问关于syslog工作原理和源代码分析的资料
  • 请问那里有NAT,PROXY等的源代码
  • 请问ltoa这个函数的源代码文件叫什么名字(*.c)
  • 请问:我知道路由器的telnet密码,但忘记了enable 密码,请问如何是好?
  • 请问那里有SYBASE的jbdb 2.0下载;jspsmartupload可以直接将文件上传到数据库,请问如何使用
  • 请问最新的reahat9.0是基于什么核心的?2.4?2.6?请问那里能下载?
  • 请问:请问哪里有关于linux基本操作命令讲解的资料下载,最好是幻灯片格式的.
  • 请问,我试图用#admintool&图形工具命令来安装sun workshop5.0,为什么进入的却是用户管理界面?请问具体该如何在solaris下安装应用软件
  • 请问在Redhat 9里,我从登录就是图形介面,请问如何在图形介面内进入命令行方式呢,谢谢
  • 请问玩过SOLARIS的高手门,在不正常关机后,就不能启动到windows公用桌面了,只能在命令提示模式下了,请问怎么解决这个问题啊?急~!~!
  • 请问:我在redhat下装了bochs-2.2.1-1.rpm,.装了后,想设置一下,但找不到bochsrc.fda.bxrc,请问这个文件在哪个曰录下啊。
  • 请问:在配置Qt时,很多文档都说在.profile,.login里加东西,但是我好像没有发现有这两个文件上,请问这些文件在哪个目录下啊
  • 请问:在配置Qt时,很多文档都说在.profile,.login里加东西,但是我好像没有发现有这两个文件上,请问这些文件在哪个目录下啊 iis7站长之家
  • 请问各位大虾,小弟今天开始学jsp了,这学期我们有java课,所以已经下载了jdk(好象是1.2),请问我的98环境怎么配置jsp环境呀?我的jdk可以运行.java程序,别的我就不知道了....谢谢!


  • 站内导航:


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

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3