Hi,

The valgrind version is:  *valgrind-3.6.1*
and the Linux OS is based off of: *montavista*

I first connect to a virtual machine (VM), boot up my build image without
starting any services.
Then I run valgrind on my process, (only after starting all the services on
which my process is dependent, so there is no dependency issue)
Now, once the valgrind runs, it gets hung.

I tried using all the flags including -d, -v, --leakcheck, etc
once it gets hung, I am not even able to access the log file.

I also tried to ssh to the vm which runs valgrind and the only thing I
could figure out fro it is 2 to 3 processes taking more space...
I don't think this will be of any help

Can u plz guide me as to how to access the log file of valgrind, once it
gets hung. Atleast that might give me some info as to which thread is
causing the problem.







On Fri, Feb 17, 2012 at 4:18 PM, Philippe Waroquiers <
philippe.waroqui...@skynet.be> wrote:

> On Fri, 2012-02-17 at 16:01 -0800, Richa Mehta wrote:
> > Hi,
> >
> >
> > I am a valgrind user, and while running valgrind on my program, it got
> > stuck on one of my  library files.
> > Following is the output of the running valgrind:
> >
> >
> > --2990--   Considering /usr/lib/mylib.so.debug ..
> > --2990--   .. CRC is valid
> >
> >
> > The above statements are the last 2 statements of the whole output.
> > Valgrind gets stuck here everytime and doesn't move forward.
> > Please help with the issue.
> With the above info, very difficult to see what is happening.
>
> Which version of Valgrind are you using ?
> On which OS ?
>
> If you do not use a recent valgrind (3.7.0), it is always better
> to try with the last version.
>
> If it still blocks, try to run it with -v -v -v -d -d -d
> to have some more trace and/or put some more debug flags
> (see valgrind --help-debug)
>
> Philippe
>
>
>
>


-- 
*Regards*
*Richa Mehta*
*MS, Computer Engineering*
*Santa Clara University*
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to