Re: [Leaf-devel] gatping with debugging symbols

2001-11-07 Thread Scott C. Best
Jacques Nilo wrote: - Original Message - From: arne @ loopback . org [EMAIL PROTECTED] I would go a step further. make a minimal busybox only containing very few applets(tar,msh as shell,mount,ls,cat,...) And link it statically with uClibc. This will result in a quite small

Re: [Leaf-devel] gatping with debugging symbols

2001-11-01 Thread Matt Schalit
Jeff Newmiller wrote: [snip] I made some other very minor changes as well, so I am including a diff for the record. I just took a good look at that patch of yours, and once again it looks like you have skills. It'd be nice if we all could get in on something interesting like that

Re: [Leaf-devel] gatping with debugging symbols

2001-11-01 Thread Ray Olszewski
At 11:32 PM 10/31/01 -0800, Jeff Newmiller wrote: On Wed, 31 Oct 2001, Ray Olszewski wrote: ... I tried adding this line and compiling it on my glibc2.2 workstation (I don't have a glibc2.1 dev setup), and now instead of segfaulting it prints a bunch of Problem with ping - returned -1 lines

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Matt Schalit
David Douthitt wrote: Here it is, compiled against 2.1.3 Thanks. Here we go. - (gdb) file /tmp/gatping Reading symbols from /tmp/gatping...done. (gdb) run Starting program: /tmp/gatping warning: Unable to find dynamic

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread David Douthitt
Matt Schalit wrote: (gdb) while 1 step end Almost missed this - you can really DO this? Cute! 304 *(u_char *)(odd_byte) = *(u_char *)p; This is interesting - does this really work or does it clobber something? 312 send_ping (s=5, h=0x804a958) at gatping.c:179 179

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Scott C. Best
Matt: Perhaps David's using the patched version he posted to the list last week? -Scott Ok. I don't think I can help much. I don't have the right gatping.c apparently. I just used the one Scott sent. Matt ___ Leaf-devel mailing list

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread David Douthitt
Matt Schalit wrote: There's something wrong with elvis, when I open gatping.c At line 177 and 178, all hell breaks loose. It's the damned oddest thing I've ever seen. e3 can display gatping.c correctly vi on UnixWare 7 displays gatping.c correctly. gatping.c is 312 lines long.

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Ray Olszewski
Sorry to be coming into this late. I find I cannot reproduce the problem using the version of gatping I have here (the prototype I wrote almost a year ago, which I believe is the same as the version Scott sort-of released). I ran gatping on an Oxygen system made using the image

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Jeff Newmiller
On Wed, 31 Oct 2001, Ray Olszewski wrote: Sorry to be coming into this late. I find I cannot reproduce the problem using the version of gatping I have here (the prototype I wrote almost a year ago, which I believe is the same as the version Scott sort-of released). I guess that would be as

[Leaf-devel] gatping with debugging symbols

2001-10-30 Thread David Douthitt
Here it is, compiled against 2.1.3 gatping