HighTechTalks DotNet Forums  

Infinite loop in NT.dll

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Infinite loop in NT.dll in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
silent tone
 
Posts: n/a

Default Infinite loop in NT.dll - 10-16-2006 , 11:09 AM






I have a simple console test application that sets up a TCP channel for
remoting and registers an object, and then services requests until I close
it. I've compiled it to target .net 1.1 and 2.0. The problem is that after
a while, in the .net 2.0 version, a thread makes a native API call to
RtlConvertUiListToApiList and will begin to hog the spare cycles of the CPU.
This doesn't happen when the .net 1.1 version runs. I can also initiate the
problem by opening Process Explorer from sysinternals and view the process's
thread properties. I don't have any documentation on the native API and I
can't tell from the stack traces on that thread what is happening. Other
than this behavior, my app works okay. I don't think I'm doing anything
unusual.

Reply With Quote
  #2  
Old   
silent tone
 
Posts: n/a

Default RE: Infinite loop in NT.dll - 10-16-2006 , 03:20 PM






Please disregard this. This seems to be a bug in Process Explorer. The
behavior will appear on any sort of application.

"silent tone" wrote:

Quote:
I have a simple console test application that sets up a TCP channel for
remoting and registers an object, and then services requests until I close
it. I've compiled it to target .net 1.1 and 2.0. The problem is that after
a while, in the .net 2.0 version, a thread makes a native API call to
RtlConvertUiListToApiList and will begin to hog the spare cycles of the CPU.
This doesn't happen when the .net 1.1 version runs. I can also initiate the
problem by opening Process Explorer from sysinternals and view the process's
thread properties. I don't have any documentation on the native API and I
can't tell from the stack traces on that thread what is happening. Other
than this behavior, my app works okay. I don't think I'm doing anything
unusual.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.