FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper How can I check what is the GPF error?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How can I check what is the GPF error?
Posted: Wed Sep 20, 2006 06:35 PM

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

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: How can I check what is the GPF error?
Posted: Wed Sep 20, 2006 08:29 PM

Start putting some alerts to identify the last line that is executed before the GPF.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How can I check what is the GPF error?
Posted: Wed Sep 20, 2006 09:09 PM

Dutch,

Please create a MAP file using MAP A,S from the LNK file, and search for the GPF address into the MAP file.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Thanks a lot
Posted: Thu Sep 21, 2006 01:50 AM

Dear Enrico,

Thanks, I'll try to check it.

Dear Antonio,

Thanks, And TSocket is working now with build Sep 13.

Best regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Got GPF error
Posted: Thu Sep 21, 2006 03:42 AM

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

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
Re: Got GPF error
Posted: Thu Sep 21, 2006 07:56 AM
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,
Badara Thiam
http://www.icim.fr
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How can I check what is the GPF error?
Posted: Thu Sep 21, 2006 11:18 AM

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

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion