由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 怎么debug memory corruption的问题
相关主题
best deguger for c++ in linuxTwo classic C++ question, how to answer
求职的人,你们真的愿意给那些给你机会的老中当小弟吗MS店面题讨论
内推报酬问题:收钱不好leetcode怎么debug?
强烈呼吁各大公司停止白板问一个vs的debug功能
帮朋友贴一个工作招聘碰到一个喜欢抢 credit 的三姐, 我该咋办?
跳槽google所谓白板bug free和hidden test case就是个joke
肉眼怎么debug?google intern interview
我也攒人品真心求教:如何应付这一类软工面试题?
相关话题的讨论汇总
话题: memory话题: corruption话题: debug话题: without话题: answer
进入JobHunting版参与讨论
1 (共1页)
n***r
发帖数: 105
1
suppose without the help of GDB
怎么知道某个memory location被哪个程序corrupted了
e****l
发帖数: 40
2
Wow, without a debugger? That would be difficult. I'd like to know an answer
too.:)
But under what circumstances did you end up debugging mem corruption without
a debugger?

【在 n***r 的大作中提到】
: suppose without the help of GDB
: 怎么知道某个memory location被哪个程序corrupted了

P*******b
发帖数: 1001
3
我也很好奇

【在 n***r 的大作中提到】
: suppose without the help of GDB
: 怎么知道某个memory location被哪个程序corrupted了

n***r
发帖数: 105
4
it's an interview question I was asked
the interviewer didn't provide answer either, just give hint like divide
and conquer.....I got stuck, so to seek help here

answer
without

【在 e****l 的大作中提到】
: Wow, without a debugger? That would be difficult. I'd like to know an answer
: too.:)
: But under what circumstances did you end up debugging mem corruption without
: a debugger?

d*******d
发帖数: 2050
5
divide and conquer?
用printf做binary search?
一遍又一遍缩小范围?

【在 n***r 的大作中提到】
: it's an interview question I was asked
: the interviewer didn't provide answer either, just give hint like divide
: and conquer.....I got stuck, so to seek help here
:
: answer
: without

a*d
发帖数: 47
6
not very practical. Many memory corruptions do not show up immediately, but
will impact other innocent code much later.

【在 d*******d 的大作中提到】
: divide and conquer?
: 用printf做binary search?
: 一遍又一遍缩小范围?

1 (共1页)
进入JobHunting版参与讨论
相关主题
真心求教:如何应付这一类软工面试题?帮朋友贴一个工作招聘
链表带循环的一题跳槽google
定义一个数组, 巨简单的一个问题肉眼怎么debug?
这么简单的cpp面试题,居然没几个人回答出来我也攒人品
best deguger for c++ in linuxTwo classic C++ question, how to answer
求职的人,你们真的愿意给那些给你机会的老中当小弟吗MS店面题讨论
内推报酬问题:收钱不好leetcode怎么debug?
强烈呼吁各大公司停止白板问一个vs的debug功能
相关话题的讨论汇总
话题: memory话题: corruption话题: debug话题: without话题: answer