aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

Segmentation Fault - IP Reassembly #737

Open ZainubW opened 2 years ago

ZainubW commented 2 years ago

Hello, I am working on a project, where IP Reassembly of traffic is required and I am using nff-go for this purpose. I am having a problem while running my application. I tried using debugger and every time my application is breaking at point "rte_ip_frag_free_death_row" with an error "Segmentation Fault". This means, it tries to access the memory that doesn't exist. Can you please guide me how can I resolve this isuse?