由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 关于valgrind 的一个问题
相关主题
Segmentation faultWindows Thread API
help on pthreads.....重复利用threads的问题
一直没有很好理解thread join itself,哪位解惑一下 (转载)pthread and C++
dereference a NULL pointer in CLinux thread和NPTL thread什么关系? (转载)
超牛的debug如何强制thread和cpu绑定?
gdb with big core file有专门介绍multithreading编程的书吗
use abort() to generate coredump (转载)多线程 编程,process 和 thread 的一些问题。
感觉c挺有一丝的嘛how to debug multi-thread program?
相关话题的讨论汇总
话题: valgrind话题: 关于话题: run
进入Programming版参与讨论
1 (共1页)
c*****e
发帖数: 34
1
一个c++写的程序,在valgrind的环境下run没有错误, 如果直接 run 就会出
segmentation fault. 请问有可能是什么原因啊?
谢谢!
y****i
发帖数: 156
2
make clean?
c********e
发帖数: 383
3
threaded code?
c*****e
发帖数: 34
4
clean 了

【在 y****i 的大作中提到】
: make clean?
c*****e
发帖数: 34
5
对,用了pthread. 跟这个有关系吗?

【在 c********e 的大作中提到】
: threaded code?
1 (共1页)
进入Programming版参与讨论
相关主题
how to debug multi-thread program?超牛的debug
怎么 kill 一个 thread 啊gdb with big core file
关于thread的stackuse abort() to generate coredump (转载)
[合集] 为什么多个线程生成的随机数是一样的?感觉c挺有一丝的嘛
Segmentation faultWindows Thread API
help on pthreads.....重复利用threads的问题
一直没有很好理解thread join itself,哪位解惑一下 (转载)pthread and C++
dereference a NULL pointer in CLinux thread和NPTL thread什么关系? (转载)
相关话题的讨论汇总
话题: valgrind话题: 关于话题: run