由买买提看人间百态

topics

全部话题 - 话题: ntdll
(共0页)
p**5
发帖数: 2544
1
4: kd> !analyze -v
****************************************************************************
***
*
*
* Bugcheck Analysis
*
*
*
****************************************************************************
***
CRITICAL_PROCESS_DIED (ef)
A critical system process died
Arguments:
Ar... 阅读全帖
m********a
发帖数: 1312
2
来自主题: Programming版 - g++ for Windows
从所需的dll来看mingw的g++比cygwin的要省些麻烦,因此一直用mingw g++。
$ cygcheck g++
Found: c:\MinGW\bin\g++.exe
c:\MinGW\bin\g++.exe
C:\WINDOWS\system32\KERNEL32.dll
C:\WINDOWS\system32\ntdll.dll
C:\WINDOWS\system32\msvcrt.dll
C:\WINDOWS\system32\USER32.dll
C:\WINDOWS\system32\GDI32.dll
$ cygcheck /usr/bin/g++.exe
C:\cygwin/bin\g++.exe
C:\cygwin/bin\cygwin1.dll
C:\WINDOWS\system32\ADVAPI32.DLL
C:\WINDOWS\system32\ntdll.dll
C:\WINDOWS\system32\KERN
U********d
发帖数: 577
3
来自主题: Programming版 - C++ delete
看了半天我明白你的意思了,你觉得要跑在ring0的才算OS吧?我看你在OS后面加了个
括号注明了kernel。你有一个前提条件os==kernel,然后因为很明显的一个原因:
"OS libraries such as user32.dll, kernel32.dll, ntdll.dll are NOT kernels"
所以
user32.dll, kernel32.dll, ntdll.dll 不算OS。所以我说kernel32什么的算OS的一部
分是错误的。
好吧,这个推导过程没有问题。老实说我也第一次听说OS==kernel,既然你坚持这个前
提,我觉得我们再扯下去就是鸡同鸭讲了。

.
S**********n
发帖数: 264
4
Driver development under windows mostly also involve kernel development.
Yes, windows do have kernel mode. (Ntdll.dll is part of it). Most of the
Win32 ApI under user mode would invoke kernel mode functions(unpublished
APIs). Sometimes, one could directly use those APIs in user mode code,
those apis started with k**', this practice is not recommended though.
The model used to be WDM, now it is called WDF, short for "What de fcuk"
l*********e
发帖数: 680
5
来自主题: Apple版 - iTunes起不来了
quicktime的出错报告:
EventType : BEX P1 : QuickTimePlayer.exe P2 : 7.65.17.80
P3 : 4afa5828 P4 : QuickTimePlayer.dll P5 : 7.65.17.80 P6 :
4afa5820
P7 : 0000130d P8 : c0000409 P9 : 00000000
Faulting application QuickTimePlayer.exe, version 7.65.17.80, faulting
module QuickTimePlayer.dll, version 7.65.17.80, fault address 0x0000130d.
iTunes的:
AppName: itunes.exe AppVer: 9.0.2.25 ModName: ntdll.dll
ModVer: 5.1.2600.5755 Offset: 0001b21a
Faulting application
w****n
发帖数: 266
6
用openquery 从oracle提取数据到sql server,为什么dash-dash comment outside of
the query也会导致exception access violation,系统生成stack dump.
BEGIN STACK DUMP:

* 09/17/05 01:01:37 spid 59

*

* ... 阅读全帖
p*****s
发帖数: 344
7
来自主题: Linux版 - 用了几天windows7
Uniprocessor Boot Image
Linux bare minimal needs, vmlinuz 1.7MB
Windows bare minimal needs 9.9MB:
kernel mode (no drivers) NTOSKRNL.EXE, HAL.DLL, GDIPLUS.DLL, WIN32K.SYS
6.9MB
+ user mode (no drivers) NTDLL.DLL, KERNEL32.DLL, USER32.DLL, CSRSS.EXE
3MB
http://widefox.pbworks.com/Boot
r**c
发帖数: 2235
8
Event Type: Error
Event Source: Microsoft Internet Explorer
Event Category: None
Event ID: 1000
Date: 6/1/2003
Time: 12:49:14 PM
User: N/A
Computer:
Description:
The description for Event ID ( 1000 ) in Source ( Microsoft Internet Explorer
) cannot be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote computer.
The following information is part of the event: iexplore.exe, 6.0.2800.1106,
ntdll.dll, 5.0.2195.6685, 000
c**t
发帖数: 2744
9
来自主题: Windows版 - WinLogon.exe consumed too much memory
Image Name PID Modules
========================= ====== ===========================================
==
winlogon.exe 500 ntdll.dll, kernel32.dll, ADVAPI32.dll,
RPCRT4.dll, AUTHZ.dll, msvcrt.dll,
CRYPT32.dll, USER32.dll, GDI32.dll,
MSASN1.dll, NDdeApi.dll, PROFMAP.dll,
NETAPI32.dll, USERENV.dll, PSAPI.DLL,
A*****s
发帖数: 13748
10
國內賣的T60,原來的硬盤掛了,連那個recovery的分區都丟了
我就設想搞一個中文版聯想OEM的光盤(IBM的OEM不能用了),用機身背面的key安裝
首先遇到問題,安裝的時候總是出現如下錯誤提示:
unknown hard error \systemRoot\system32\ntdll.dll
這是怎么回事?
難道因為我原來安的VLK系統沒格干凈?
謝謝
(共0页)