|
On Wed, 3 Dec 2008 13:49:00 -0800, Ashwani <Ashwani@discussions.microsoft.com
I am attempting to use srcsrv (with perforce) to source index my project and
then use WinDbg/Visual Studio to pull up the correct version of the source
code.
I am ...
Started by Ashwani on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Try running windbg with the -n command line switch, examine the output, and
share to use srcsrv (with perforce) to source index my project and
then use WinDbg/Visual Studio to pull up and debug the same exe in Windbg.
Ashwani.
|
|
On Fri, 4 Jul 2008 03:48:01 -0700, George <George@discussions.microsoft.com
Hello everyone,
When I use bu or bm to set a breakpoint into a process running C#, there is
always error message like -- "Operation not supported by integrated managed...
Started by George on
, 12 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
However, to handle managed code
as managed code WinDbg needs.
John Robbins
wrote an introduction you may be
inspected/manipulated by WinDbg as needed.
To load sos.dll to make WinDbg work with managed code.
|
|
My assemblies that wrap a third-party DLL work fine in my windows test harness app, and they also work fine in a web service when spawned in debug mode (VS 2008 Visual Studio Development Server)! However, the app always crashes when running in the local...
Started by Scott Fletcher on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Using WinDbg, I have tracked.
Think this is a programming question anymore, so I am 'answering' it .
|
Ask your Facebook Friends
|
On Mon, 2 Mar 2009 14:46:22 -0800, "pat styles [microsoft]" <pat.styles@microsoft.com
Hello Rob.
Skipping the creation of the client-server file mapping was something that
was considered. At the time, it seemed best to be thorough because it ...
Started by pat styles [microsoft] on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I am not going....
Visual Studio also uses the Source Server
module!
I am a little confused: Your last statement was: WinDbg does not support
managed code at all
if any support for managed code.
Is how well
windbg supports managed code.
|
|
On Fri, 27 Feb 2009 10:46:27 -0800, "pat styles [microsoft]" <pat.styles@microsoft.com
Hi Rob.
Interesting. I remember your solution. BTW, I am confident that a script
could have been written to support PVCS. I have no experience with Vault...
Started by pat styles [microsoft] on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
I am not....
Visual Studio also uses the Source Server
module and also a little confused: Your last statement was: WinDbg does not support
managed code at all (and will never support for managed code.
Well
windbg supports managed code.
|
|
On Thu, 26 Feb 2009 11:30:33 -0800, "pat styles [microsoft]" <pat.styles@microsoft.com
Hello Peter.
I am pretty sure there is no ClearCase solution for you. I can't promise
this is so, but I was told years ago that the ClearCase system has
attributes...
Started by pat styles [microsoft] on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Visual Studio also uses;nospam-Jochen.Kalmbach@holzma.de
Hi pat!
I am a little confused: Your last statement was: WinDbg does not support, the baseline debugger....
What is questionable is how well
windbg supports managed code.
Managed code.
|
|
When you look for memory leaks using some kind of "tool" like, for example, WinDbg, GlowCode or even the integrated Visual C++ leak reporter, what types of false positives can be reported?
In fact, GlowCode warns you against false positives. Depending...
Started by David Alfonso on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This memory could be leaked, but it could be just memory that is allocated for the entire lifetime of the application and never released explicitly (a questionable... .
The general approach of memory debuggers is to report all allocated memory at program exit .
|
|
I'm thinking of rewriting a brand new VB.NET application in VB 6.
The application runs under terminal services and makes heavy use of COM.
For some reason, there is random weirdness with the application -
Random Access Violation errors (WinDbg exception...
Answer Snippets (Read the full thread at stackoverflow):
We typically would use a ....
But TS on a VM is probably taking a big hit .
So you're running under terminal services on one of the VMs? How many other TS users on that same VM? I would worry more about terminal services peculiarites than VM peculiarities .
|
|
A single server has started to sometime leave zombie w3wp.exe processes when trying to recycle. A new process is spawned properly and everything seems to work, except the old processes are still present and take up memory. Task manager reports there's...
Started by Mark S. Rasmussen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You can drill into that at the top level of IIS and open "Worker Processes" and then... .
It may turn up a pattern or lead.
Check RSCA to see if it still has a handle to that app pool and can tell you if there are any running pages still .
Impressive research.
|
|
Hey, first post in this forum.
After reading several other threads with similar problems as mine, I finally installed the windbg tool. I can't seem to get the symbols to work (it says), but I can read the suggested file causing trouble. Now, I only have...
Started by Luxius on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at sevenforums):
Loading Dump File [D:\Kingston\BSODDmpFiles\Luxius\042912-17378-01.dmp] Mini Kernel Dump File: Only registers and stack trace are... .
All rights reserved.
Code: Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64 Copyright (c) Microsoft Corporation .
|