Page 1 of 1

Running test cases problem

Posted: Mon Oct 31, 2016 5:56 pm
by sahmada
Hi everyone

I got the problem whenever try to run ./Run command after compiling make linux-gfort.
I got this error :

root@osboxes:/river# ./Run
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
STOP Main program terminated
2375.88user 337.04system 2:11:31elapsed 34%CPU (0avgtext+0avgdata 75556maxresident)k
0inputs+93632outputs (0major+211110089minor)pagefaults 0swaps

Re: Running test cases problem

Posted: Fri Nov 25, 2016 8:33 am
by pluyten
You don't need to bother about the output message. When you see 'STOP Main program terminated' on your display, the program ran successfully.

Patrick

Re: Running test cases problem

Posted: Mon Nov 20, 2017 9:55 am
by Claudine
Exceptions are the events that occur during programs, they are not errors. The object called an exception object, contains information about the error, including its type and the state of the program when the error occurred. Creating an exception object and handing it to the runtime system is called throwing an exception. If your program is executed well and you got the out, then you need not worry.