boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Seattle版 - Help: windows debugging question: "new" caused access violation
相关主题
如何速成windbg?
1000M router causing Comcast modem frequent reboot (转载)
请教Window Serviceability Team是干啥的?
Any one is Visual Studio group for debug port/debug agent ?
我软Windows某部门正在大力招dev
微软被雷及其他有需要的朋友看过来,google谷歌内推
华盛顿speeding罚单
mitbbs就是好, 使用ie9不crash.
股沟的手机那个牌子的比较好
chase太牛了
相关话题的讨论汇总
话题: app话题: access话题: debugging话题: new话题: our
进入Seattle版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
We develop a SW, after install and reboot.
The 1st time it runs the app, there's a "just-in-time" error.
So hook it to the VS 2005, from the stack i can see our app calls "new",
it calls malloc/heap etc.
Now if i reboot the pc, retry all these, everything is ok now.
Our app has that "user access control" thing, if turn off our UAC, the app
is ok as well.
I'm totally lost and looking for help, how come "new" can fail ?
Any hints pls ?
n**p
发帖数: 1150
2
heap is corrupted by your app probably. use app verifier.

【在 s*****w 的大作中提到】
: We develop a SW, after install and reboot.
: The 1st time it runs the app, there's a "just-in-time" error.
: So hook it to the VS 2005, from the stack i can see our app calls "new",
: it calls malloc/heap etc.
: Now if i reboot the pc, retry all these, everything is ok now.
: Our app has that "user access control" thing, if turn off our UAC, the app
: is ok as well.
: I'm totally lost and looking for help, how come "new" can fail ?
: Any hints pls ?

s*****w
发帖数: 1527
3
But why it only shows up the 1st time this app is installed ?
Note after the install, we have to reboot the PC.

【在 n**p 的大作中提到】
: heap is corrupted by your app probably. use app verifier.
w*i
发帖数: 970
4
光听你这么讲没有debug很难知道原因。

【在 s*****w 的大作中提到】
: But why it only shows up the 1st time this app is installed ?
: Note after the install, we have to reboot the PC.

s*****w
发帖数: 1527
5
we used windbg and found the bug, thx !

【在 w*i 的大作中提到】
: 光听你这么讲没有debug很难知道原因。
1 (共1页)
进入Seattle版参与讨论
相关主题
chase太牛了
面完fb,结果已经出来了,share下被拒的原因(请转jobhunting版 (转载)
从西雅图到维多利亚的问题
纽约回来
微软工, 帮忙看看这个咋办
Win 7中的麦克风的问题
Database Professional - Full Time Salaried Position
求助万能的戏班: 微软的大侠们进来看一哈
纠结:买wp7 是t-mobile还是at&t?
神奇的老印... (转载)
相关话题的讨论汇总
话题: app话题: access话题: debugging话题: new话题: our