acassis opened a new pull request, #3617:
URL: https://github.com/apache/nuttx-apps/pull/3617

   ## Summary
   
   nsh> ping google.com
   [   37.180000] dns_query_error: ERROR: IPv4 dns_recv_response fa: -84,
                  server address: 8.8.8.8
   Segmentation fault.
   
   ## Impact
   
   BUG Fix!
   
   ## Testing
   
   ```
   $ sudo ./nuttx 
   [sudo] password for alan: 
   
   NuttShell (NSH) NuttX-13.0.0-RC2
   nsh> ifup eth0
   ifup eth0...OK
   nsh> ping google.com
   PING 172.217.29.78 56 bytes of data
   56 bytes from 172.217.29.78: icmp_seq=0 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=1 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=2 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=3 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=4 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=5 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=6 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=7 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=8 time=20.0 ms
   56 bytes from 172.217.29.78: icmp_seq=9 time=20.0 ms
   10 packets transmitted, 10 received, 0% packet loss, time 10100 ms
   rtt min/avg/max/mdev = 20.000/20.000/20.000/0.000 ms
   nsh> 
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to