← Back to team overview

nunit-core team mailing list archive

Re: [Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException

 

Oddly, I changed it from new to triaged (according to the page
display) but the full log shows I changed it from invalid to triaged.
Oh well. :-)

I'm adverse to considering a crash invalid, provided we can reproduce
the problem. I'll try it myself.

Nicholas, you haven't said what your environment is.

Charlie

On Wed, Nov 28, 2012 at 12:03 AM, Simone Busoli
<1083821@xxxxxxxxxxxxxxxxxx> wrote:
> I marked the issue as invalid initially, which is what it looked like
> and I'm not yet sure about the validity for as I said, I couldn't
> reproduce it.
>
> Nicholas, SOEs is not really what the tool is supposed to discover though, but I concur that a more proper handling, if any is possible, would be nice.
> If you have a repro that you can submit please do so, as I mentioned I wasn't able to crash the GUI nor the console.
>
> --
> You received this bug notification because you are subscribed to NUnit
> Extended Testing Platform.
> https://bugs.launchpad.net/bugs/1083821
>
> Title:
>   NUnit runner crashes when test gives StackOverflowException
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nunitv2/+bug/1083821/+subscriptions

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1083821

Title:
  NUnit runner crashes when test gives StackOverflowException

Status in NUnit V2 Test Framework:
  Triaged

Bug description:
  Made a brand new test project, and in the default TestMethod1 method:

      [Test]
      public void TestMethod1()
      {
        TestMethod1();
      }

  The runner application gives "NUnit-Agent has stopped working", and
  then the main GUI crashes out when anything else is done with it. The
  runner reports 2.6.2.12296 as it's version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1083821/+subscriptions


References