Re: [Valgrind-users] Debugging vmware process

2012-12-05 Thread Simon Bonello
Hi Guys, I am trying to track a memory leak in a vmware service and I tried to use valgrind to track the leak. Unfortunately it is stopping for the following instruction. vex x86-IR: unhandled instruction bytes: 0xF 0xB 0xFF 0x85 I am using a busybox 1.20.0. Help would be highly appreciated.

Re: [Valgrind-users] Debugging vmware process

2012-12-05 Thread John Reiser
On 12/05/2012 09:18 AM, Simon Bonello wrote: I am trying to track a memory leak in a vmware service and I tried to use valgrind to track the leak. Unfortunately it is stopping for the following instruction. vex x86-IR:unhandled instruction bytes:0xF 0xB 0xFF 0x85 I am using a busybox

Re: [Valgrind-users] Debugging vmware process

2012-12-05 Thread Philippe Waroquiers
On Wed, 2012-12-05 at 11:57 -0800, John Reiser wrote: On 12/05/2012 09:18 AM, Simon Bonello wrote: I am trying to track a memory leak in a vmware service and I tried to use valgrind to track the leak. Unfortunately it is stopping for the following instruction. vex x86-IR:unhandled