Project

General

Profile

Bug #4479

Updated by Junxiao Shi about 6 years ago

I am trying to transfer a reasonably sized file (10MB) over Ethernet using putchunks and catchunks. 
 The segment size for putchunks is 8800, MTU on the interface is 9000. 

 Configurations are same as #4012-10. as: https://redmine.named-data.net/issues/4012#note-10 
 I find nfd receives a SIGSEGV but not because the host is out of memory. 
 Please find the GDB backtrace attached. 

Back