[Mono-list] exception patch

Dietmar Maurer dietmar@ximian.com
27 May 2002 12:38:54 +0200


On Sat, 2002-05-25 at 04:08, Martin Baulig wrote:
> Dietmar Maurer <dietmar@ximian.com> writes:
> 
> > I think your recent changes are wrong. You added the G_BREAKPOINT() to
> > mono_thread_abort, so you stop the program after the whole stack is
> > unwind.
> > 
> > The idea behind my recent changes (arch_exc_is_catched) is that we can
> > invoke the debugger before we unwind the stack, just to give developers
> > the possibility to debug the real problem. So IMO my previous solution
> > is the correct one. What exactly was the problem with that solution?
> 
> Hi Dietmar,
> 
> hmm, I wanted to look at this after dinner but then I was too busy getting
> the new type stuff in the symbol writer done.  Unfortunately, I won't have
> time to do any hacking until at least next Friday - university wants me
> back .....

I just changed the behavior and added --breakonex

- Dietmar