nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03322
[Bug 1083821] [NEW] NUnit runner crashes when test gives StackOverflowException
Public bug reported:
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.
** Affects: nunitv2
Importance: Undecided
Status: New
** Tags: crash runner
--
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:
New
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
Follow ups
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Charlie Poole, 2013-10-05
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Fabian Schmied, 2013-04-24
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Nicholas Devenish, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Simone Busoli, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Charlie Poole, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Nicholas Devenish, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Simone Busoli, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Nicholas Devenish, 2012-11-28
-
[Bug 1083821] Re: NUnit runner crashes when test gives StackOverflowException
From: Simone Busoli, 2012-11-28
-
[Bug 1083821] [NEW] NUnit runner crashes when test gives StackOverflowException
From: Nicholas Devenish, 2012-11-27
References