Bug #5030
closedNFD crashes on unplug-replug of ethernet cable
100%
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 about 5 years 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 about 5 years 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 about 5 years ago
Unicast face is persistent. I used the default command:
nfdc face create udp://<ip_addr>
Updated by Davide Pesavento about 5 years ago
And you're running that command on the producer machine?
Updated by Md Ashiqur Rahman about 5 years 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 Eric Newberry over 4 years ago
What operating system (and version) did this occur on?
Updated by Md Ashiqur Rahman over 4 years ago
Laptop: Ubuntu 18.04
Raspberry Pi 3: Debian buster lite
Updated by Davide Pesavento about 1 year ago
- Related to Bug #5297: Potential race condition in PcapHelper from ifconfig up/down added
Updated by Davide Pesavento about 1 year ago
- Status changed from New to In Progress
- Assignee set to Davide Pesavento
- Target version set to 24.07
Updated by Davide Pesavento about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100