Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fsck seg fault failure on vmware -i386?



On Sat, Feb 13, 2010 at 03:38:29PM +0700, Robert Elz wrote:
> 
> instead of 's' so you don't have to single step, line by line, through
> malloc() - that would be painful (if you find yourself inside a function
> like that, just do 'up' and set a breakpoint on the next line after
> the call you don't want, then 'c' - there's a better way in gdb to
> do that, and perhaps someone else will know what it is, but I don't...)
> 

you can type 'finish' which executes until the stack frame returns,
this effectively lets the program run until the end of the current
function and then stops.

-- 
Brett Lymn
"Warning:
The information contained in this email and any attached files is
confidential to BAE Systems Australia. If you are not the intended
recipient, any use, disclosure or copying of this email or any
attachments is expressly prohibited.  If you have received this email
in error, please notify us immediately. VIRUS: Every care has been
taken to ensure this email and its attachments are virus free,
however, any loss or damage incurred in using this email is not the
sender's responsibility.  It is your responsibility to ensure virus
checks are completed before installing any data sent in this email to
your computer."




Home | Main Index | Thread Index | Old Index