You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Hyperic.Sigar.Tests
{
[TestClass]
public class SigarTests
{
[TestMethod]
public void CpuTest()
{
Sigar sigar = new Sigar();
while (true)
{
sigar.Cpu();
Thread.Sleep(1000);
}
}
}
}
Crash occurs even after executing the above code for a while.
The text was updated successfully, but these errors were encountered:
Crash occurs even after executing the above code for a while.
The text was updated successfully, but these errors were encountered: