Posix message queues and the command line?

博主正在开发用POSIX消息队列替代TCP套接字的代码,但遇到程序崩溃后未删除消息队列的问题,导致重启时出现冲突。尝试通过`ipcs -q`和`lsof`命令查找并删除队列未成功。希望找到能用`ipcrm`或其他命令行方式删除这些队列的解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

su

Password:

mkdir /dev/mqueue

mount -t mqueue none /dev/mqueue

exit

I'm writing some code to replace TCP sockets with POSIX message queues. Sometimes the program will crash (still in development) and the queues that were created are not deleted (did not execute: mq_close() + mq_unlink()). This causes issues when I run the code again.

Is there a way to delete/remove these queues using the command line? I tried using: ipcs -q. This failed to list any queues.

I tried: lsof | grep queue-name. They did show up here.

Ideally, I'd like to use: ipcrm.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值