"Ben Kennish" <[EMAIL PROTECTED]> writes: > I havent used gdb before but life is about new experiences - I fired up > "man gdb" and came up with the following... > > bevs -r ralph > vsdredirect (ip):8080:80 > ps -A > (look for process ID of vsdredirect) > gdb vsdredirect (processID) > > OK then it said that it was reading in C libs and stuff so all seemed > ok. When I realised that it didnt seem to be actually working (i > couldnt do lynx localhost from another terminal), I typed "continue" and > now it does. > > I guess I just sit here and wait for a crash to produce some output?
Yep. Ideally you need the source code around and make sure it has read the symbol table of `vsdredirect'. You've got problems if the file is stripped since you'll have lost all debugging code. Nick. ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
