NetTalk Central

Author Topic: Odd issue in NT8.26  (Read 1672 times)

debzidoodle

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
    • Email
Odd issue in NT8.26
« on: September 24, 2014, 12:20:10 PM »
Hi Bruce,

An odd thing is happening in 8.26.  I went from 8.24 to 8.26, and 8.26 is having a threading issue. 
I started the server at 10:05am, at about 11:30am I noticed the memory was running about twice what it normally does, but it was still serving the pages out fine.  Looked at the threads, and the thread count was not going below 7 on the Performance tab.  Normally in a case like this it stops serving out the pages, but it was running fine.
But by 12:55pm the server memory tapped out at 2059 mb and the server closed down but did not write a gpf report.
I have attached some screen shots, 2 are of the server itself, and the other is from my monitoring app.


[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Odd issue in NT8.26
« Reply #1 on: September 25, 2014, 06:35:17 AM »
so it seems like 1 (or more I guess) requests are resulting in a thread which does not end.
what I do in this case is scroll back in the log to see what was the "last" request on a specific thread number. That way you can see if there's a common thread - which perhaps takes you to a procedure that has an endless loop or something.

cheers
Bruce