Discussion:
exit number 13
(too old to reply)
Skarlman
2004-08-03 06:26:21 UTC
Permalink
hi,
I'm currently working on a program for the psion workabout, written in
Oval.
The problem is that the program crashes after one of the forms has loaded
(and exited the load procedure, which makes it extra strange since it
shouldn't be executing any code)
It's not a regular error that can be caught in oval it's something more
serious.
It says something like:

OVRUN.$12
---------
Process exited
Exit number 13

Continue
[ESC]

Anyone have any clues of what it might be?
(It can have something to do with database access, but It's just a loose
shot.
Steve Cotton
2004-08-05 23:37:48 UTC
Permalink
Post by Skarlman
I'm currently working on a program for the psion workabout, written in
Oval.
The problem is that the program crashes after one of the forms has loaded
(and exited the load procedure, which makes it extra strange since it
shouldn't be executing any code)
It's not a regular error that can be caught in oval it's something more
serious.
OVRUN.$12
---------
Process exited
Exit number 13
That's a bug in C code of the Oval interpreter. The OS is
spotting it and killing the buggy app (Oval, not yours). Your
only hope may be to juggle around the code of your app until you
hit a combination that doesn't trigger Oval's bug.

Try Googling usenet for "oval p a n i c 13". (Take the obvious
spaces out, as there's no useful information in this message I
don't want to add it to the search results you'll get.)

Steve
--
All multipart email to my From: address is dropped.
Remove the number from it to avoid this filter.
Loading...