由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - An interview question, what is the answer?
相关主题
help: questions and answers for faculty phone interview in computer scienceUrgent!!! A questinon about C programming
how to clone dell os?请教怎样尽快看明白同事的程序?
vista crash 了请教一段话的意思
问一个:是lenovo还microsoft的错?关于大规模数据显示,请教,急啊!!!
为啥我的remote desktop总是自动logoff,恳求指点C++(非VC++) 删除链表时如何对指针操作? 在线等回复!谢谢!
借人气问:laptop 奇怪的经常crash,在线求救 (转载)紧急求救:关于指向类中函数指针作为函数参量
电脑这是要crash吗?(C / C++) 关于指针的引用,求助 (转载)
为什么多个线程生成的随机数是一样的?问个初级问题,64位PC vs 32位PC
相关话题的讨论汇总
话题: answer话题: question话题: interview话题: what
进入CS版参与讨论
1 (共1页)
l******e
发帖数: 94
1
You are given a the source to an application which is crashing when run.
After running it 10 times in a debugger, you find it never crashes in the
same place. The application is single threaded, and uses only the C
standard
T**********n
发帖数: 480
2
指针指飞了
搞不好还有内存泄漏

【在 l******e 的大作中提到】
: You are given a the source to an application which is crashing when run.
: After running it 10 times in a debugger, you find it never crashes in the
: same place. The application is single threaded, and uses only the C
: standard

f******n
发帖数: 90
3
肯定是有错误。关键这这里是为什么每次的情况不同。
是不是可能和这个程序相关,例如它本身有个随机过程,或者他与当时执行的环境有关
系(例如,机器上的进程数)。
或者和debugger有什么关系?

【在 T**********n 的大作中提到】
: 指针指飞了
: 搞不好还有内存泄漏

l*******o
发帖数: 12469
4

内存泄漏吧。

【在 f******n 的大作中提到】
: 肯定是有错误。关键这这里是为什么每次的情况不同。
: 是不是可能和这个程序相关,例如它本身有个随机过程,或者他与当时执行的环境有关
: 系(例如,机器上的进程数)。
: 或者和debugger有什么关系?

f******n
发帖数: 90
5
为什么内存泄漏会导致每次出错不同?
x**y
发帖数: 10012
6
最有可能的问题就是这个
指针释放内存的问题
因为内存每次分配的地址都不一样

【在 l*******o 的大作中提到】
:
: 内存泄漏吧。

f******n
发帖数: 90
7
分配的地址不一样, 在没有内存泄漏的情况下也发生吧.
1 (共1页)
进入CS版参与讨论
相关主题
问个初级问题,64位PC vs 32位PC为啥我的remote desktop总是自动logoff,恳求指点
在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的设计?借人气问:laptop 奇怪的经常crash,在线求救 (转载)
VC++ 里函数调用指针的问题电脑这是要crash吗?
to go or not to go为什么多个线程生成的随机数是一样的?
help: questions and answers for faculty phone interview in computer scienceUrgent!!! A questinon about C programming
how to clone dell os?请教怎样尽快看明白同事的程序?
vista crash 了请教一段话的意思
问一个:是lenovo还microsoft的错?关于大规模数据显示,请教,急啊!!!
相关话题的讨论汇总
话题: answer话题: question话题: interview话题: what