Nmap Development mailing list archives
Re: nmap 6.47 compile failure on AIX 7100-03
From: Kevin Brott <kevin.brott () gmail com>
Date: Wed, 10 Sep 2014 20:43:50 -0700
On Wed, Sep 10, 2014 at 7:31 PM, Daniel Miller <bonsaiviking () gmail com> wrote:
And it just hangs hard here - even when I scan an internal host.This is what I'm currently working on, and I am somewhat glad to see that it's reproducible outside this system. It only affects traceroute, which is turned on by -A. Do you mind letting me know what compiler version and libstdc++ version you have? The hang is in std::list::size(), which tries to get the size of timedout_hops by iterating from .begin() to .end(), checking at each node that the current iterator is not equal to .end(). Apparently it just walks down "memory lane" into the blue and never quits. I'm pretty sure that timedout_hops is empty at this point, so I'm going to try tracerouting a system that has some nonresponsive hops next. A test program I put together does not exhibit the same hang, though, so I'm currently stumped. Checking for memory access problems after that.
gcc (GCC) 4.4.7 - built on this host bootstrapping up from the IBM provided (brain-damaged) 4.2.0 to 4.2.4, then using it to build 4.3.6, and then building 4.4.7 from that. The libstdc++ is the one that was bootstrapped with gcc. Haven't had the spare time to work on the next stage [4.5.4 bootstrap] yet, but that's a whole other Sisyphusian task. -- # include <stddisclaimer.h> /* Kevin Brott <Kevin.Brott () gmail com> */ _______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- nmap 6.47 compile failure on AIX 7100-03 Kevin Brott (Sep 02)
- Message not available
- Message not available
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 08)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Kevin Brott (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Kevin Brott (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Kevin Brott (Sep 10)
- Re: nmap 6.47 compile failure on AIX 7100-03 Daniel Miller (Sep 17)
- Re: nmap 6.47 compile failure on AIX 7100-03 Kevin Brott (Sep 17)
- Message not available
- Message not available
