Runtime Error

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
Bj
New poster
Posts: 24
Joined: Mon Oct 17, 2005 1:39 am
Location: Sweden

Runtime Error

Post by Bj »

Hi.

Is there any way to get information about where/why a program fails? "Runtime Error" alone is not very helpful and frankly I don't think the point of problem solving at this site is to guess, rewrite the code (repeat) until my compiler and the judge agrees what's correct.

Cheers!
LPH
New poster
Posts: 34
Joined: Mon Nov 17, 2003 10:41 am

Post by LPH »

The old Judge status system (which is still running now at here) will say why it's crashed (its signal) when received a Runtime Error (like SIGSEGV or SIGFPE).
Can the new status system add in this feature?
LPH [acronym]
= Let Program Heal us
-- New Uncyclopedian Dictionary, Minmei Publishing Co.
Bj
New poster
Posts: 24
Joined: Mon Oct 17, 2005 1:39 am
Location: Sweden

Post by Bj »

Thanks, that's very useful!
Post Reply

Return to “Other words”