j********g 发帖数: 66 | 1 core dump happens when a program is executed. however, when running it in
GDB, there is no core dump. what may be the reason? | B*******1 发帖数: 2454 | 2 You mean there is core dump, but you could not see.
Or you mean the the program will not get core dump once you run GDB. If so,
it is timing problem and need to dig into the code and see how it interact w
ith other process and threads.
【在 j********g 的大作中提到】 : core dump happens when a program is executed. however, when running it in : GDB, there is no core dump. what may be the reason?
|
|