some of my RQ applications hanging up after a while
can't figure out the root cause
I tried to debug with windows debugger on NT, but I'm not a professional
does someone could check the user.dmp please?
eax=00000000 ebx=00000000 ecx=00000101 edx=ffffffff esi=00000000 edi=00000000 eip=778813b2 esp=02e4ffa8 ebp=02e4ffb4 iopl=0 nv up ei ng nz na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000286 *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll - ntdll!DbgBreakPoint+0x1: 778813b2 c3 ret
at the last row seems to be the bug; missing return value?
2. Re: windows hang up on RQ application
#7007
Posted by: 2005-09-23 10:11:54
As the app works okay for a while it might be some sort of resources problem; overrunning an array or something.
Really hard to tell if all you post is an error message ;)