Page 1 of 1
How can I check what is the GPF error?
Posted: Wed Sep 20, 2006 6:35 pm
by dutch
Dear All,
How can I check the problem of GPF error? It shows only address xxxx:xxxx. I don't know what is the problem of this error?
Best regards,
Dutch
Re: How can I check what is the GPF error?
Posted: Wed Sep 20, 2006 8:29 pm
by Enrico Maria Giordano
Start putting some alerts to identify the last line that is executed before the GPF.
EMG
Posted: Wed Sep 20, 2006 9:09 pm
by Antonio Linares
Dutch,
Please create a MAP file using MAP A,S from the LNK file, and search for the GPF address into the MAP file.
Thanks a lot
Posted: Thu Sep 21, 2006 1:50 am
by dutch
Dear Enrico,
Thanks, I'll try to check it.
Dear Antonio,
Thanks, And TSocket is working now with build Sep 13.
Best regards,
Dutch
Got GPF error
Posted: Thu Sep 21, 2006 3:42 am
by dutch
Dear All,
I've got GPF error as following
module EZ4.EXE at 0022:4221
and I found the bottom line of .MAP is
..
Program entry point at 001A:4221
I don't know what is concerning between GPF error xxxx:4221 and xxxx:4221 at line last of MAP.
Best regards,
Dutch
Re: Got GPF error
Posted: Thu Sep 21, 2006 7:56 am
by Badara Thiam
dutch wrote:I don't know what is concerning between GPF error xxxx:4221 and xxxx:4221 at line last of MAP.
I you have Blinker, you can analyse map file with Bligpf.exe
When i have a gpf, i do like said Enrico before all, to localise
exactly what is the code line responsable.
Regards,
Posted: Thu Sep 21, 2006 11:18 am
by dutch
Dear All,
I've got strange problem. When I add TSBrowse lib to the program. It will effect the index file routine and got GPF. When I exclude TSBrowse lib, it has no problem.
Have any got this problem.
Thanks&Regards,
Dutch