小编The*_*ilk的帖子

了解 Linux 中的错误代码

我正在使用 Linux(内核版本 2.6.32.28)笔记本电脑。
在我插入/执行文件 io/移除 SD 组合卡后,出现以下错误:

mmcblk0: error -123 sending status command  
mmcblk0: error -123 sending read/write command, response 0x0, card status 0x0  
mmcblk0: error -123 sending requesting status 
Run Code Online (Sandbox Code Playgroud)

现在,我想了解这些错误的含义。

正如我所看到的,几乎没有标准错误代码位于 arch/powerpc/boot/stdio.h 和其他分散在其他各个地方的其他代码中。

Linux 中是否有任何系统的方法来跟踪(和理解)错误代码(在源代码中)?

linux system-calls error-handling

4
推荐指数
2
解决办法
8233
查看次数

标签 统计

error-handling ×1

linux ×1

system-calls ×1