473,399 Members | 4,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

NTDLL.DLL

Are the debug symbols for 'c:\WINNT\system32\NTDLL.DLL'
available anywhere? I am debugging a multi-threaded
application and it appears to get hang in NTDLL.

Any help would be appreciated.

Thanks!
Nov 16 '05 #1
2 8054
This dll is part of the windows kernel, and you usually don't have to worry
about it. There are some situations, however, where your program may seem to
hang exactly there.
Try the following: First, go to Tools->Options->Debugging->Native and Check
"Load DLL Exports", this gives some meaning to the addresses in *all* dlls
and is very usefull. Then, look at the call stack when you program seems to
hang. All calls to NTDLL go through the kernel32.dll, so you have a hint
what you where doing when your program hung.
Another tip: If the call stack says that your program hangs in a function
called WaitForCriticalSection or something similar, you have a
deadlock-problem.

"Tim Peer" <ti******@yahoo.com> schrieb im Newsbeitrag
news:04****************************@phx.gbl...
Are the debug symbols for 'c:\WINNT\system32\NTDLL.DLL'
available anywhere? I am debugging a multi-threaded
application and it appears to get hang in NTDLL.

Any help would be appreciated.

Thanks!

Nov 16 '05 #2
Use Microsoft Symbol Server - this will automatically download correct
symbols on the fly.

Jan

"Tim Peer" <ti******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Are the debug symbols for 'c:\WINNT\system32\NTDLL.DLL'
available anywhere? I am debugging a multi-threaded
application and it appears to get hang in NTDLL.

Any help would be appreciated.

Thanks!

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: julio | last post by:
I have my visual basic .NET environment crashing quite often. I have also a large application developed using it that seems to work just fine, but under heavily testing it sometimes randonly...
5
by: Phil Grimpo | last post by:
I have a very odd situation here. I have an administration page, where based on a users permissions, a recordset is called from the SQL server which has a list of paths to "Module Menus". Each of...
2
by: Olaf | last post by:
I'm writing an application that can disable and enable a given network adapter (NIC) using C#. I realize that this can be handled using netsh.exe, but I don't want to call a process for an...
1
by: ashutosh | last post by:
Hello all Fellow Programmers! I am making a Dll which Use Symbol from Kernel.dll or rather say NTDLL.dll. every time i execute my Exe it fails on symbol(Function) exported by Ntdll.dll when I...
0
by: tobias | last post by:
I have written an application, which ran nicely on two different computers until today. No I start my application in the comand window and it just exits without any error message. I started visual...
1
by: mpbejo | last post by:
I have an application developed with VisualBasic 2005 that use .Net Framework 2.0. This application works 24 Hours day, 7 days at week. It works fine but sometimes (every two/three days) the...
1
by: lawazia | last post by:
while running a VC++ code I hot error : NTDLL.DLL not found and every VC++ project is failing to run. I am working on this project for a month It was working fine till today. Now I dont...
1
by: architavakharia | last post by:
Hi all, I am getting crash in ntdll.dll just after CDialog::OnOK(); function. It is not getting crashed everytime. Application is multithreaded, but it is after i have added new thread. In that I...
7
by: souravmallik | last post by:
Hello, I am using MS VC++ 6.0 in a win xp sp2 os. I'm getting a error NTDLL.DLL - 0xC00000005: Access Violation. Can any one tell me whats this error means? Is there any patch related...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.