Exception on termination
|
10-31-2013, 07:34 PM
Post: #1
|
|||
|
|||
Exception on termination
Hello there,
I'm running into an annoying Problem. I'm using Delphi 2010 (RAD Studio) and installed Instrument-Lab directly downloaded from here. These components are terrific, enough said However, when terminating my program, an Exception is thrown: Access violation @$77678E19 in module ntdll.dll, write of Address $14. Okay, this Message doesn't help, I know. I'm using madExcept and this fine piece of code gives a lot of more information - including the fact, this error occurs inside these components: Code: main thread ($1abc): What am I doing wrong with just terminating my program ? Did I miss any specific cleanup-procedures ? Complete Bugreport attached here for further studies. Thanks for help ! |
|||
10-31-2013, 07:38 PM
Post: #2
|
|||
|
|||
RE: Exception on termination
Hi! Do you get the same result when running one of the IL demos?
Regards, Dave |
|||
11-03-2013, 04:56 AM
(This post was last modified: 11-03-2013 05:19 AM by OlafSt.)
Post: #3
|
|||
|
|||
RE: Exception on termination
I had to test this. So I fired up Delphi (which opens my project automatically) and immediately closed this Project - resulting in exactly the same Error. Maybe we're hunting ghosts here and we're fiddling around with a compiler Bug.
In the end none of the examples showed this problem. Not when terminating that example and not when closing the project. This error is extremely weird, as it occurs after the final "end;" of my FormDestroy-procedure. I can see how the modules get unloaded, but then: Module loaded: PROPSYS.dll Module loaded: NTMARTA.dll Module loaded: WLDAP32.dll (What may this be good for ?) Then a Thread gets started and terminated immediately and the error pops up. This is reproduceable and always the same, except for the ThreadID (of course ). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)