Re: debugging/ NTDLL.DLL/ and more
- From: "marco 2" <rebel-6-out@xxxxxxxxx>
- Date: Fri, 20 Jan 2006 01:01:15 +0100
can you explain, please?
1. where/how do i get good symbols for the OS binaries?
i have installed windows symbols from microsoft.com (debugging),
but i don't see them in my disassembly.
2. and what means "posting a stack"? do you mean,
putting a message in the newsgroup with a copy of the call stack?
3. what means "thunk" in: "....and thunk against the native calls......"?
regards,
mk
"Ivan Brugiolo [MSFT]" <Ivan.Brugiolo@xxxxxxxxxxxxxxxxxxxx> schreef in
bericht news:%23VU91CVHGHA.3532@xxxxxxxxxxxxxxxxxxxxxxx
> ntdll.dll is a core OS module responsible to implement
> runtime functions (String Conversion, Heap management, Generic containers)
> and thunk agaisnt the native calls implemented in the kernel.
>
> In 99.99% of the cases, a problem in ntdll.dll is a consequence of
> a programming error in the application, that causes the internal state
> of the runtime in ntdll.dll to get corrupted.
>
> First thing that would come to mind is a heap corruption.
> If you could get good symbols for the OS binaries, and post a stack,
> maybe few people could be able to help.
>
> --
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Use of any included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
>
> "marco 2" <rebel-6-out@xxxxxxxxx> wrote in message
> news:43d0111d$0$12831$ba620dc5@xxxxxxxxxxxxxxxxxxxxxx
>> hi everybody!
>>
>> please help!
>>
>> in my vstudio 2005 solution i recieve an error when i start
>> without debugging.
>> it's an unhandled excpetion - access voilation - reading from 0x0000
>> - inside NTDLL.DLL
>>
>> 1. what is/does ntdll.dll?
>> 2. how should i resolve/debug this error???
>> i have little or no experience in debugging, especially
>> in vc++ and winXP, so please tell me how to debug this
>> and other things! years ago i worked in motorola and pentium assembly,
>> and i knew how to debug it, but not inside vstudio 2005.
>>
>> regards,
>>
>> marc k.
>>
>>
>
>
.
- Follow-Ups:
- Re: debugging/ NTDLL.DLL/ and more
- From: Scherbina Vladimir
- Re: debugging/ NTDLL.DLL/ and more
- From: Ivan Brugiolo [MSFT]
- Re: debugging/ NTDLL.DLL/ and more
- References:
- debugging/ NTDLL.DLL/ and more
- From: marco 2
- Re: debugging/ NTDLL.DLL/ and more
- From: Ivan Brugiolo [MSFT]
- debugging/ NTDLL.DLL/ and more
- Prev by Date: Re: Managed C++ silently ignores my array assignment
- Next by Date: sprintf does not round floating point numbers
- Previous by thread: Re: debugging/ NTDLL.DLL/ and more
- Next by thread: Re: debugging/ NTDLL.DLL/ and more
- Index(es):
Relevant Pages
|