NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: Alberto on May 17, 2017, 10:06:33 AM

Title: GPF reading a web page
Post by: Alberto on May 17, 2017, 10:06:33 AM
Hi, migrating from NT8 to NT9
I have a proc copied from the NEtDEmo.app / TestWebClient
I use to work ok but now in some pages Im getting a GPF
Ive activated the NE error logs and you can see what I get in the attached image.
The GPF is en the NetTalk DLL, it keeps looping showing...

[2096] [NetDLL] [6] CallBackWindowSrc() : NTThread Event : 523 end
[2096] [NetDLL] [6] CallBackWindowSrc() : NTThread Event : 523 start

endlesly

Im using a PageString of 500000 bytes but it used to run ok in NT8

What could it be?
Title: Re: GPF reading a web page
Post by: Bruce on May 17, 2017, 10:19:55 PM
>> I use to work ok but now in some pages I'm getting a GPF

Would be helpful to know what the pages are. (you can send the links privately to me if you like.)

Also send the GPF Report maybe?

>> [2096] [NetDLL] [6] CallBackWindowSrc() : NTThread Event : 523 end
>> [2096] [NetDLL] [6] CallBackWindowSrc() : NTThread Event : 523 start

Event 523 is just the timer event on the NetTalk thread window. So that tells you nothing of interest.

>> The GPF is in the NetTalk DLL

The code leading up to the GPF is the most interesting part - which is why the GPF log would be most useful in understanding this.

Cheers
Bruce