Commented Issue: [pykd_ext_2.0] dbgCommand('q') leads to windbg hung [14066]
Run this script:```pykd.dbgCommand('q')```Expected: debug session is closedIn fact: windbg is hangComments: ** Comment from web user: ussrhero ** fixed in 2.0.0.9 version
View ArticleEdited Issue: [pykd_ext_2.0] dbgCommand('q') leads to windbg hung [14066]
Run this script:```pykd.dbgCommand('q')```Expected: debug session is closedIn fact: windbg is hang
View ArticleCreated Unassigned: [0.3.x, 0.2.x] windbg hangs and crashes on threads and...
when executing a simple python script like the following, windbg executes the first line of code in the threaded function, then hangs and crashes itself```import pykdfrom threading import Threaddef...
View ArticleCommented Unassigned: [0.3.x, 0.2.x] windbg hangs and crashes on threads and...
when executing a simple python script like the following, windbg executes the first line of code in the threaded function, then hangs and crashes itself```import pykdfrom threading import Threaddef...
View ArticleCommented Unassigned: [0.3.x, 0.2.x] windbg hangs and crashes on threads and...
when executing a simple python script like the following, windbg executes the first line of code in the threaded function, then hangs and crashes itself```import pykdfrom threading import Threaddef...
View ArticleCommented Unassigned: [0.3.x, 0.2.x] windbg hangs and crashes on threads and...
when executing a simple python script like the following, windbg executes the first line of code in the threaded function, then hangs and crashes itself```import pykdfrom threading import Threaddef...
View ArticleSource code checked in, #91182
[0.3.2] added : getTypeFromSource ( create typeInfo class from C/C++ source code ) [0.3.2] added : getTypeInfoProviderFromSource ( create typeInfo provider from C/C++ source code )
View ArticleUpdated Release: PYKD 0.3.2.0 (фев 27, 2017)
Supported Python VersionPython 2.7 x86/x64Python 3.5 x86/x64Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleReleased: PYKD 0.3.2.0 (Feb 27, 2017)
Supported Python VersionPython 2.7 x86/x64 Python 3.5 x86/x64 Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleUpdated Release: PYKD 0.3.2.0 (фев 27, 2017)
Supported Python VersionPython 2.7 x86/x64Python 3.5 x86/x64Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleCreated Issue: [0.3.2] getTypeFromSource crashes windbg on [14070]
This code raises debug exception:```print getTypeFromSource("#include <ntddk.h>\n", "_KPROCESS", '-I\"C:/Program Files (x86)/Windows Kits/10/Include/10.0.14393.0/km')```80000003 Exception in...
View ArticleEdited Issue: [0.3.2] getTypeFromSource crashes windbg on [14070]
This code raises debug exception:```print getTypeFromSource("#include <ntddk.h>\n", "_KPROCESS", '-I\"C:/Program Files (x86)/Windows Kits/10/Include/10.0.14393.0/km')```80000003 Exception in...
View ArticleReleased: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (июн 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleCreated Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleCommented Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View Article