Re: A call to an OS Function failed??



Global wrote:

Hi, I run into this error once in a while. It happens when application is doing nothing but showing its form, but no actions or anything is performed. I run application and IDE at the same time (by clicking application icon, not under debugger). So, once in a very large while, it will display this message, exception handler is constomized, so I get more info. What is this, and how do I track this thing down??

---------------------------
My App
---------------------------
A call to an OS function failed.

(TID:6800) - 0x00467E00 - 0x00000000
Type: "EOSError" Origin: "TApplication"
---------------------------
OK Help
---------------------------


it means, that while in one of the OS functions, an
Exception was fired off and your app caught it with
no direct local area to trace it too.
I've seen this before when other software caused problems.
things like Floating point operations etc..
Or some resource was unexpectedly not available at the
time of call and the OS does not have any code to handle this
unexpected problem. Almost sounds like a hardware driver.


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.



Relevant Pages

  • Re: A call to an OS Function failed??
    ... Exception was fired off and your app caught it with ... no direct local area to trace it too. ... I've seen this before when other software caused problems. ... unexpected problem. ...
    (alt.comp.lang.borland-delphi)
  • Re: Application "Nuked"
    ... > in a main thread you get stack overflow exception handled by the ... > default app exception handler. ... You may also want to try an alternate memory manager. ...
    (borland.public.delphi.non-technical)
  • Re: Application "Nuked"
    ... Should be easy to create a test to verify it. ... Read that somewhere too, now just created a very simple test app for this, ... in a main thread you get stack overflow exception handled by the default app ... exception handler. ...
    (borland.public.delphi.non-technical)
  • Re: Direct I/O
    ... If it's a 16-bit app, you could use an NTVDM VDD. ... some kind of exception handler (perhaps via a program acting as a debugger) ...
    (microsoft.public.development.device.drivers)
  • Problem with CException
    ... I'm running Windows XP Professional, ... I built a sample project using the App Wizard. ... What could cause my exception handler to be ignored? ...
    (microsoft.public.vc.ide_general)