exit codes Good morning...
My todays question is: what does the exit codes in board mean?
forced terminate INT 0E or whatever... where is a list of codes?
THX
Mario79- 07-19-2006
derPENGUIN
You ask about an error code, which is output in the application BOARD or something another?
hidnplayr- 07-19-2006
forced terminate happens when there is a bug/error in your program, i dont know what the exact codes mean neither
EDIT: i asked your question on IRC and got the following answer:
INT: describes type of the error (0xD is general protection fault, 0xE is page fault, 0x0 is division by zero...)
Interrupts and Exceptions, Ralf Brown's interrupt list
PID: Process ID (unique number of your process in kolibri)
EIP: adress of next command
derPENGUIN- 07-19-2006
Much thanks. I think, I should join the IRC asap.
ok, I joined the IRC, but it is a russian one O.O ... thats a little bit hard to me...
OK, another question. Are there generel hints, how to avoid such page faults? In fact, I get it, when I press a key in my app. A key handler is not defined yet. I dont know, where to search.
hidnplayr- 07-20-2006
it is just because your key handler is not defined that your application crashes,
if you dont want to use keys, you can disable them using function 40
most people on that IRC channel know english too, just lets them hear your voice ;)
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.