NetTalk Central

Author Topic: GPF reading a web page  (Read 2406 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1845
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
GPF reading a web page
« 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?
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11170
    • View Profile
Re: GPF reading a web page
« Reply #1 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