You are here:
Home
Search
Main Menu
Home
Documents
Documents
Applications and Tools
Applications and Tools
Forum
Miscellanea
Who Visits Us?
Contact & Imprint
Search Our Site
- All -
Search Articles
Search Forum
RSS Feeds
Front Page
Documents
Applications and Tools
Forum
Search
Search Keyword:
Search
All words
Any words
Exact Phrase
Select the content to include in your search:
Articles:
Forum:
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Total: 25 results found.
Search Keyword
thread
. Search for it with
Display #
5
10
15
20
25
30
50
100
All
Results 1 - 25 of 25
1.
Common WinDbg Commands (Thematically Grouped)
(Documents/Command Lists)
... memory ranges 4) Expressions and commands 12)
Thread
related information 20) Memory: Heap 5) Debugger markup language (DML) 13) Breakpoints 21) Application Verifier 6) ...
2.
WinDbg. From A to Z!
(Documents/Presentations)
... in WinDbg (22) Configuring symbols and sources in WinDbg (24, 25) WinDbg window options (33) DML: Debugger Markup Language (35) Processes and
thread
s on Windows (26, 27, 29) ...
3.
!mlocks hung interpretation help needed
(Forum/Crash Dump Analysis )
... of ReaderWriterLock locks... Scanning for ReaderWriterLockSlim instances... Scanning for holders of ReaderWriterLockSlim locks... Examining CriticalSections... Clr
Thread
Dbg
Thread
Os
Thread
LockType ...
4.
ASP hang
(Forum/Crash Dump Analysis )
... 80000003 (Break instruction exception) ExceptionFlags: 00000000 NumberParameters: 0 FAULTING_
THREAD
: 00000000000068c8 DEFAULT_BUCKET_ID: ZEROED_STACK PROCESS_NAME: w3wp.exe OVERLAPPED_MODULE: ...
5.
AVIStreamWrite exception.. need help !!
(Forum/User-Mode Debugging)
I got one excpetion when trying to create AVI file using AVIstreamWrite API. Normally it works fine but i have one another
thread
sometimes working in parallel to this
thread
and at that time some exception ...
6.
Common WinDbg Commands (Thematically Grouped)
(Forum/Article Discussions)
** This
thread
discusses the content article: Common WinDbg Commands (Thematically Grouped) ** ...
7.
CrashMe Application
(Forum/Article Discussions)
** This
thread
discusses the content article: CrashMe Application ** ...
8.
Function offsets and return address in callstack
(Forum/User-Mode Debugging)
... 00c11465 ? Is this always rule when inspecting callstack information for a
thread
in windbg (assuming callstack information is valid and also correct symbols are loaded)? An example of this would be very ...
9.
function plus offset question
(Forum/Crash Dump Analysis )
Hi, when I'm looking at a
thread
s call stack what do the numbers after the function mean? As indicated below as libxx!classxx::Perform+0x4fe and libxx!classxx::Perform+0x60c what are the +0x4fe ...
10.
Minidump error
(Forum/Crash Dump Analysis )
... e0949b7c 00000000 00000000 00000000 hknlgi+0x3fb eeb9dddc e088e062 f3a552d0 00000000 00000000 nt!PspSystem
Thread
Startup+0x2e 00000000 00000000 00000000 00000000 00000000 nt!Ki
Thread
Startup+0x16 STACK_COMMAND: ...
11.
Random Thread getting stuck
(Forum/User-Mode Debugging)
... one
thread
per pair of audio streams (2 streams because its stereo). This means our app can use upto about 1006
thread
s (There are a few
thread
s in additon to the audio receiving
thread
s). Each Audio ...
12.
Re: break on driver load - question from kam
(Forum/Article Discussions)
... 80538789 80000748 00000000 8a8e8640 nt!IopLoadUnloadDriver+0x45 ba507dac 805cff72 ae22acb0 00000000 00000000 nt!ExpWorker
Thread
+0xef ba507ddc 8054611e 8053869a 00000001 00000000 nt!PspSystem
Thread
Startup+0x34 00000000 ...
13.
Re: Determing cause of access denied - USN Journal
(Forum/Kernel-Mode Debugging)
... (= 0x886661bc) No Mdl: System buffer=887e9400:
Thread
88600020: Irp stack trace. cmd flg cl Device File Completion-Context >[ d, 0] 4 0 8a6c2020 8a70e130 00000000-00000000 \FileSystem\Ntfs ... A ...
14.
Re: Finding undocumented swtiches
(Forum/General Questions)
Hi Will, what do you mean by undocumented switches? C++ switch-case statements, complier and linker switches, or something else? Do you have sources of these poorly documented applications or just the ...
15.
Re: Memory Access errors in the Kernel
(Forum/Kernel-Mode Debugging)
Thanks for the help! I learned a bit about SYSENTER and was using... rdmsr 176 bp /t @$
thread
addr ...as a one-shot break point on going into the Kernel, but I will have to give your bp script a ...
16.
Re: Memory Access errors in the Kernel
(Forum/Kernel-Mode Debugging)
... via the .process or .context command. There a few concepts that you should understand about a multitasking and multi
thread
ing environment, about paging, process address spaces, virtual memory, address ...
17.
Re: Random Thread getting stuck
(Forum/User-Mode Debugging)
Hi Ben, Have you solved this problem? According to the call stack, the
thread
is waiting for something. If you can attach a debugger, try kb and !handle to see the objects which block the
thread
. ...
18.
Re:Can all commands be watched with WinDbg
(Forum/General Questions)
... that ntdll: a) is involved in creating a virtual address spaces for your process b) loads kernel32, gdi32 and other system DLL into the just created virtual address space c) creates the main/first
thread
...
19.
Re:How do source code files help?
(Forum/Debugging of Managed-Code )
Hi Will, we are somewhat out of luck here, I'm afraid. By default WinDbg doesn't support debugging of managed code natively - at least not in its public releases. See explanation here: No CLR support ...
20.
Re:RSS Feed
(Forum/Suggestion Box)
I see it now. Maybe adding it to the set of icons on the top left (new
thread
, reply, un/subscribe, favorite) or right side (above Forum Tools) would have gotten my attention. It was hiding from me. ...
21.
StackOverFlowException in .Net
(Forum/Crash Dump Analysis )
... Int32, Int32)+0x24e 0019F1F4 664D8957 System_Windows_Forms_ni!System.Windows.Forms.Application+
Thread
Context.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)+0x177 0019F248 664D87A1 ...
22.
WinDbg !threads for ASP.NET 4 memory dump
(Forum/Debugging of Managed-Code )
!ASPXPages from psscor4 doesn't display
thread
ID's for
thread
s that are queued or completed. However !
thread
s seems to show a
thread
ID all the time. Does it include
thread
s that are queued? idle in the ...
23.
WinDbg psscor4 !ASPXPages -ip not listing anything
(Forum/Debugging of Managed-Code )
... Client IP Server IP
Thread
Id Total 42 HttpContext objects This command output list just the headers and no values compared to !ASPXPages which fills in the normal output ...
24.
WinDbg showing Wrong Info
(Forum/User-Mode Debugging)
I've got a program that I'm trying to debug but when I attach WinDbg to the process and look at the call stack for the
thread
that I'm interested in I sometimes see that the 'this' pointer is NULL, or ...
25.
WinDbg. From A to Z!
(Forum/Article Discussions)
** This
thread
discusses the content article: WinDbg. From A to Z! ** ...
top of page
Copyright © 2024 WinDbg.info. All Rights Reserved.
Page generated in 0.0010 seconds.