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
Running test cases problem
Moderator: Katrijn
Re: Running test cases problem
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
Patrick
Re: Running test cases problem
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.