I observe BSOD issue(kernel mode code).
UNEXPECTED_KERNEL_MODE_TRAP/EXCEPTION_DOUBLE_FAULT
possible reason:stack overflow.
...
But why should stack overflow for this reason-> when an exception
is handled.
PLEASE remember that the debugger is not all-knowing. It is merely
SUGGESTING that a stack overflow might be the cause of this problem. You
cannot assume that the debugger knows it all. You need to do your own
analysis.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
Re: BlockClosure>>deepCopy recursion error ... Is there any significance in the fact that the resulting stack overflow... (Object parseTreeFor: #deepCopy) ... I suspect it doesn't allow enough headroom on the stack above the "high water" mark to allow the debugger to open when running in the context of that process. ... The deepCopy framework assumes it just tidies up, rather than actually deepens the copy. ... (comp.lang.smalltalk.dolphin)
Re: hunting down erroneous source line (4os2) ... the crash within the debugger.... I recommend you capture a process dump.... the trap does not look like stack overflow.... I recommend you spend a bit of time with the OS/2 Debugging Handbook. ... (comp.os.os2.programmer.misc)
Re: How I made custom interface of my filter class ... It is "Stack Overflow".... Using the debugger, find out in what function you are ... Then figure out why you are recursively calling... that function endlessly (if you don't intentionally recurse,... (microsoft.public.win32.programmer.directx.video)
Re: how to find what kills D2007 ... the stack overflow exception EStackOverflow is caught by the debugger.... Running the executable directly from the explorer I get the Stack Overflow dialog I described previously. ... (borland.public.delphi.non-technical)
Re: Stack Overflow Issue/Silent Exits ...Structured exception architecture doesn't allow to handle stack overflow by ... With the customer data on hand, I speculated a stack overflow by seeing ... it wasn't a recursion stack overflow, what else could cause a process to ... (microsoft.public.win32.programmer.kernel)