Bug #5030
NFD crashes on unplug-replug of ethernet cable
0%
Description
NFD on producer crashes when ethernet cable is unplugged and re-plugged. This behavior is consistent on UDP multicast face and inconsistent on UDP unicast face. Crash scenario was reproduced using a laptop as consumer and raspberry pi 3 as producer running ndnchunks application. Wire was disconnected and re-connected during data download. One example log is attached.
Files
Updated by Davide Pesavento over 1 year ago
- Subject changed from Producer NFD crashes on unplug-replug of ethernet wire to NFD crashes on unplug-replug of ethernet cable
- Description updated (diff)
- Category set to Faces
- Start date deleted (
10/16/2019)
Updated by Davide Pesavento over 1 year ago
How are you creating the unicast face? Specifically, I want to know if it's on-demand, persistent, or permanent.
Updated by Md Ashiqur Rahman over 1 year ago
Unicast face is persistent. I used the default command:
nfdc face create udp://<ip_addr>
Updated by Davide Pesavento over 1 year ago
And you're running that command on the producer machine?
Updated by Md Ashiqur Rahman over 1 year ago
Davide Pesavento wrote:
And you're running that command on the producer machine?
Both on producer and consumer. On consumer : <producer_ip_addr>
, and on Producer: <consumer_ip_addr>
.
Updated by Md Ashiqur Rahman 11 months ago
Laptop: Ubuntu 18.04
Raspberry Pi 3: Debian buster lite