Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native: gnrc: hardcore pinging crashes #3824

Closed
OlegHahm opened this issue Sep 11, 2015 · 27 comments
Closed

native: gnrc: hardcore pinging crashes #3824

OlegHahm opened this issue Sep 11, 2015 · 27 comments
Assignees
Labels
Area: network Area: Networking Platform: native Platform: This PR/issue effects the native platform Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@OlegHahm
Copy link
Member

Sending 1.000.000 pings between two native instances in gnrc_networking example with a payload of 1024 bytes and a delay of 0 crashes the sending node after several 100.000 pings. Reducing the payload to something smaller (e.g. 512 bytes) works fine.

@OlegHahm OlegHahm added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Platform: native Platform: This PR/issue effects the native platform Area: network Area: Networking labels Sep 11, 2015
@OlegHahm OlegHahm added this to the Release 2015.09 milestone Sep 11, 2015
@cgundogan
Copy link
Member

When I use ping6 with a payload 1024 it just times out. Does it really crash for you?

> ping6 2 abcd::2 10 0
ping6 2 abcd::2 10 0
18 bytes from abcd::2: id=92 seq=1 hop limit=64 time = 0.676 ms
18 bytes from abcd::2: id=92 seq=2 hop limit=64 time = 0.481 ms
--- abcd::2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 0.061254 s
rtt min/avg/max = 0.481/0.578/0.676 ms
> ping6 2 abcd::2 1024 0
ping6 2 abcd::2 1024 0
ping timeout
ping timeout
--- abcd::2 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss

@OlegHahm
Copy link
Member Author

@cgundogan, yes, if you merge #3826.

@cgundogan
Copy link
Member

@cgundogan, yes, if you merge #3826.

I was missing that piece of info in the description ;)
After merging #3826: I can confirm that the pinging native node crashes after a huge amount pings.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x080831a7 in _netdev2_eth_stack ()
#2  0xf7dd423b in setcontext () from /usr/lib32/libc.so.6
#3  0x0804ca33 in isr_cpu_switch_context_exit () at RIOT/cpu/native/native_cpu.c:141
#4  0x080865a0 in _netdev2_eth_stack ()
#5  0x21e2b100 in ?? ()
#6  0x00000005 in ?? ()
#7  0x0807dd8c in __isr_stack ()
#8  0x0808313b in _netdev2_eth_stack ()
#9  0x21e2b100 in ?? ()
#10 0x08082500 in ?? ()
Backtrace stopped: Cannot access memory at address 0x12340025

@OlegHahm
Copy link
Member Author

Looked similar here.

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

@OlegHahm is this still true with the patch provided in #3925?

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

I still get crasches so yes. But the pktbuf does not look suspicious (There is something in it, but that's to be expected when it crasches during "hardcore pinging"):

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00000000 in ?? ()
(gdb) print _first_unused 
$1 = (_unused_t *) 0x8089170 <_pktbuf+80>
(gdb) print *_first_unused 
$2 = {next = 0x80899c8 <_pktbuf+2216>, size = 1064}
(gdb) print *_first_unused->next
$3 = {next = 0x0, size = 3928}
(gdb) x/80xb _pktbuf
0x8089120 <_pktbuf>:    0x02    0x00    0x00    0x00    0x5c    0x91    0x08    0x08
0x8089128 <_pktbuf+8>:  0xc0    0x95    0x08    0x08    0x08    0x04    0x00    0x00
0x8089130 <_pktbuf+16>: 0x02    0x00    0x00    0x00    0x02    0x00    0x00    0x00
0x8089138 <_pktbuf+24>: 0x00    0x00    0x00    0x00    0x48    0x91    0x08    0x08
0x8089140 <_pktbuf+32>: 0x14    0x00    0x00    0x00    0xff    0xff    0xff    0xff
0x8089148 <_pktbuf+40>: 0x06    0x06    0x06    0x00    0x00    0x00    0x00    0x00
0x8089150 <_pktbuf+48>: 0xf2    0x6c    0x0e    0x3a    0xde    0xb9    0x3e    0x0f
0x8089158 <_pktbuf+56>: 0x06    0xd0    0x61    0x88    0x02    0x00    0x00    0x00
0x8089160 <_pktbuf+64>: 0x34    0x91    0x08    0x08    0x98    0x95    0x08    0x08
0x8089168 <_pktbuf+72>: 0x28    0x00    0x00    0x00    0x01    0x00    0x00    0x00
(gdb) print 2216-1064
$4 = 1152
(gdb) print 80 + 1064
$6 = 1144
(gdb) x/1152xb _pktbuf+1144
0x8089598 <_pktbuf+1144>:   0x60    0x00    0x00    0x00    0x04    0x08    0x3a    0x40
0x80895a0 <_pktbuf+1152>:   0xfe    0x80    0x00    0x00    0x00    0x00    0x00    0x00
0x80895a8 <_pktbuf+1160>:   0xf0    0x6c    0x0e    0xff    0xfe    0x3a    0xde    0xb9
0x80895b0 <_pktbuf+1168>:   0xfe    0x80    0x00    0x00    0x00    0x00    0x00    0x00
0x80895b8 <_pktbuf+1176>:   0x3c    0x0f    0x06    0xff    0xfe    0xd0    0x61    0x88
0x80895c0 <_pktbuf+1184>:   0x81    0x00    0x19    0x50    0x00    0x53    0x3d    0xa9
0x80895c8 <_pktbuf+1192>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895d0 <_pktbuf+1200>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895d8 <_pktbuf+1208>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895e0 <_pktbuf+1216>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895e8 <_pktbuf+1224>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895f0 <_pktbuf+1232>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80895f8 <_pktbuf+1240>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089600 <_pktbuf+1248>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089608 <_pktbuf+1256>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089610 <_pktbuf+1264>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089618 <_pktbuf+1272>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089620 <_pktbuf+1280>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089628 <_pktbuf+1288>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089630 <_pktbuf+1296>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089638 <_pktbuf+1304>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089640 <_pktbuf+1312>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089648 <_pktbuf+1320>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089650 <_pktbuf+1328>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089658 <_pktbuf+1336>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089660 <_pktbuf+1344>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089668 <_pktbuf+1352>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089670 <_pktbuf+1360>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089678 <_pktbuf+1368>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089680 <_pktbuf+1376>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089688 <_pktbuf+1384>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089690 <_pktbuf+1392>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089698 <_pktbuf+1400>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896a0 <_pktbuf+1408>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896a8 <_pktbuf+1416>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896b0 <_pktbuf+1424>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896b8 <_pktbuf+1432>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896c0 <_pktbuf+1440>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896c8 <_pktbuf+1448>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896d0 <_pktbuf+1456>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896d8 <_pktbuf+1464>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896e0 <_pktbuf+1472>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896e8 <_pktbuf+1480>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896f0 <_pktbuf+1488>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80896f8 <_pktbuf+1496>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
---Type <return> to continue, or q <return> to quit---
0x8089700 <_pktbuf+1504>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089708 <_pktbuf+1512>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089710 <_pktbuf+1520>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089718 <_pktbuf+1528>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089720 <_pktbuf+1536>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089728 <_pktbuf+1544>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089730 <_pktbuf+1552>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089738 <_pktbuf+1560>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089740 <_pktbuf+1568>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089748 <_pktbuf+1576>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089750 <_pktbuf+1584>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089758 <_pktbuf+1592>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089760 <_pktbuf+1600>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089768 <_pktbuf+1608>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089770 <_pktbuf+1616>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089778 <_pktbuf+1624>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089780 <_pktbuf+1632>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089788 <_pktbuf+1640>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089790 <_pktbuf+1648>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089798 <_pktbuf+1656>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897a0 <_pktbuf+1664>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897a8 <_pktbuf+1672>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897b0 <_pktbuf+1680>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897b8 <_pktbuf+1688>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897c0 <_pktbuf+1696>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897c8 <_pktbuf+1704>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897d0 <_pktbuf+1712>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897d8 <_pktbuf+1720>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897e0 <_pktbuf+1728>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897e8 <_pktbuf+1736>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897f0 <_pktbuf+1744>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80897f8 <_pktbuf+1752>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089800 <_pktbuf+1760>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089808 <_pktbuf+1768>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089810 <_pktbuf+1776>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089818 <_pktbuf+1784>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089820 <_pktbuf+1792>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089828 <_pktbuf+1800>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089830 <_pktbuf+1808>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089838 <_pktbuf+1816>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089840 <_pktbuf+1824>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089848 <_pktbuf+1832>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089850 <_pktbuf+1840>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089858 <_pktbuf+1848>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089860 <_pktbuf+1856>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
---Type <return> to continue, or q <return> to quit---
0x8089868 <_pktbuf+1864>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089870 <_pktbuf+1872>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089878 <_pktbuf+1880>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089880 <_pktbuf+1888>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089888 <_pktbuf+1896>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089890 <_pktbuf+1904>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089898 <_pktbuf+1912>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898a0 <_pktbuf+1920>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898a8 <_pktbuf+1928>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898b0 <_pktbuf+1936>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898b8 <_pktbuf+1944>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898c0 <_pktbuf+1952>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898c8 <_pktbuf+1960>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898d0 <_pktbuf+1968>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898d8 <_pktbuf+1976>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898e0 <_pktbuf+1984>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898e8 <_pktbuf+1992>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898f0 <_pktbuf+2000>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80898f8 <_pktbuf+2008>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089900 <_pktbuf+2016>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089908 <_pktbuf+2024>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089910 <_pktbuf+2032>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089918 <_pktbuf+2040>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089920 <_pktbuf+2048>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089928 <_pktbuf+2056>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089930 <_pktbuf+2064>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089938 <_pktbuf+2072>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089940 <_pktbuf+2080>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089948 <_pktbuf+2088>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089950 <_pktbuf+2096>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089958 <_pktbuf+2104>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089960 <_pktbuf+2112>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089968 <_pktbuf+2120>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089970 <_pktbuf+2128>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089978 <_pktbuf+2136>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089980 <_pktbuf+2144>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089988 <_pktbuf+2152>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089990 <_pktbuf+2160>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089998 <_pktbuf+2168>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899a0 <_pktbuf+2176>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899a8 <_pktbuf+2184>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899b0 <_pktbuf+2192>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899b8 <_pktbuf+2200>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899c0 <_pktbuf+2208>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899c8 <_pktbuf+2216>:   0x00    0x00    0x00    0x00    0x58    0x0f    0x00    0x00
---Type <return> to continue, or q <return> to quit---
0x80899d0 <_pktbuf+2224>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899d8 <_pktbuf+2232>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899e0 <_pktbuf+2240>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899e8 <_pktbuf+2248>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899f0 <_pktbuf+2256>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x80899f8 <_pktbuf+2264>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089a00 <_pktbuf+2272>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089a08 <_pktbuf+2280>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53
0x8089a10 <_pktbuf+2288>:   0x53    0x53    0x53    0x53    0x53    0x53    0x53    0x53

Looks more or less like normal packet data to me, so I would safely assume that it is not a packet buffer problem.

[edit: accidentally posted the wrong output]

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

But the crashes look awefully similar to the ones in #3341. Are you sure this issue isn't a duplicate?

@OlegHahm
Copy link
Member Author

No, but I cannot check because I cannot even ping native from Linux on master.

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

sudo ping6 -f -I tap0 fe80::3c0f:6ff:fed0:6188

is not working?

@OlegHahm
Copy link
Member Author

Yes, only if I revert #3931

Edit: Sorry verb was missing.

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

(the IPv6 address being native's IPv6 address)

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

what? There should be no 6Lo-ND on native....

@OlegHahm
Copy link
Member Author

Yes, but with #3931 it wouldn't reply to NBR SOL anymore.

@miri64
Copy link
Member

miri64 commented Sep 22, 2015

yes, because iface is given in that case. See #3935 for reversion.

@OlegHahm
Copy link
Member Author

Yes, with #3935 (even thought it's also not the right solution) this is working again. However, I cannot confirm (or deny) that this bug is caused by the same bug as in #3341.

@OlegHahm OlegHahm modified the milestones: Release 2015.09, Release NEXT MAJOR Oct 22, 2015
@kaspar030
Copy link
Contributor

We'll probably not fix this for this release, so I'll retag.

@OlegHahm
Copy link
Member Author

Cannot reproduce any more.

@miri64
Copy link
Member

miri64 commented Jul 26, 2016

So can we close?

@miri64
Copy link
Member

miri64 commented Jul 26, 2016

(me neither btw)

@OlegHahm
Copy link
Member Author

Tested on two machines several times. Haven't seen a single crash -> close.

@OlegHahm OlegHahm added this to the Release 2016.07 milestone Jul 26, 2016
@miri64
Copy link
Member

miri64 commented Jul 26, 2016

(to be fair: two very similar machines, but maybe someone with an Ubuntu PC that isn't a ThinkPad likes to test too ^^)

@OlegHahm
Copy link
Member Author

I mean I tested on two machines (Lenovo Thinkpad X220 with Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz and Dell Desktop machine with Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz). But yes, both machines running Arch Linux with Linux 4.6.3.

@OlegHahm
Copy link
Member Author

Tested on a Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz with Debian and Linux 4.4.0-1-amd64, too. Works also without problems.

@miri64
Copy link
Member

miri64 commented Jul 26, 2016

Ah I thought you were refering to our two machines :-)

@kaspar030
Copy link
Contributor

did you try multiple parallel 'ping -f'?

-----Original Message-----
From: Oleg Hahm notifications@github.com
To: RIOT-OS/RIOT RIOT@noreply.github.com
Cc: Kaspar Schleiser kaspar@schleiser.de, Assign assign@noreply.github.com
Sent: Di., 26 Juli 2016 22:09
Subject: Re: [RIOT-OS/RIOT] native: gnrc: hardcore pinging crashes (#3824)

Cannot reproduce any more.


You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#3824 (comment)

@OlegHahm
Copy link
Member Author

Yes. Different issue.

@OlegHahm
Copy link
Member Author

#3341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Platform: native Platform: This PR/issue effects the native platform Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

4 participants