由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to debug multi-thread program?
相关主题
面试问题一问 (转载)java multi-threading project怎么确定它没有deadlock, race condition?
multithread app的design要注意哪些问题?c#怎么测试deadlock, race condition啊?
How to avoid deadlock ?linux下, 一个thread 正在写文件,如果另一个thread试图去删去这个文件
java concurrency一直没有很好理解thread join itself,哪位解惑一下 (转载)
[合集] can a single thread run into deadlock?计算机供电不稳定会影响程序/线程运行吗?
问题一枚求教几道面试题
这样的deadlock如何debug?[合集] 忽然发现VC里同一线程的消息函数是无法调用另一个消息函数的...
c++多线程的工作面试一般会问哪些问题?请教这段Code到底是哪错了?
相关话题的讨论汇总
话题: debug话题: program话题: thread话题: multi话题: deadlocks
进入Programming版参与讨论
1 (共1页)
r****q
发帖数: 356
1
I am using pthread, how do not know how to debug the program when there is
deadlocks and how to know the program is in deadlock?
g*********s
发帖数: 1782
2
This is tough. It's like: how to debug the program when there's an infinite
loop in single thread.

【在 r****q 的大作中提到】
: I am using pthread, how do not know how to debug the program when there is
: deadlocks and how to know the program is in deadlock?

1 (共1页)
进入Programming版参与讨论
相关主题
请教这段Code到底是哪错了?[合集] can a single thread run into deadlock?
Python有什么好的方法建two-way pipe?问题一枚
多线程程序有什么好的调式方法?这样的deadlock如何debug?
python程序员水平不行啊c++多线程的工作面试一般会问哪些问题?
面试问题一问 (转载)java multi-threading project怎么确定它没有deadlock, race condition?
multithread app的design要注意哪些问题?c#怎么测试deadlock, race condition啊?
How to avoid deadlock ?linux下, 一个thread 正在写文件,如果另一个thread试图去删去这个文件
java concurrency一直没有很好理解thread join itself,哪位解惑一下 (转载)
相关话题的讨论汇总
话题: debug话题: program话题: thread话题: multi话题: deadlocks