[Mono-dev] ThreadAbortException during compilation path

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Aug 30 05:00:15 EDT 2005


On Thu, 2005-08-25 at 11:08 -0400, Miguel de Icaza wrote:
> Hello,
> 
> 
> > We have encounted an issue with CSharpCodeCompiller class. Then there is
> > a termination of thread, that startups compilation (and waits for
> > ExitCode), it gots ThreadAbortException and goes to finally block. But
> > the process of mcs is still running! So, it should not check for
> > ExitCode. In case then mcs still running, we got
> > InvalidOperationException, that hides ThreadAbortException.
> 
> How can we reproduce this bug?

Try setting a low maximum request time in web.config and compiling a big
chunk of code when accessing a page with xsp.

-Gonzalo





More information about the Mono-devel-list mailing list