473,396 Members | 2,050 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.NET Windbg with SOS.dll

Hi

I am trying to use Windbg with SOS.dll on VS 2003 by following the article "SOS:It's Not Just an ABBA Song Anymore" at http://msdn.microsoft.com/msdnmag/issues/03/06/Bugslaye

I tried the ".load sos" and the command extension of SOS comes up when typing "!help". I assumed that SOS was loaded; however when issuing the command "!Threads". I got the following response

"No valid SOS data table found"

How can I solve this problem.

Best regards
Mich
Jul 21 '05 #1
14 7943
Hello Mich,

Thanks for your post. You may need SOS.wks.*.bin files which is contained
in the following download:

Debugging Tools Download
http://www.microsoft.com/downloads/d...&FamilyID=7C6E
C49C-A8F7-4323-B583-6A7A6AEB5E66

Please install it and check if it works. In addition, I believe this issue
is most appropriate for the following newsgroup:
microsoft.public.vsnet.debugging

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #2
Hello Mich,

Thanks for your post. You may need SOS.wks.*.bin files which is contained
in the following download:

Debugging Tools Download
http://www.microsoft.com/downloads/d...&FamilyID=7C6E
C49C-A8F7-4323-B583-6A7A6AEB5E66

Please install it and check if it works. In addition, I believe this issue
is most appropriate for the following newsgroup:
microsoft.public.vsnet.debugging

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #3
What version of Windbg and sos.dll are you talking about? And especially
what version is getting loaded?
And what exactly do you mean with "Windbg with SOS.dll on VS 2003 "?
You can use windbg with sos.dll or the VS2003 debugger with sos.dll.

Willy.

"mich" <tr****@dis.cc> wrote in message
news:92**********************************@microsof t.com...
Hi,

I am trying to use Windbg with SOS.dll on VS 2003 by following the article
"SOS:It's Not Just an ABBA Song Anymore" at
http://msdn.microsoft.com/msdnmag/is...3/06/Bugslayer

I tried the ".load sos" and the command extension of SOS comes up when
typing "!help". I assumed that SOS was loaded; however when issuing the
command "!Threads". I got the following response

"No valid SOS data table found"

How can I solve this problem.

Best regards,
Mich

Jul 21 '05 #4
What version of Windbg and sos.dll are you talking about? And especially
what version is getting loaded?
And what exactly do you mean with "Windbg with SOS.dll on VS 2003 "?
You can use windbg with sos.dll or the VS2003 debugger with sos.dll.

Willy.

"mich" <tr****@dis.cc> wrote in message
news:92**********************************@microsof t.com...
Hi,

I am trying to use Windbg with SOS.dll on VS 2003 by following the article
"SOS:It's Not Just an ABBA Song Anymore" at
http://msdn.microsoft.com/msdnmag/is...3/06/Bugslayer

I tried the ".load sos" and the command extension of SOS comes up when
typing "!help". I assumed that SOS was loaded; however when issuing the
command "!Threads". I got the following response

"No valid SOS data table found"

How can I solve this problem.

Best regards,
Mich

Jul 21 '05 #5
Hi

I have already posted in vsnet.debugging.
Anyway after downloading and installign dbgnetfx.exe, the problem is still persist

Best regards
Mich
Jul 21 '05 #6
Hi

I have already posted in vsnet.debugging.
Anyway after downloading and installign dbgnetfx.exe, the problem is still persist

Best regards
Mich
Jul 21 '05 #7
Windbg 6.2.0013.0 and SOS.dll 1.1.4322.573
I use .NET framework 1.1 on VS .NET 2003.

From the .chain command, it shows "sos: API 1.0.0, built Fri Feb 21 09:47:40 2003

Jul 21 '05 #8
Windbg 6.2.0013.0 and SOS.dll 1.1.4322.573
I use .NET framework 1.1 on VS .NET 2003.

From the .chain command, it shows "sos: API 1.0.0, built Fri Feb 21 09:47:40 2003

Jul 21 '05 #9
Hmm.. no image version in your chain output?
Anyway, I suggest you download the latest windbg version 6.3.5, it contains
a version of sos.dll that works with .NET 1.0 and 1.1

Willy.

"Mich" <tr****@dis.cc> wrote in message
news:C2**********************************@microsof t.com...
Windbg 6.2.0013.0 and SOS.dll 1.1.4322.573.
I use .NET framework 1.1 on VS .NET 2003.

From the .chain command, it shows "sos: API 1.0.0, built Fri Feb 21
09:47:40 2003"

Jul 21 '05 #10
Hmm.. no image version in your chain output?
Anyway, I suggest you download the latest windbg version 6.3.5, it contains
a version of sos.dll that works with .NET 1.0 and 1.1

Willy.

"Mich" <tr****@dis.cc> wrote in message
news:C2**********************************@microsof t.com...
Windbg 6.2.0013.0 and SOS.dll 1.1.4322.573.
I use .NET framework 1.1 on VS .NET 2003.

From the .chain command, it shows "sos: API 1.0.0, built Fri Feb 21
09:47:40 2003"

Jul 21 '05 #11
The latest that I download from MSDN is not 6.3.5
Where can I get Windbg 6.3.5

Also, it seems to me that the SOS.zip from dbgnetfx.exe is not up to date with the latest debugging tools available on MSDN. I think that's why I can't use sos.dll with .NET framework 1.1.

Thanks you very much
Mich
Jul 21 '05 #12
The latest that I download from MSDN is not 6.3.5
Where can I get Windbg 6.3.5

Also, it seems to me that the SOS.zip from dbgnetfx.exe is not up to date with the latest debugging tools available on MSDN. I think that's why I can't use sos.dll with .NET framework 1.1.

Thanks you very much
Mich
Jul 21 '05 #13
Hi Mich,

The current release of WinDBG is of version 6.2.13.1, while the beta
version is 6.3.11 which can be downloaded at:
http://www.microsoft.com/whdc/devtoo...llx86beta.mspx

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #14
Hi Mich,

The current release of WinDBG is of version 6.2.13.1, while the beta
version is 6.3.11 which can be downloaded at:
http://www.microsoft.com/whdc/devtoo...llx86beta.mspx

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Patrick Matusz | last post by:
How can I create from VB a minidump of my application at runtime for the WinDbg Application from MS? We need this because our application breaks sometime at any state and the stacktrace only shows...
2
by: Itjalve | last post by:
I have a heap problem in my com exe server. When i use windbg as the compiler in application verifier is windbg started and i can press 'g' and the server is running unitil i get the exception. ...
1
by: thejeffross | last post by:
I have a memory problem that keeps causing server resets, so I'm using WinDbg to figure out what the problem is. When I look at the heap, WinDbg tells me that there are over one million XmlText...
12
by: mich | last post by:
Hi I am trying to use Windbg with SOS.dll on VS 2003 by following the article "SOS:It's Not Just an ABBA Song Anymore" at http://msdn.microsoft.com/msdnmag/issues/03/06/Bugslaye I tried the...
1
by: conckrish | last post by:
Hi All, Can anyone tell me how to give the input(object address) to !objsize <address> command in WinDbg .. I have a list of object addresses in a file which is stored in local drive.. How to...
0
by: shan | last post by:
*** ERROR: Module load completed but symbols could not be loaded for crystaldecisions.web.dll *** ERROR: Module load completed but symbols could not be loaded for crystalenterpriselib.dll ***...
0
by: Duncan Smith | last post by:
It seems WinDbg isn't a fan of modules which have the /clr switch applied. If given a mixed MFC app where only one module has the /clr switch applied then all modules can have their sources loaded...
2
by: =?Utf-8?B?QW5kcmV3?= | last post by:
Hello, guys, I could not find WinDbg.exe in my machine, although I installed .net 2005. I seached ms download center with WinDbg keyword, but no luck. Anyone knows which exact web page to...
1
by: madankarmukta | last post by:
Hi, Can anyone tell me the way "How can I debug the process using "windbg.exe" tool from Debugging Tool for Windows ? ". I had a little quest over this but not able to summarize the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.