On Thu, 2012-02-23 at 21:33 +0800, jee wrote:
> like this:
> in gdb: 
> 137             while(fgets(buff, PATH_MAX, p_file)){
> (gdb) //when i press n, ...... there's no n,it's dead -_-!

What happens if you press Control-c ?

Control-c should indicate to the Valgrind gdbserver to give back the
control to gdb, and let you do backtrace, info threads, etc ...
to see where it is hanging.


Philippe




------------------------------------------------------------------------------
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