<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : All Content - Replay-Based Debugging</title>
    <link>http://communities.vmware.com/community/vmtn/general/guestdebugmonitor</link>
    <description>All Content in Replay-Based Debugging</description>
    <language>en</language>
    <pubDate>Mon, 09 Nov 2009 23:33:15 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-09T23:33:15Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Connecting to x64 target</title>
      <link>http://communities.vmware.com/message/1412845</link>
      <description>Is there a more appropriate community to post this question too?</description>
      <pubDate>Mon, 09 Nov 2009 23:33:15 GMT</pubDate>
      <author>kernelgrunt</author>
      <guid>http://communities.vmware.com/message/1412845</guid>
      <dc:date>2009-11-09T23:33:15Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Host could not participate in VCE after failed CPU replaced</title>
      <link>http://communities.vmware.com/message/1410973</link>
      <description>&lt;br /&gt;
The shame and embarrasement of it all...&lt;br /&gt;
&lt;p /&gt;
Thank you Shrinand for point it out.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">evc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">vt</category>
      <pubDate>Fri, 06 Nov 2009 15:42:42 GMT</pubDate>
      <author>Jawdat</author>
      <guid>http://communities.vmware.com/message/1410973</guid>
      <dc:date>2009-11-06T15:42:42Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging kernel shutdown in a linux guest OS</title>
      <link>http://communities.vmware.com/message/1399620</link>
      <description>&lt;br /&gt;
That version of Windows gdb is the same one that I used unsuccessfully (though mine was from mingw not cygwin). I think you may need a later version.&lt;br /&gt;
&lt;p /&gt;
It's a while since I tried this but I IIRC you are using the wrong IP address -- you need the IP of the VMware virtual network adapter, which on my machine is 192.168.109.1 (I don't know whether that can vary). I didn't find that the IP address I used made any difference, though, I couldn't get debugging from the host to work.&lt;br /&gt;
&lt;p /&gt;
What I eventually did was to create a second linux VM (Debian Lenny, as it happens, I don't think it should matter what distro you use as long as it has a recent gdb) and run gdb in that VM. That enabled me to debug my first VM (using 192.168.109.1 as the remote IP).&lt;br /&gt;
&lt;p /&gt;
AIUI the debug port number will always be 8832 for 32-bit targets and 8864 for 64-bit targets. Trying 8834, etc., won't work.&lt;br /&gt;
&lt;p /&gt;
 I hope this helps.&lt;br /&gt;
&lt;p /&gt;
Daniel. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">real-mode</category>
      <pubDate>Tue, 27 Oct 2009 09:32:04 GMT</pubDate>
      <author>DAJames</author>
      <guid>http://communities.vmware.com/message/1399620</guid>
      <dc:date>2009-10-27T09:32:04Z</dc:date>
      <clearspace:dateToText>1 month, 12 hours ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Howto : Debugging Windows Xp host and Linux VM guest or Linux VM Guest to Linux VM GUest</title>
      <link>http://communities.vmware.com/message/1395250</link>
      <description>Generally, one uses the gdb server for debugging remotely. Say your target machine is A. And the machine with gdb is B.&lt;br /&gt;
&lt;br /&gt;
Start the gdb server on A. Connect to it using its IP address and port number from machine B (target remote &amp;lt;A's ip&amp;gt;:&amp;lt;A's port #&amp;gt;). And then start debugging using gdb on machine B. However, I'm not if debugging the kernel is possible with this technique.&lt;br /&gt;
&lt;br /&gt;
You should be able to do this if you have a linux host. Start the VM and then connect to it from the host using (target remote localhost:8832) and then start debugging.&lt;br /&gt;
&lt;br /&gt;
See &lt;a class="jive-link-external" href="http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html"&gt;http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html&lt;/a&gt;</description>
      <pubDate>Wed, 21 Oct 2009 20:38:11 GMT</pubDate>
      <author>Shrinand</author>
      <guid>http://communities.vmware.com/message/1395250</guid>
      <dc:date>2009-10-21T20:38:11Z</dc:date>
      <clearspace:dateToText>1 month, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>LVM 1355 - One or more devices not found</title>
      <link>http://communities.vmware.com/message/1388665</link>
      <description>&lt;p /&gt;
Hello swapd, and thank you for your feed back and guess what I have originally sorted the problem when opening this thread by storage Vmotion the data off the beleaguered stoarge to a new large enough LUN and vmfs. &lt;br /&gt;
Today I am faced with the same repeating error in the logs of one of the hosts and so your reply was nicely timed. &lt;br /&gt;
Except I only did the first option in the KB which is to rescan the storage on the esx host. Funnily this stoped the error in the log but the vmkfstools -q is still showing: (One or more partitions spanned by this volume may be offline). Also funnily all the VMs on the storage with error functioning ok, on the outset. &lt;br /&gt;
At this stage I have to leave it as we are migrating our LUNs in teh next couple of weeks to a new SAN, yeppy! &lt;br /&gt;
&lt;p /&gt;
Again thanks for your input</description>
      <pubDate>Tue, 13 Oct 2009 17:35:38 GMT</pubDate>
      <author>Jawdat</author>
      <guid>http://communities.vmware.com/message/1388665</guid>
      <dc:date>2009-10-13T17:35:38Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Loading symbols for Linux user processes</title>
      <link>http://communities.vmware.com/message/1386211</link>
      <description>Thanks, I was able to get things working with the 7.0 RC by following the instructions in the document.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">gdb</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">replay</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">user</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <pubDate>Fri, 09 Oct 2009 20:59:57 GMT</pubDate>
      <author>rruvinsk</author>
      <guid>http://communities.vmware.com/message/1386211</guid>
      <dc:date>2009-10-09T20:59:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Host CPU rqmts for Replay?</title>
      <link>http://communities.vmware.com/message/1365795</link>
      <description>Hi, cstrieder.  Replay debugging works with any processor that is record/replay capable.  What processors are record replay capable?  I think you'll find some text like the following in the VMware Workstation Manual...&lt;br /&gt;
&lt;br /&gt;
"Record/replay support is limited to certain processors on the host. If you use the record/replay feature on a host computer that does not have a supported processor, when you enable the record/replay feature and power on the virtual machine, a message appears, informing you that recording is not supported on your processor. Supported processors include Intel Pentium 4, Intel Core 2 and later  versions, AMD Barcelona and later versions, Next‐Generation Intel Microarchitecture ‐ Nehalem, and Penryn/Harpertown. Other processors might operate more slowly during recording and replaying."</description>
      <pubDate>Wed, 16 Sep 2009 20:20:23 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1365795</guid>
      <dc:date>2009-09-16T20:20:23Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>GDB debug stub does not respond correctly to "T" thread alive queries...</title>
      <link>http://communities.vmware.com/message/1359910</link>
      <description>&lt;br /&gt;
I have been trying to attach recent builds of gdb (archer's python branch: &lt;a class="jive-link-external" href="http://sourceware.org/gdb/wiki/PythonGdb"&gt;http://sourceware.org/gdb/wiki/PythonGdb&lt;/a&gt;) to the VMware debug stub.  I've found 2 apparent gdb bugs and 1 that appears to be an issue with the VMware stub.&lt;br /&gt;
&lt;p /&gt;
The gdb bugs can be found here, for completeness:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://sourceware.org/ml/archer/2009-q3/msg00188.html"&gt;http://sourceware.org/ml/archer/2009-q3/msg00188.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://sourceware.org/ml/archer/2009-q3/msg00198.html"&gt;http://sourceware.org/ml/archer/2009-q3/msg00198.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
With those bugs fixed, I can perform an "info threads" after providing the linuxoffsets and get a list of all the live threads.  However, attempting to switch to the thread via "thread GDBTHREADNUMBER" fails because when gdb asks about the thread, VMware's response makes it think the thread is dead.  This causes it to not switch to the thread.  For example, if the GDB thread number is 179 and the underlying thread id is 3008, "thread 179" results in a payload of "Tbc0".  VMware responds with "E00" which makes gdb think the thread is dead, as per the spec on the command.&lt;br /&gt;
&lt;p /&gt;
If I modify gdb so that remote_thread_alive in remote.c always returns true (and does not issue the command), things work as they used to work in my older setup.&lt;br /&gt;
&lt;p /&gt;
I am using VMware workstation 6.5.3 with up-to-date Ubuntu 9.04 i386 guests on an Ubuntu 9.04amd64 host.  In my old setup I used the gdb debugger that shipped with Ubuntu 9.04 with Workstation 6.5.2 (or maybe 6.5.1?).  The system gdb no longer works, so I presume there was an update to gdb on 9.04 that broke things, but I have not investigated heavily since I'd rather use a modern gdb works (and can be scripted with python!) than figure out what ancient version works.&lt;br /&gt;
&lt;p /&gt;
My idea of what works is: Attach with archer-gdb without having specified an executable.  Tell it about the linux offsets, do "info threads", find the first thread in the process I care about, switch to that thread.  Detach and quit.  Attach with archer-gdb having specified an executable.  Things are now in a state where I have a valid backtrace and gdb's understanding of the executable's layout in memory appears correct.</description>
      <pubDate>Thu, 10 Sep 2009 09:16:56 GMT</pubDate>
      <author>visbrero</author>
      <guid>http://communities.vmware.com/message/1359910</guid>
      <dc:date>2009-09-10T09:16:56Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>How</title>
      <link>http://communities.vmware.com/message/1346103</link>
      <description>Hi, mayurdeolasee.  I'm not sure what you mean.  First, I assume we're talking about replay debugging (the subject of this forum).  Now, are you interested in how to use replay debugging?  If so, the replay debugging blog (&lt;a class="jive-link-external" href="http://www.replaydebugging.com/2008/08/getting-started-with-replay-debugging.html"&gt;http://www.replaydebugging.com/2008/08/getting-started-with-replay-debugging.html&lt;/a&gt;) is a good place to start.  Or are you asking how it's implemented?  If so, there's very little publicly available at this point.  Perhaps we should write some papers!  E.</description>
      <pubDate>Tue, 25 Aug 2009 15:44:42 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1346103</guid>
      <dc:date>2009-08-25T15:44:42Z</dc:date>
      <clearspace:dateToText>3 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging after serious error in client VM</title>
      <link>http://communities.vmware.com/message/1334439</link>
      <description>I have a problem with some code that runs in real mode from a linux kernel. At some point after my code is entered I get a pop-up n VMware saying:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;*** Virtual machine kernel stack fault (hardware reset) ***
(snip a few lines of explanation)
Press OK to reboot thevirtual machine of Cancel to shut it down.
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
What I'd &lt;b&gt;really&lt;/b&gt; like to do, though, is to debug it.&lt;br /&gt;
&lt;br /&gt;
I have remote debugging of the kernel running, connected to gdb in another VM, but at the time that I get the stack fault in the debuggee VMware won't even let me switch to the debugging VM to try to break in with gdb. It's not clear whether this isbecause of a limitation in the way VMware is implemented, or just a result of the fact that the dialog box VMware displays is modal?&lt;br /&gt;
Is there some way to make the stack fault generate a breakpoint instead of a pop-up and a reset when the VM in which it occurs is being debugged?&lt;br /&gt;
&lt;br /&gt;
If not, can I make that a feature request, please?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <pubDate>Tue, 11 Aug 2009 14:48:01 GMT</pubDate>
      <author>DAJames</author>
      <guid>http://communities.vmware.com/message/1334439</guid>
      <dc:date>2009-08-11T14:48:01Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Cannot access memory at address when trying to set a breakpoint</title>
      <link>http://communities.vmware.com/message/1305949</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I am trying to debug Linux guest kernel on a Windows host. I am using MingW gdb and VMWare workstation 6.5.2 (actually the same error happens with VMWare server). &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I added  debugStub.listen.guest32=1 to the vmx file and was able to attach gdb on port 8832 (as described here: &lt;a class="jive-link-external" href="http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html"&gt;http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html&lt;/a&gt;).&lt;br /&gt;
&lt;p /&gt;
 I can see a stack trace, I can interrupt guest execution with Ctrl+C.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
But when I try to put a break point at any function, I get erro, e.g., &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(gdb) b sys_open&lt;br /&gt;
Cannot access memory at address 0x80284c59 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The same error happens when I try to view contents of the variable:&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(gdb) p init_task&lt;br /&gt;
Cannot access memory at address 0x80a0c700&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Could you please tell me how to fix this strange behavior?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Alex&lt;br /&gt;
&lt;p /&gt;
 P.S. I am not using "replay debugging" feature at all, but this discussion seems to be the most relevant place for debugging question &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:53:47 GMT</pubDate>
      <author>aldep</author>
      <guid>http://communities.vmware.com/message/1305949</guid>
      <dc:date>2009-07-08T20:53:47Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>debug rhel</title>
      <link>http://communities.vmware.com/message/1282051</link>
      <description>&lt;br /&gt;
hi, i have already installed the RHEL 5 and the correct kernel symbol on my vmware.&lt;br /&gt;
&lt;p /&gt;
but i can not find the vmlinuz with kernel symbol.&lt;br /&gt;
&lt;p /&gt;
can any one tell me how to find that.&lt;br /&gt;
&lt;p /&gt;
or give me some information about the kernel symbol.</description>
      <pubDate>Fri, 12 Jun 2009 13:46:14 GMT</pubDate>
      <author>hxl</author>
      <guid>http://communities.vmware.com/message/1282051</guid>
      <dc:date>2009-06-12T13:46:14Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>"source-less" debugging with Replay?</title>
      <link>http://communities.vmware.com/message/1268309</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 You said:&lt;br /&gt;
&lt;p /&gt;
"I would expect that replay-based debugging in Visual Studio w/o source would work as well as normal debugging in Visual Studio w/o source".&lt;br /&gt;
&lt;p /&gt;
I know that you also said that you hadn't done that, but I myself have not successfully used VS to do debugging w/o source either.&lt;br /&gt;
&lt;p /&gt;
I did find this:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://msdn.microsoft.com/en-us/library/0bxe8ytt.aspx"&gt;http://msdn.microsoft.com/en-us/library/0bxe8ytt.aspx&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
and:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://msdn.microsoft.com/en-us/library/3s68z0b3.aspx"&gt;http://msdn.microsoft.com/en-us/library/3s68z0b3.aspx&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
which talks about how to "attach" VS to an executable, but I haven't tried that yet.&lt;br /&gt;
&lt;p /&gt;
Note, BTW, the comment at the end of the first page above, where it indicates that this doesn't work with VS2008, which may explain why I haven't been able to make that work &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;...&lt;br /&gt;
&lt;p /&gt;
Anyway, assuming that I can do something like attach VS per above, how would that all work in conjunction with replay?&lt;br /&gt;
&lt;p /&gt;
 Thanks,&lt;br /&gt;
&lt;p /&gt;
Jim&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 18:02:57 GMT</pubDate>
      <author>ohaya</author>
      <guid>http://communities.vmware.com/message/1268309</guid>
      <dc:date>2009-06-01T18:02:57Z</dc:date>
      <clearspace:dateToText>5 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Memory watchpoints emulation ?</title>
      <link>http://communities.vmware.com/message/1239411</link>
      <description>&lt;br /&gt;
I was running into the same issue with older versions of gdb (6.3, 6.1 and even the released version of 6.8). I just tried with gdb-6.8.50.20090130 and it seems to work. You might want to give it a try.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
-Shri</description>
      <pubDate>Thu, 30 Apr 2009 00:21:44 GMT</pubDate>
      <author>Shrinand</author>
      <guid>http://communities.vmware.com/message/1239411</guid>
      <dc:date>2009-04-30T00:21:44Z</dc:date>
      <clearspace:dateToText>7 months, 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Getting started: kernel symbols</title>
      <link>http://communities.vmware.com/message/1237860</link>
      <description>&lt;br /&gt;
Hi Slava,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have basically the same problem as the original poster. I am running on my host windows and on the VMWare I have Ubuntu running.&lt;br /&gt;
&lt;p /&gt;
Now is the question, where could I get the symbol table for my Kernel: vmlinux-2.6.28? On the redhat site I can see a lot of similar ones,&lt;br /&gt;
&lt;p /&gt;
but can I use one of them e.g.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;table class="jive-wiki-table"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a class="jive-link-external" href="ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4Desktop/en/os/Debuginfo/i386/RPMS/kernel-debuginfo-2.6.9-55.0.6.EL.i686.rpm"&gt;kernel-debuginfo-2.6.9-55.0.6.EL.i686.rpm\&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;352952 KB&lt;/td&gt;
&lt;td&gt;31/08/2007&lt;/td&gt;
&lt;td&gt;00:00:00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a class="jive-link-external" href="ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4Desktop/en/os/Debuginfo/i386/RPMS/kernel-debuginfo-2.6.9-55.0.9.EL.i686.rpm"&gt;kernel-debuginfo-2.6.9-55.0.9.EL.i686.rpm\&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;352967 KB&lt;/td&gt;
&lt;td&gt;27/09/2007&lt;/td&gt;
&lt;td&gt;00:00:00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a class="jive-link-external" href="ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4Desktop/en/os/Debuginfo/i386/RPMS/kernel-debuginfo-2.6.9-55.EL.i686.rpm"&gt;kernel-debuginfo-2.6.9-55.EL.i686.rpm\&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;348228 KB&lt;/td&gt;
&lt;td&gt;21/04/2007&lt;/td&gt;
&lt;td&gt;00:00:00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a class="jive-link-external" href="ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4Desktop/en/os/Debuginfo/i386/RPMS/kernel-debuginfo-2.6.9-67.0.1.EL.i686.rpm"&gt;kernel-debuginfo-2.6.9-55.EL.i686.rpm\&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;br clear="left" /&gt;
&lt;br /&gt;
 many thanks</description>
      <pubDate>Tue, 28 Apr 2009 15:30:34 GMT</pubDate>
      <author>grubby23</author>
      <guid>http://communities.vmware.com/message/1237860</guid>
      <dc:date>2009-04-28T15:30:34Z</dc:date>
      <clearspace:dateToText>7 months, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging a recording made *after* the application has started?</title>
      <link>http://communities.vmware.com/message/1235875</link>
      <description>&lt;br /&gt;
Hi Hajo,&lt;br /&gt;
&lt;p /&gt;
We are working on Remote replay based debugging.  With that developers could debug recordings on QA's machines.  QA just needs to have Workstation installed, not Visual Studio.  Thanks for the excellent feedback.&lt;br /&gt;
&lt;p /&gt;
Eric</description>
      <pubDate>Sat, 25 Apr 2009 16:49:17 GMT</pubDate>
      <author>xjchen77</author>
      <guid>http://communities.vmware.com/message/1235875</guid>
      <dc:date>2009-04-25T16:49:17Z</dc:date>
      <clearspace:dateToText>7 months, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>debugStub.listen.guest64.remote = 'TRUE' doesn't open a socket for remote connections</title>
      <link>http://communities.vmware.com/message/1221829</link>
      <description>Hi, Kirktrue.  Thanks for the conclusion.  E.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">gdb</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">remote</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">fusion</category>
      <pubDate>Thu, 09 Apr 2009 14:31:00 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1221829</guid>
      <dc:date>2009-04-09T14:31:00Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging D programs</title>
      <link>http://communities.vmware.com/message/1210138</link>
      <description>&lt;br /&gt;
Hi Vladimir, I am glad to hear you were able to get something going. I am curious about symbols issues. Is it specific to D program? How was your experience with replay debugging Win 32 App?  &lt;br /&gt;
&lt;p /&gt;
Regarding reading debugged process's memory, if your code is running in the context of visual studio debugger and if you have handle to process being debugged (handle returned by CreateProcessW) then you should able to use  WIN32 API ReadProcessMemory(). We do not have any public APIs to communicate with process being debugged inside VM. I am wondering if you tried "Reverse Execution" feature with data breakpoints to debug memory corruption related problems.&lt;br /&gt;
&lt;p /&gt;
Thanks, &lt;br /&gt;
Prashant</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">d</category>
      <pubDate>Thu, 26 Mar 2009 23:18:34 GMT</pubDate>
      <author>prashantd</author>
      <guid>http://communities.vmware.com/message/1210138</guid>
      <dc:date>2009-03-26T23:18:34Z</dc:date>
      <clearspace:dateToText>8 months, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>trace expansion on release version</title>
      <link>http://communities.vmware.com/message/1191233</link>
      <description>Hi, fireboo2009.  Sorry, tracing is disabled for release versions of Workstation.  I'll pass along your interest in having this feature to the right people.  I'll also report the bug (hanging when trying to trace).</description>
      <pubDate>Fri, 06 Mar 2009 17:41:45 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1191233</guid>
      <dc:date>2009-03-06T17:41:45Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Problemm remote debug linux kernel in two VMWare.</title>
      <link>http://communities.vmware.com/message/1181195</link>
      <description>Greetings!. I think it problem VmWare. In Windows all works ok. In Virtual Box the image VmWare disk works ok (windows and linux virtual box edition), but it don't have remote debug &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt; . In Linux (x64 bit, 32bit i'am don't have) does not work!!! (VmWare), if virtual image work more 2(two), the loading address of kernel modules is allocated all time in different places (tried 30 times) in one image, other image running VmWare is control point for me (and debug mashin for remout debug).</description>
      <pubDate>Wed, 25 Feb 2009 07:23:37 GMT</pubDate>
      <author>mia1978</author>
      <guid>http://communities.vmware.com/message/1181195</guid>
      <dc:date>2009-02-25T07:23:37Z</dc:date>
      <clearspace:dateToText>9 months, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging linux kernel (inside vmware) from Mac OSX</title>
      <link>http://communities.vmware.com/message/1158181</link>
      <description>Hi, Javier.  My guess is that you have a line like the following in your .vmx file...&lt;br /&gt;
&lt;br /&gt;
debugStub.listen.guest32 = "TRUE"&lt;br /&gt;
&lt;br /&gt;
(Or guest64)&lt;br /&gt;
&lt;br /&gt;
If you'd like to debug from a remote machine, ***add*** the following line...&lt;br /&gt;
&lt;br /&gt;
debugStub.listen.guest32.remote = "TRUE"&lt;br /&gt;
&lt;br /&gt;
(Or guest64)&lt;br /&gt;
&lt;br /&gt;
Best of success to you.</description>
      <pubDate>Fri, 30 Jan 2009 17:12:54 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1158181</guid>
      <dc:date>2009-01-30T17:12:54Z</dc:date>
      <clearspace:dateToText>10 months, 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Using KDB under Vmware</title>
      <link>http://communities.vmware.com/message/1157347</link>
      <description>&lt;br /&gt;
Hi again.&lt;br /&gt;
&lt;p /&gt;
KDB (Not gdb!) is built into the kernel. Since the last message, I've discovered a work around:&lt;br /&gt;
&lt;p /&gt;
Set up a serial port in the VM and configure the serial port as a console as well. Then run socat and minicom in the host.&lt;br /&gt;
&lt;p /&gt;
You can then use kdb from minicom after pressing break in the VM.&lt;br /&gt;
&lt;p /&gt;
A page such as &lt;a class="jive-link-external" href="http://blackmagic02881.wordpress.com/2007/02/05/linux-serial-console-how-to-with-vmware-server/"&gt;http://blackmagic02881.wordpress.com/2007/02/05/linux-serial-console-how-to-with-vmware-server/&lt;/a&gt; gives more detail.&lt;br /&gt;
&lt;p /&gt;
Regarding gdb, I did try to use it, and can connect and so on. The monitor linuxoffsets command works most of the time, but the two together seem simpler and faster than gdb alone.&lt;br /&gt;
&lt;p /&gt;
 Nigel</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kdb</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <pubDate>Thu, 29 Jan 2009 21:02:12 GMT</pubDate>
      <author>NigelCunningham</author>
      <guid>http://communities.vmware.com/message/1157347</guid>
      <dc:date>2009-01-29T21:02:12Z</dc:date>
      <clearspace:dateToText>10 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>New bug when using remote kernel debugging</title>
      <link>http://communities.vmware.com/message/1154780</link>
      <description>Thanks ECL,&lt;br /&gt;
&lt;br /&gt;
I cant reproduce your hint about pausing the VM to restart the gdbserver.&lt;br /&gt;
&lt;br /&gt;
Basicaly, this is an example gdb session:&lt;br /&gt;
&lt;br /&gt;
(gdb) target remote localhost:8832&lt;br /&gt;
Remote debugging using localhost:8832&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=New+Thread+1"&gt;New Thread 1&lt;/a&gt;&lt;br /&gt;
0x000f8997 in ?? ()&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x000f8997 in ?? ()&lt;br /&gt;
(gdb) ^Z&lt;br /&gt;
[1]+  Stopped                 gdb&lt;br /&gt;
jfv$ kill -9 %1&lt;br /&gt;
[1]+  Stopped                 gdb&lt;br /&gt;
jfv$ &lt;br /&gt;
[1]+  Killed                  gdb&lt;br /&gt;
jfv$ &lt;br /&gt;
&lt;br /&gt;
And then the VM shuts down. &lt;br /&gt;
&lt;br /&gt;
Maybe it does such because some VM initialization has not been finished?&lt;br /&gt;
&lt;br /&gt;
However I think I remember having that problem whatever value stands in $PC,&lt;br /&gt;
after having switched to pmode etc.&lt;br /&gt;
&lt;br /&gt;
Because of this, I cant pause the VM before the debugger hangs or faults &lt;br /&gt;
(yes, it happens sometimes when trying weird things not displayed here &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Im using Vmware WS 6.0.4 build-93057 (not the most recent one but thats the&lt;br /&gt;
one I have a license for).&lt;br /&gt;
&lt;br /&gt;
Thanks again&lt;br /&gt;
&lt;br /&gt;
-JFV</description>
      <pubDate>Tue, 27 Jan 2009 17:43:00 GMT</pubDate>
      <author>J.F.V</author>
      <guid>http://communities.vmware.com/message/1154780</guid>
      <dc:date>2009-01-27T17:43:00Z</dc:date>
      <clearspace:dateToText>10 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Bugs when using the remote debugging</title>
      <link>http://communities.vmware.com/message/1147869</link>
      <description>C0, Thanks so much for the info!  E.</description>
      <pubDate>Mon, 19 Jan 2009 18:24:45 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1147869</guid>
      <dc:date>2009-01-19T18:24:45Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>linuxoffsets?</title>
      <link>http://communities.vmware.com/message/1145102</link>
      <description>Hi, Andrew.  Fascinating.  Thanks for the links!  E.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">gdb</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">freebsd</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <pubDate>Thu, 15 Jan 2009 17:07:24 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1145102</guid>
      <dc:date>2009-01-15T17:07:24Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging xnu-1228.9.59 using Fusion GDB server --&amp;gt; Can't get breakpoints to break</title>
      <link>http://communities.vmware.com/message/1137008</link>
      <description>&lt;br /&gt;
Thank you for the update. With regards to breakpoint, could you please check if putting "debugStub.hideBreakpoints=1" in .vmx file helps?&lt;br /&gt;
&lt;p /&gt;
 Sincerely,&lt;br /&gt;
&lt;p /&gt;
Vyacheslav (Slava) Malyugin</description>
      <pubDate>Tue, 06 Jan 2009 14:53:18 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/1137008</guid>
      <dc:date>2009-01-06T14:53:18Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>2 questions - choosing a CPU to examine and reversing execution</title>
      <link>http://communities.vmware.com/message/1134865</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;212okins wrote:&lt;/span&gt;&lt;br /&gt;
By the way, below I've summarized certain steps that are helpful for module debugging in the guest OS.&lt;br /&gt;
Linux guest OS, kernel version &amp;gt; 2.6 assumed below. Sorry guys if you knew them already.&lt;/div&gt;
&lt;br /&gt;
Hi, 212okins.  Thanks so much for posting this.  I'm sure others will find it useful.  E.</description>
      <pubDate>Fri, 02 Jan 2009 16:15:45 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1134865</guid>
      <dc:date>2009-01-02T16:15:45Z</dc:date>
      <clearspace:dateToText>10 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Setting registers is not supported ?</title>
      <link>http://communities.vmware.com/message/1124736</link>
      <description>Thanks for the answer&lt;br /&gt;
&lt;br /&gt;
We also would like to write into memory for injecting new code, etc.&lt;br /&gt;
&lt;br /&gt;
The problem is that we dont manage to set up breakpoints correctly (for ex: on 0x7c00) &lt;br /&gt;
without the hideBreakpoints option being TRUE. Writing 0xCC is very fine for us but it &lt;br /&gt;
doesnt seem to work for breakpointing on the MBR and such, when using vmware. &lt;br /&gt;
&lt;br /&gt;
Our debugger is capable of relocating a .o into the guest address space, redirect guest functions on the newly &lt;br /&gt;
injected code by rewriting some prologs, etc. Such feature that we cannot enable without disabling early&lt;br /&gt;
breakpoints, since it requires to write into the guest memory in the current vmware version.&lt;br /&gt;
&lt;br /&gt;
Qemu has a different behavior (obviously because of the different gdb stub) and we'd like very much to be &lt;br /&gt;
able to write into registers and memory while being able at the same time to breakpoint on 0x7c00 or earlier.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
-JFV</description>
      <pubDate>Mon, 15 Dec 2008 23:07:55 GMT</pubDate>
      <author>J.F.V</author>
      <guid>http://communities.vmware.com/message/1124736</guid>
      <dc:date>2008-12-15T23:07:55Z</dc:date>
      <clearspace:dateToText>11 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>reverting to snapshot stops syncing</title>
      <link>http://communities.vmware.com/message/1112064</link>
      <description>Hi, tstakland. You have posted your question on the "replay debugging" forum. Replay debugging is a feature of VMware Workstation 6.5 that allows developers to debug a recorded form of program execution. See www.replaydebugging.com for more information. My guess is that your question will be ignored here, because it has nothing to do with "replay debugging." You might try posting on a more appropriate forum. Best of success to you. E.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">snapshot</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">testing</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">novell</category>
      <pubDate>Mon, 01 Dec 2008 16:05:39 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1112064</guid>
      <dc:date>2008-12-01T16:05:39Z</dc:date>
      <clearspace:dateToText>12 months, 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>configure vm network setting in sabayon linux</title>
      <link>http://communities.vmware.com/message/1103155</link>
      <description>Hi, entc and Kryptonic.  You both have posted questions on the "replay debugging" forum.  Replay debugging is a feature of VMware Workstation 6.5 that allows developers to debug a recorded form of program execution.  See www.replaydebugging.com for more information.  My guess is that your questions will be ignored here, because they have nothing to do with "replay debugging."  You might try posting on a more appropriate forum.  Best of success to you.  E.</description>
      <pubDate>Wed, 19 Nov 2008 16:00:13 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1103155</guid>
      <dc:date>2008-11-19T16:00:13Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>User-mode debugging via GDB stub on Windows</title>
      <link>http://communities.vmware.com/message/1090328</link>
      <description>&lt;br /&gt;
Hello Thomas. You are right - the gdb interface does not have any idea about Windows processes. If you want to debug Windows apps, you may want to give a try to a feature of VMware Workstation 6.5.x that allows you to use Visual Studion with Replay Debugging. The Visual Studio interface has support for process debugging. If you run into issues with it, please post in the forum.&lt;br /&gt;
&lt;p /&gt;
The other, inferior, solution is to use hidden breakpoints (debugStub.hideBreakpoints=true in the .vmx file), then use conditional gdb breakpoint that checks PID of Windows process and continues if it is not "your" process. This will work, but is not going to be too fast as conditional breakpoints are quite slow.&lt;br /&gt;
&lt;p /&gt;
 Sincerely,&lt;br /&gt;
&lt;p /&gt;
Vyacheslav "Slava" Malyugin</description>
      <pubDate>Mon, 03 Nov 2008 17:38:26 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/1090328</guid>
      <dc:date>2008-11-03T17:38:26Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Support for Windows kernel mode debugging?</title>
      <link>http://communities.vmware.com/message/1090182</link>
      <description>While we don't do replay-based debugging, we have simply used gdb as debugger for windows kernel modules -- we&lt;br /&gt;
didn't have/need symbols, so this worked nicely for us.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">windbg</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">driver</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">windows</category>
      <pubDate>Mon, 03 Nov 2008 15:24:52 GMT</pubDate>
      <author>tdullien</author>
      <guid>http://communities.vmware.com/message/1090182</guid>
      <dc:date>2008-11-03T15:24:52Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Logs eval</title>
      <link>http://communities.vmware.com/message/1087868</link>
      <description>Huh?  Does this have anything to do with the "replay debugging" feature of Workstation 6.5?</description>
      <pubDate>Thu, 30 Oct 2008 16:12:22 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1087868</guid>
      <dc:date>2008-10-30T16:12:22Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Replay debugging and Visual Studio 2003?</title>
      <link>http://communities.vmware.com/message/1076378</link>
      <description>Hi, bodzio131.  Concerning the question of whether Workstation provides public APIs to access the replay engine, the answer is "yes" and "no" depending on what you want to do.  If you want to write applications or scripts that simply create or replay recordings, you can use the VMware Vix API (&lt;a class="jive-link-external" href="http://www.vmware.com/support/developer/vix-api/"&gt;http://www.vmware.com/support/developer/vix-api/&lt;/a&gt; , see the Vix 1.6.1 Release Notes for Workstation 6.5).  If you want to build applications or scripts that interact with programs running in recordings as they replay (like the replay debugging features), we don't have any public APIs.  I think it would be great to provide such an API eventually, but replay debugging is currently an experimental feature, so it would be premature to try to provide such interfaces at this point.  &lt;br /&gt;
&lt;br /&gt;
Depending on what your goals are, you might find the gdb interface for replay debugging interesting (&lt;a class="jive-link-external" href="http://stackframe.blogspot.com/2007/04/workstation-60-and-death-of.html"&gt;http://stackframe.blogspot.com/2007/04/workstation-60-and-death-of.html&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Best of success to you.  Thanks.  E.</description>
      <pubDate>Thu, 16 Oct 2008 15:38:34 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1076378</guid>
      <dc:date>2008-10-16T15:38:34Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Problems debugging a Java app in a guest Xp froma a Host Xp wit VMWorksattion 6.5 beta2 1100678</title>
      <link>http://communities.vmware.com/message/1054340</link>
      <description>Hi.  I'm sorry, but the replay debugging feature in Workstation 6.5 can only be used to debug Windows C/C++ applications using the Visual Studio debugger.  Eclipse cannot at this time be used for replay debugging.  Note that Workstation &lt;b&gt;does&lt;/b&gt; include an extension to Eclipse that allows for remote debugging of Java programs running in virtual machines, but this can only be used to debug &lt;b&gt;live&lt;/b&gt; programs (not recorded programs).  Perhaps the replay debugging feature will be broadened to support Eclipse and/or Java in the future (but who knows?).</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">remote</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">eclipse</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">record</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">reply</category>
      <pubDate>Fri, 19 Sep 2008 14:44:37 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/1054340</guid>
      <dc:date>2008-09-19T14:44:37Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>LVM: 1355 One or more PEs inaccessible</title>
      <link>http://communities.vmware.com/message/1041381</link>
      <description>&lt;br /&gt;
Hi, today I have seen this kind of new message for me.&lt;br /&gt;
&lt;p /&gt;
 I was having a trouble with an iSCSI SAN (HDS), and after they changed a switch to access the disk, VMware started to send messages about not having the correct path to specific LUNs&lt;br /&gt;
&lt;p /&gt;
 after a manual rescan to find the new paths, this message appeared (One or more PEs inaccessible)&lt;br /&gt;
&lt;p /&gt;
so anyone have any ideas?&lt;br /&gt;
&lt;p /&gt;
Jose Ruelas</description>
      <pubDate>Wed, 03 Sep 2008 18:43:51 GMT</pubDate>
      <author>jbruelasdgo</author>
      <guid>http://communities.vmware.com/message/1041381</guid>
      <dc:date>2008-09-03T18:43:51Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Interpreting an execution trace file of the recording</title>
      <link>http://communities.vmware.com/message/1036995</link>
      <description>Can you be more specific about the load error? The content of the trace file is very low level, but understandable. It contains each instruction executed and the associated register state after the instruction execution. If your load error is something high level, such as "file not found", it is not obvious to get it from the trace. But if you know the necessary program symbol information, you may be able to use the trace file to tell you what high level program logic has been executed.&lt;br /&gt;
&lt;br /&gt;
Does this answer your question?</description>
      <pubDate>Thu, 28 Aug 2008 23:22:33 GMT</pubDate>
      <author>minxu</author>
      <guid>http://communities.vmware.com/message/1036995</guid>
      <dc:date>2008-08-28T23:22:33Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>about muti-guest os debug</title>
      <link>http://communities.vmware.com/message/981954</link>
      <description>&lt;br /&gt;
Hi Yuanbor, I agree with you. Having an option allowing to specify particular port number seems like a good idea. Let me record this request in our database. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Sincerely,&lt;br /&gt;
&lt;p /&gt;
Vyacheslav (Slava) Malyugin</description>
      <pubDate>Fri, 27 Jun 2008 20:25:48 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/981954</guid>
      <dc:date>2008-06-27T20:25:48Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Question about vmware coredump / vmw-gdb stub</title>
      <link>http://communities.vmware.com/message/964544</link>
      <description>&lt;br /&gt;
Hi J.F.V. I agree: the crash appears to be related to the STI. You are in real mode, so there are not too many things that could cause triple fault. Perhaps IDT is pointing at nowhere, or SS is not set up properly? I probably would not be able to help you narrow down the problem, but it seems that you are right in suspectting that IRQ arrived at unexpected time. &lt;br /&gt;
&lt;p /&gt;
The reason problem does not happen when you single step is because we suspend interrupts while single-stepping. Otherwise you'd end up in the timer handler after every step. You may want to use Record/Replay to record the crash, and then step thru it in Replay mode - you should be able to see the crash.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 Sincerely,&lt;br /&gt;
&lt;p /&gt;
Vyacheslav (Slava) Mlayugin &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 05 Jun 2008 21:03:45 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/964544</guid>
      <dc:date>2008-06-05T21:03:45Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging a PXE image</title>
      <link>http://communities.vmware.com/message/939290</link>
      <description>&lt;br /&gt;
I resolved my problem -- I needed to connect on the host machine and not the guest machine ..&lt;br /&gt;
&lt;p /&gt;
Breaking and stepping pre-boot code works very well now.&lt;br /&gt;
&lt;p /&gt;
-JFV&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 08 May 2008 16:44:06 GMT</pubDate>
      <author>J.F.V</author>
      <guid>http://communities.vmware.com/message/939290</guid>
      <dc:date>2008-05-08T16:44:06Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Transfer Content</title>
      <link>http://communities.vmware.com/message/925840</link>
      <description>VMWare Converter will allow for copying a .vmdk to a physical hard drive (or possibly thumb drive)  Whether it will boot will be a BSD question.  First, the hardware will have changes from the VM to the physical box.  My experience is that Linux/BSD is less forgiving on hardware changes that Windows, so you may need to repair/recompile the kernal to get it to work.  Second, booting from a USB stick usually involves some trickery within the OS.  I am sure there are threads out there describing the process, but again this is a BSD question and may require some serious modification to  your image.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">transfer_contents</category>
      <pubDate>Fri, 25 Apr 2008 15:15:58 GMT</pubDate>
      <author>danpalacios</author>
      <guid>http://communities.vmware.com/message/925840</guid>
      <dc:date>2008-04-25T15:15:58Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Record and replay scope question</title>
      <link>http://communities.vmware.com/message/917609</link>
      <description>Hi Slava,&lt;br /&gt;
&lt;br /&gt;
Thanks for checking.  I hope we get access soon as well.&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Rini&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;Original message ----&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;div class="jive-quote"&gt;Date: Wed, 16 Apr 2008 19:38:35 -0700&lt;br /&gt;
From: slava_malyugin &amp;lt;communities-emailer@vmware.com&amp;gt;  &lt;br /&gt;
Subject: &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Replay-based+debugging"&gt;Replay-based debugging&lt;/a&gt; New message: "Record and replay scope question" &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=2jCZPX-1PX5-3QH3"&gt;2jCZPX-1PX5-3QH3&lt;/a&gt;  &lt;br /&gt;
To: &amp;lt;kaushik1@uiuc.edu&amp;gt;&lt;br /&gt;
&lt;p /&gt;
,&lt;br /&gt;
&lt;p /&gt;
A new message was posted in the thread "Record and replay scope question":&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/message/917541"&gt;http://communities.vmware.com/message/917541&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Author  : slava_malyugin&lt;br /&gt;
Profile : &lt;a class="jive-link-external" href="http://communities.vmware.com/people/slava_malyugin"&gt;http://communities.vmware.com/people/slava_malyugin&lt;/a&gt;&lt;br /&gt;
Message:&lt;/div&gt;</description>
      <pubDate>Thu, 17 Apr 2008 04:15:08 GMT</pubDate>
      <author>rini</author>
      <guid>http://communities.vmware.com/message/917609</guid>
      <dc:date>2008-04-17T04:15:08Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Catching linux at the very __start</title>
      <link>http://communities.vmware.com/message/884886</link>
      <description>Yes, you are correct: record/replay is not Server 2.0 supported feature.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">bootloader</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">gdb</category>
      <pubDate>Wed, 12 Mar 2008 19:40:33 GMT</pubDate>
      <author>Natalie</author>
      <guid>http://communities.vmware.com/message/884886</guid>
      <dc:date>2008-03-12T19:40:33Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Cannot access memory at address *** during replay</title>
      <link>http://communities.vmware.com/message/867809</link>
      <description>Yes, modifying the variable may or may not result in code divergence. However, since it would be impossible to prove that a given modification would not cause it, we disallowed modification in record/replay mode completely.</description>
      <pubDate>Wed, 20 Feb 2008 17:22:03 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/867809</guid>
      <dc:date>2008-02-20T17:22:03Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Why do we need the replay button?</title>
      <link>http://communities.vmware.com/message/864076</link>
      <description>If we do not allow user to modify the register/memory, I think the re-run action can re-produce the problem. Without user interruption/modification, the re-run shall be derterministic.</description>
      <pubDate>Fri, 15 Feb 2008 02:26:54 GMT</pubDate>
      <author>Robert.Bu</author>
      <guid>http://communities.vmware.com/message/864076</guid>
      <dc:date>2008-02-15T02:26:54Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Recording format</title>
      <link>http://communities.vmware.com/message/861380</link>
      <description>&lt;br /&gt;
Ah, I misunderstood what was meant by the `format'.   I meant the actual replay.   Thanks!</description>
      <pubDate>Tue, 12 Feb 2008 00:52:41 GMT</pubDate>
      <author>MarcusGDaniels</author>
      <guid>http://communities.vmware.com/message/861380</guid>
      <dc:date>2008-02-12T00:52:41Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>serial line debugging</title>
      <link>http://communities.vmware.com/message/852562</link>
      <description>thanks!</description>
      <pubDate>Wed, 30 Jan 2008 23:03:18 GMT</pubDate>
      <author>devzero</author>
      <guid>http://communities.vmware.com/message/852562</guid>
      <dc:date>2008-01-30T23:03:18Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>how to debug one guest OS when multiple guest OSes are running on VMware?</title>
      <link>http://communities.vmware.com/message/839430</link>
      <description>&lt;br /&gt;
This is very helpful information, thank a lot.&lt;br /&gt;
&lt;p /&gt;
I will try it right now &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 17:43:03 GMT</pubDate>
      <author>colyli</author>
      <guid>http://communities.vmware.com/message/839430</guid>
      <dc:date>2008-01-14T17:43:03Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Guest kernel debugging only supported in Linux host?</title>
      <link>http://communities.vmware.com/message/830743</link>
      <description>slava_malyugin, &lt;br /&gt;
&lt;br /&gt;
I see. Int3-based approach does has incompatibility issue with the way the VMM is implemented (translation cache, memory modification detection).&lt;br /&gt;
&lt;br /&gt;
For the hidden breakpoint, why does it have to take effect on every process? Is it because of the way it is implemented? I heard that VMware uses the Just-in-time write to memory to implement the hidden breakpoint, if so, it should be able to be set for individual process.&lt;br /&gt;
&lt;br /&gt;
I will try more about the hidden breakpoint. But can you please explain a bit more about how the Linux Guest application debugging is done? Since GDB can issue a command to switch to the desired process or thread's address space. If this functionality is also implemented using the conditional hidden breakpoint, then it may still have performance issue, right? &lt;br /&gt;
&lt;p /&gt;
And for the Academics program, does it include the source code for VMware workstation 6.0.1 or later? (The version that contains replay functionality)&lt;br /&gt;
&lt;p /&gt;
-Zhiyun</description>
      <pubDate>Wed, 02 Jan 2008 22:23:40 GMT</pubDate>
      <author>qzy</author>
      <guid>http://communities.vmware.com/message/830743</guid>
      <dc:date>2008-01-02T22:23:40Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Access physical memory of Guest OS</title>
      <link>http://communities.vmware.com/message/829266</link>
      <description>I need to debug the Guest application, and in order to do this, it seems I need to have access to the physical memory of the Guest OS in order to parse various kernel data structures (need to translate the Guest application's virtual address to the guest physical address), and set breakpoints in the Guest physical memory. All I need is something as GetGuestPhysicalMemory(void* addr). By the way, I'm running 32-bit Windows XP host and 32-bit Windows XP guest.&lt;br /&gt;
&lt;br /&gt;
I know VMware has supported this for Linux Guest. However, I need to debug Windows Guest (instruction-level debugging is fine). So I think having access to the physical memory of the Guest is the first step to enable the Windows Guest app debugging. &lt;br /&gt;
&lt;p /&gt;
It seems that in VMware workstation 5.0 (windows host) and before, the vmware-vmx.exe contains a filemapping object called VMwareMem&amp;lt;PID&amp;gt;Memory, &amp;lt;PID&amp;gt; is the process ID of vmware-vmx.exe (&lt;a class="jive-link-external" href="http://www.ddj.com/architect/184402033"&gt;http://www.ddj.com/architect/184402033&lt;/a&gt;). It represents all the physical memory of the Guest OS. However, in VMware workstation 6.0.2 which is what I am using. It doesn't have this filemapping object anymore. What it has are several small filemapping objects named as VMwareMem&amp;lt;PID&amp;gt;PhysRegionX, X could be 0 - 20 or larger, and the number is not continues. &lt;br /&gt;
&lt;p /&gt;
I think VMware must have this kind of information, since it has already implemented the Linux Guest application debugging, it has to parse the kernel data structure using physical memory of Guest as well. If I am wrong, please correct me:)&lt;br /&gt;
&lt;p /&gt;
-Zhiyun</description>
      <pubDate>Mon, 31 Dec 2007 05:03:08 GMT</pubDate>
      <author>qzy</author>
      <guid>http://communities.vmware.com/message/829266</guid>
      <dc:date>2007-12-31T05:03:08Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Installing LAT protocol/redirector on an NT4 virtual maching</title>
      <link>http://communities.vmware.com/message/820797</link>
      <description>&lt;br /&gt;
Yes, I found a solution!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
You need to find a copy of some kind of LAT driver that will run under NT.  Install it under the virtual machine.  Then follow the instructions.  Instructions are very important.  If I had them, I would have found the solution much earlier than I did.  There was a program that associates a comm port with a LAT session.  When I found the program, everything setup seamlessly.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Just find a driver.  Anymore questions, I'll try to help.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">lat</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">protocol</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">dec</category>
      <pubDate>Sun, 16 Dec 2007 22:30:39 GMT</pubDate>
      <author>rasimon3382</author>
      <guid>http://communities.vmware.com/message/820797</guid>
      <dc:date>2007-12-16T22:30:39Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Debugging using VM WS6.0</title>
      <link>http://communities.vmware.com/message/818287</link>
      <description>i had no time to test, i will test this afternoon...</description>
      <pubDate>Thu, 13 Dec 2007 06:40:04 GMT</pubDate>
      <author>francois.tiers</author>
      <guid>http://communities.vmware.com/message/818287</guid>
      <dc:date>2007-12-13T06:40:04Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>real mode guest debugging</title>
      <link>http://communities.vmware.com/message/818122</link>
      <description>&lt;br /&gt;
First of all, thanks for trying out the feature. The reason it did not work is because by default our debug stub will use "int3" to put a breakpoint. The breakpoint was overwritten with the BIOS loader, so it never hit. What you need is a hidden breakpoint - the one that does not modify Guest memory or registers, and that cannot be disabled by the Guest. &lt;br /&gt;
&lt;p /&gt;
There are two ways to enable it. First (and preferrable) is to run the Guest in Record/Replay mode: you start recording, boot the Guest, then start Replay, attach debugger and put breakpoint.  There are more details at stackframe.blogspot.com. The other approach is to put this line in the .vmx file:&lt;br /&gt;
&lt;p /&gt;
debugStub.hideBreakpoints=true&lt;br /&gt;
&lt;p /&gt;
One unrelated problem that you should be aware while debugging 16-bit code is that gdb is treating all addresses as linear. So, if you want to put a breakpoint at 0x8A:0x100, for example, you should use something like "b *0x9A0". I hope this helps.</description>
      <pubDate>Thu, 13 Dec 2007 02:01:07 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/818122</guid>
      <dc:date>2007-12-13T02:01:07Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Awesome</title>
      <link>http://communities.vmware.com/message/804223</link>
      <description>&lt;br /&gt;
Take a look &lt;a class="jive-link-external" href="http://pubs.vmware.com/vi301/wwhelp/wwhimpl/js/html/wwhelp.htm"&gt;here&lt;/a&gt; (pubs.vmware.com)  for some good information about esxtop.&lt;br /&gt;
&lt;p /&gt;
-Ed</description>
      <pubDate>Mon, 26 Nov 2007 23:47:52 GMT</pubDate>
      <author>etieseler</author>
      <guid>http://communities.vmware.com/message/804223</guid>
      <dc:date>2007-11-26T23:47:52Z</dc:date>
      <clearspace:dateToText>2 years, 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Problems importing from Backup Exec System Recovery 7</title>
      <link>http://communities.vmware.com/message/792665</link>
      <description>&lt;br /&gt;
I found a good work around for my needs. &lt;br /&gt;
&lt;p /&gt;
Instead of using the import feature from within the VMware Server console, I downloaded the VMware Converter and that worked even better as it also allows me to configure many options of the VMware server I am creating. &lt;br /&gt;
&lt;p /&gt;
There is still a problem with the import feature but it's no longer an issue - maybe VMware could fold the converter app into the console.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">machine</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">importer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">backup</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">exec</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">system</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">recovery</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">7.0</category>
      <pubDate>Mon, 12 Nov 2007 18:37:53 GMT</pubDate>
      <author>2ViDiskLib</author>
      <guid>http://communities.vmware.com/message/792665</guid>
      <dc:date>2007-11-12T18:37:53Z</dc:date>
      <clearspace:dateToText>2 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>some questions about porting linux driver to esx</title>
      <link>http://communities.vmware.com/message/787763</link>
      <description>&lt;br /&gt;
1. I can't us kmap_atomic. Is thers something else to substitute it?&lt;br /&gt;
&lt;p /&gt;
2. how to dump my debug informations? dmesg is useless.&lt;br /&gt;
&lt;p /&gt;
Thanks &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
cheers,&lt;br /&gt;
&lt;p /&gt;
zax</description>
      <pubDate>Tue, 06 Nov 2007 10:45:12 GMT</pubDate>
      <author>Zaxedc</author>
      <guid>http://communities.vmware.com/message/787763</guid>
      <dc:date>2007-11-06T10:45:12Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Guest to host communication in VMWare</title>
      <link>http://communities.vmware.com/message/783914</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I am looking for some documentation on the guest to host communication in VMWare. I would like to use this channel to gain information about the CPU usage of the guest - either pushing information from the guest to the host, or the host pulling this information from the guest. &lt;br /&gt;
&lt;p /&gt;
 Thanks!&lt;br /&gt;
&lt;p /&gt;
 Cheer!&lt;br /&gt;
&lt;p /&gt;
Khushboo</description>
      <pubDate>Wed, 31 Oct 2007 22:46:08 GMT</pubDate>
      <author>khushboo</author>
      <guid>http://communities.vmware.com/message/783914</guid>
      <dc:date>2007-10-31T22:46:08Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Problem installing 64 bit Guest OS</title>
      <link>http://communities.vmware.com/message/782362</link>
      <description>&lt;br /&gt;
Tom, Check out these documents regarding cpu compatibility.  &lt;br /&gt;
&lt;p /&gt;
I've included links for the Intel and AMD docs as you do not state which processors you have.&lt;br /&gt;
&lt;p /&gt;
Intel  &lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1991"&gt;http://kb.vmware.com/kb/1991&lt;/a&gt;    &lt;br /&gt;
&lt;p /&gt;
AMD &lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1992"&gt;http://kb.vmware.com/kb/1992&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
I had a similar problem with an AMD 850 processor at stepping level 3. Although you could run a 64 bit OS directly on the hardware you cannot host 64 bit 'guests' due to the 'segmentation'  restriction corrected in later revisions of the processor.&lt;br /&gt;
&lt;p /&gt;
Hope this helps you out.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Mark</description>
      <pubDate>Tue, 30 Oct 2007 14:45:29 GMT</pubDate>
      <author>mdjones</author>
      <guid>http://communities.vmware.com/message/782362</guid>
      <dc:date>2007-10-30T14:45:29Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Where do I post debug info and logs?</title>
      <link>http://communities.vmware.com/message/779230</link>
      <description>On the left is a link "Start discussion"</description>
      <pubDate>Fri, 26 Oct 2007 07:15:51 GMT</pubDate>
      <author>oreeh</author>
      <guid>http://communities.vmware.com/message/779230</guid>
      <dc:date>2007-10-26T07:15:51Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>64 bit apps issues - ESX 3.02</title>
      <link>http://communities.vmware.com/message/778397</link>
      <description>&lt;br /&gt;
Firstly lets go back to basics,  if it ws an issue whti the VM hosts hardware you would not even be able to run or install a 64 bit guest.&lt;br /&gt;
&lt;p /&gt;
Now what application are we talking about here, this infomation woud help fault finding.&lt;br /&gt;
&lt;p /&gt;
My first port of call would be the services console and and verify the account that is being used to start the service,  as a previously stated it is this or a permission on a file that is a prerequsite for the application that is causing the error, not the account that you are using to log into the machine, there should be no corolation between the two.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you found this or any other post helpful please consider the use of the Helpfull/Correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Kind Regards&lt;br /&gt;
&lt;br /&gt;
Tom,</description>
      <pubDate>Thu, 25 Oct 2007 11:32:08 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/778397</guid>
      <dc:date>2007-10-25T11:32:08Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>vmware-config error</title>
      <link>http://communities.vmware.com/message/774808</link>
      <description>Ta&lt;br /&gt;
Saw the "Guest Debugging" heading and thought this was the appropriate forum.&lt;br /&gt;
&lt;br /&gt;
Brodo</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">vmware_conf</category>
      <pubDate>Sun, 21 Oct 2007 01:33:49 GMT</pubDate>
      <author>Brodo</author>
      <guid>http://communities.vmware.com/message/774808</guid>
      <dc:date>2007-10-21T01:33:49Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Multi thread program not working on FC6 (On VM Player)</title>
      <link>http://communities.vmware.com/message/774651</link>
      <description>Hi.  Check out the post on this forum with the subject "Getting started with replay-based debugging." &lt;br /&gt;
&lt;br /&gt;
Note that if you think you have found a bug in VMware Player, replay-based debugging won't help you.  In fact, this particular forum also will not be useful (because this forum is for developers using VMware Workstation to debug applications).  Best of success.  E.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">programing</category>
      <pubDate>Sat, 20 Oct 2007 15:46:09 GMT</pubDate>
      <author>ecl100</author>
      <guid>http://communities.vmware.com/message/774651</guid>
      <dc:date>2007-10-20T15:46:09Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Memory Allocation for a Citrix Terminal Server guest OS</title>
      <link>http://communities.vmware.com/message/774143</link>
      <description>&lt;br /&gt;
Thanks for the suggestions.  I gained little to no performance switching to 1 proc.  &lt;br /&gt;
&lt;p /&gt;
I ended up demoing EXS and my citrix box is now running like a well-oiled virtual machine.</description>
      <pubDate>Fri, 19 Oct 2007 16:23:36 GMT</pubDate>
      <author>VMware Rookie</author>
      <guid>http://communities.vmware.com/message/774143</guid>
      <dc:date>2007-10-19T16:23:36Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>mismatched symbols for RH4 32bit</title>
      <link>http://communities.vmware.com/message/773082</link>
      <description>&lt;br /&gt;
yeah, its compiled with -g.  I think its clear now that the issue is with the kernels i'm building and not vmware.  Thanks for the help.  When I figure it out, I'll post it here in case there is anyone else that encounters this.  As a side note these are the relivant .config options that I had enabled:&lt;br /&gt;
&lt;p /&gt;
CONFIG_KALLSYMS=y&lt;br /&gt;
CONFIG_KALLSYMS_ALL=y&lt;br /&gt;
CONFIG_KALLSYMS_EXTRA_PASS=y&lt;br /&gt;
....&lt;br /&gt;
&lt;p /&gt;
CONFIG_DEBUG_KERNEL=y&lt;br /&gt;
CONFIG_DEBUG_SLAB=y&lt;br /&gt;
CONFIG_DEBUG_SPINLOCK=y&lt;br /&gt;
CONFIG_DEBUG_SPINLOCK_SLEEP=y&lt;br /&gt;
CONFIG_DEBUG_HIGHMEM=y&lt;br /&gt;
CONFIG_DEBUG_INFO=y&lt;br /&gt;
CONFIG_DEBUG_STACKOVERFLOW=y&lt;br /&gt;
CONFIG_DEBUG_STACK_USAGE=y&lt;br /&gt;
CONFIG_DEBUG_PAGEALLOC=y &lt;br /&gt;
&lt;p /&gt;
cb</description>
      <pubDate>Thu, 18 Oct 2007 12:44:50 GMT</pubDate>
      <author>cutter_brown</author>
      <guid>http://communities.vmware.com/message/773082</guid>
      <dc:date>2007-10-18T12:44:50Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>in-guest recording control</title>
      <link>http://communities.vmware.com/message/769589</link>
      <description>goto: &lt;a class="jive-link-external" href="http://kb.vmware.com/"&gt;http://kb.vmware.com/&lt;/a&gt; and search "inguest" should return a KB article about it. Thanks!</description>
      <pubDate>Fri, 12 Oct 2007 21:20:33 GMT</pubDate>
      <author>minxu</author>
      <guid>http://communities.vmware.com/message/769589</guid>
      <dc:date>2007-10-12T21:20:33Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>usb floppy not visible to an ms--dos vm</title>
      <link>http://communities.vmware.com/message/762896</link>
      <description>Thank you for your answer.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">msdos</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">floppy</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">usb</category>
      <pubDate>Wed, 03 Oct 2007 08:20:48 GMT</pubDate>
      <author>jimmieDV</author>
      <guid>http://communities.vmware.com/message/762896</guid>
      <dc:date>2007-10-03T08:20:48Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>4 port was open</title>
      <link>http://communities.vmware.com/message/762195</link>
      <description>Thanks you ...</description>
      <pubDate>Tue, 02 Oct 2007 14:05:01 GMT</pubDate>
      <author>outtuo</author>
      <guid>http://communities.vmware.com/message/762195</guid>
      <dc:date>2007-10-02T14:05:01Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Getting started with replay-based debugging</title>
      <link>http://communities.vmware.com/message/760262</link>
      <description>&lt;br /&gt;
Oh but you can definitely start &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;p /&gt;
A number of the features mentioned were already part of WS 6.0.  Even better yet, we've recently release WS 6.0.1 that includes significant performance improvements to the feature ---&lt;br /&gt;
&lt;p /&gt;
You can begin the eval process @&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/download/ws/eval.html"&gt;http://www.vmware.com/download/ws/eval.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Or you already have a WS 6.0 key, you can update for free and just download WS 6.0.1 @&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/download/ws/"&gt;http://www.vmware.com/download/ws/&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Let us know how things go for you! &lt;br /&gt;
&lt;p /&gt;
Jane&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 17:56:45 GMT</pubDate>
      <author>jhuang</author>
      <guid>http://communities.vmware.com/message/760262</guid>
      <dc:date>2007-09-28T17:56:45Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Breakpoints</title>
      <link>http://communities.vmware.com/message/758903</link>
      <description>&lt;br /&gt;
Hi Bradley,&lt;br /&gt;
&lt;p /&gt;
Thank you for trying out replay debugger and reporting an issue. The "break *0xcxxxxx" command should work, so you may be hitting a bug. To be sure, could you verify that the code path with breakpoint is executed? The mistake that I frequently make is running one version of the kernel in the VM and supplying different version of the kernel to the gdb; this confuses the debugger and it ends up setting breakpoints at wrong addresses.&lt;br /&gt;
&lt;p /&gt;
Could you please also upload vmware.log file from filing run, and output of your gdb session? Please issue "set debug remote 1" in gdb before inserting the breakpoint. It will motivate gdb to tell more about its interactions with the Workstation debugger.&lt;br /&gt;
&lt;p /&gt;
If you put the breakpoint manually with "int3" then there is no way for debugger to intercept it. We store information about breakpoints installed with debugger, and if we hit int3 not matching one of "our" breakpoints, we immediately pass it to the Guest.&lt;br /&gt;
&lt;p /&gt;
We have two different breakpoint mechanisms internally. If you are running in non-replay mode, we'll smash the Guest memory with int3. In replay mode, we use so called "invisible" breakpoints. They are like hardware breakpoints (no memory is modified), but you can have more than four of them at a time. Please let me know if you observed the problem in replaying mode, or non-replaying mode. In the latter case, does adding "debugStub.hideBreakpoints=1" to the configuration file solve the problem? This line forces invisible breakpoints in non-replay mode.&lt;br /&gt;
&lt;p /&gt;
The invisible breakpoints operate on virtual addresses (another similarity with hardware breakpoints). So if you put them on particular address, it will hit in all address spaces. The "int3"-based breakpoints are smashing memory, so if you have different page in another address space, it won't hit. Are you using linux with 4G/4G patch by any chance?&lt;br /&gt;
&lt;p /&gt;
Thanks again for trying out this feature. I believe the vmware.log and log of gdb session will help us narrow down the source of the problem.</description>
      <pubDate>Thu, 27 Sep 2007 03:30:49 GMT</pubDate>
      <author>slava_malyugin</author>
      <guid>http://communities.vmware.com/message/758903</guid>
      <dc:date>2007-09-27T03:30:49Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>New forum!</title>
      <link>http://communities.vmware.com/message/755261</link>
      <description>Larstr, I agree.&lt;br /&gt;
&lt;br /&gt;
Its more CPU lock stepping like www.marathontechnologies.com&lt;br /&gt;
&lt;br /&gt;
Dan</description>
      <pubDate>Thu, 20 Sep 2007 11:31:34 GMT</pubDate>
      <author>daniel_uk</author>
      <guid>http://communities.vmware.com/message/755261</guid>
      <dc:date>2007-09-20T11:31:34Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
  </channel>
</rss>

