03-26-2008 12:58 AM
03-26-2008 08:31 PM
03-27-2008 05:46 AM
First of all thank you for the reply.
I will answer to your questions now:
The rules you mentioned at first are in use meaning that the panels are loaded and discraded in the same thread where they were created.
Regarding any child -parent relationships between the panels i have no such panels defined. This will answer to question number (2) also.
(1) Please see attachment called gpf.bmp.
Also Debug1 contains the code that generated the gpf (an attempt to read from address D9016936 with it's out of the addressable space for the process)
and Debug2 to see the calling function for the code that generated the GPF.
(3) Yes the address is every time the same.
(4) Unfortunately it is very difficult for me to post here the application.
(5) See attachment in the next reply called Flow.jpg
03-27-2008 05:47 AM
03-27-2008 06:56 AM
The GPF message box identifies line 575 of interface.c as causing the problem - can you post a bit of the code around this area? It might show something interesting, or at least provoke some more questions.
JR
03-27-2008 07:41 AM
03-27-2008 05:05 PM
03-28-2008 04:50 AM
04-02-2008 04:48 AM
Finally i managed to remove a very big part of the project and only to keep the parts where it still generates GPF.
I modified the main function in such way that the code runs only one time.
You must try to run a few times (sometime i run about 20 times) until it generates the GPF.
See attachment
04-03-2008 08:01 AM