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? : 一遍又一遍缩小范围?
|